Symbol: WebAppInterfaceRef
src/apps/haikudepot/model/Model.cpp
114
fWebApp(WebAppInterfaceRef(new WebAppInterface(UserCredentials()), true)),
src/apps/haikudepot/model/Model.cpp
542
WebAppInterfaceRef
src/apps/haikudepot/model/Model.cpp
563
fWebApp = WebAppInterfaceRef(new WebAppInterface(credentials));
src/apps/haikudepot/model/Model.h
158
WebAppInterfaceRef WebApp();
src/apps/haikudepot/model/Model.h
201
WebAppInterfaceRef fWebApp;
src/apps/haikudepot/model/PackageScreenshotRepository.cpp
247
WebAppInterfaceRef
src/apps/haikudepot/model/PackageScreenshotRepository.h
52
WebAppInterfaceRef _WebApp();
src/apps/haikudepot/server/IncrementViewCounterProcess.cpp
80
WebAppInterfaceRef webApp = fModel->WebApp();
src/apps/haikudepot/server/UserDetailVerifierProcess.cpp
99
WebAppInterfaceRef interface = fModel->WebApp();
src/apps/haikudepot/ui/RatePackageWindow.cpp
535
WebAppInterfaceRef interface = fModel.WebApp();
src/apps/haikudepot/ui/RatePackageWindow.cpp
664
WebAppInterfaceRef interface = fModel.WebApp();
src/apps/haikudepot/ui/ToLatestUserUsageConditionsWindow.cpp
288
WebAppInterfaceRef interface = fModel.WebApp();
src/apps/haikudepot/ui/ToLatestUserUsageConditionsWindow.cpp
351
WebAppInterfaceRef webApp = fModel.WebApp();
src/apps/haikudepot/ui/UserLoginWindow.cpp
1248
WebAppInterfaceRef interface = fModel.WebApp();
src/apps/haikudepot/ui/UserLoginWindow.cpp
498
WebAppInterfaceRef interface = fModel.WebApp();
src/apps/haikudepot/ui/UserLoginWindow.cpp
780
WebAppInterfaceRef interface = fModel.WebApp();
src/apps/haikudepot/ui/UserLoginWindow.cpp
798
WebAppInterfaceRef interface = fModel.WebApp();
src/apps/haikudepot/ui/UserLoginWindow.cpp
816
WebAppInterfaceRef interface = fModel.WebApp();
src/apps/haikudepot/ui/UserUsageConditionsWindow.cpp
274
WebAppInterfaceRef interface = fModel.WebApp();
src/apps/haikudepot/ui/UserUsageConditionsWindow.cpp
334
WebAppInterfaceRef interface = fModel.WebApp();