HomeSort by relevance Sort by last modified time
    Searched refs:app_controller_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/ui/ash/launcher/
app_shortcut_launcher_item_controller.cc 45 app_controller_(controller) {
66 app_controller_->GetV1ApplicationsFromAppId(app_id());
76 return !app_controller_->GetV1ApplicationsFromAppId(app_id()).empty();
82 app_controller_->GetV1ApplicationsFromAppId(app_id());
92 app_controller_->LaunchApp(app_id(), event_flags);
117 app_controller_->GetV1ApplicationsFromAppId(app_id());
160 gfx::Image app_icon = app_controller_->GetAppListIcon(web_contents);
161 string16 title = app_controller_->GetAppListTitle(web_contents);
278 app_controller_->ActivateWindowOrMinimizeIfActive(browser->window(),
311 const Extension* extension = app_controller_->GetExtensionForAppID(app_id())
    [all...]
browser_shortcut_launcher_item_controller.h 62 ChromeLauncherControllerPerApp* app_controller_; member in class:BrowserShortcutLauncherItemController
browser_shortcut_launcher_item_controller.cc 44 app_controller_(launcher_controller),
161 else if (!app_controller_->IsBrowserRepresentedInBrowserList(browser))
177 gfx::Image app_icon = app_controller_->GetAppListIcon(web_contents);
178 string16 title = app_controller_->GetAppListTitle(web_contents);
226 if (app_controller_->IsBrowserRepresentedInBrowserList(*it))
257 !app_controller_->IsBrowserRepresentedInBrowserList(browser))
app_shortcut_launcher_item_controller.h 82 ChromeLauncherControllerPerApp* app_controller_; member in class:AppShortcutLauncherItemController

Completed in 39 milliseconds