Searched defs:AppLauncherHandler (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/webui/
H A Dapp_launcher_handler.h30 class AppLauncherHandler : public WebUIMessageHandler, class in inherits:WebUIMessageHandler,ExtensionUninstallDialog::Delegate,ExtensionInstallUI::Delegate,NotificationObserver
35 explicit AppLauncherHandler(ExtensionService* extension_service);
36 virtual ~AppLauncherHandler();
152 DISALLOW_COPY_AND_ASSIGN(AppLauncherHandler);
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dapp_launcher_handler.h35 class AppLauncherHandler : public content::WebUIMessageHandler, class in inherits:content::WebUIMessageHandler,ExtensionUninstallDialog::Delegate,ExtensionEnableFlowDelegate,content::NotificationObserver
40 explicit AppLauncherHandler(ExtensionService* extension_service);
41 virtual ~AppLauncherHandler();
195 DISALLOW_COPY_AND_ASSIGN(AppLauncherHandler);
H A Dapp_launcher_handler.cc92 AppLauncherHandler::AppInstallInfo::AppInstallInfo() {}
94 AppLauncherHandler::AppInstallInfo::~AppInstallInfo() {}
96 AppLauncherHandler::AppLauncherHandler(ExtensionService* extension_service) function in class:AppLauncherHandler
107 AppLauncherHandler::~AppLauncherHandler() {}
109 void AppLauncherHandler::CreateAppInfo(
191 void AppLauncherHandler::RegisterMessages() {
201 base::Bind(&AppLauncherHandler::OnLocalStatePreferenceChanged,
206 base::Bind(&AppLauncherHandler
[all...]

Completed in 274 milliseconds