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

/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dapp_launcher_handler.h35 class AppLauncherHandler class in inherits:content::WebUIMessageHandler,extensions::ExtensionUninstallDialog::Delegate,ExtensionEnableFlowDelegate,content::NotificationObserver
41 explicit AppLauncherHandler(ExtensionService* extension_service);
42 virtual ~AppLauncherHandler();
195 DISALLOW_COPY_AND_ASSIGN(AppLauncherHandler);
H A Dapp_launcher_handler.cc90 AppLauncherHandler::AppInstallInfo::AppInstallInfo() {}
92 AppLauncherHandler::AppInstallInfo::~AppInstallInfo() {}
94 AppLauncherHandler::AppLauncherHandler(ExtensionService* extension_service) function in class:AppLauncherHandler
105 AppLauncherHandler::~AppLauncherHandler() {}
107 void AppLauncherHandler::CreateAppInfo(
192 void AppLauncherHandler::RegisterMessages() {
202 base::Bind(&AppLauncherHandler::OnLocalStatePreferenceChanged,
207 base::Bind(&AppLauncherHandler
[all...]

Completed in 80 milliseconds