Searched defs:GetApplicationList (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dapp_shortcut_launcher_item_controller.cc140 AppShortcutLauncherItemController::GetApplicationList(int event_flags) { function in class:AppShortcutLauncherItemController
218 return new LauncherApplicationMenuItemModel(GetApplicationList(event_flags));
H A Dapp_window_launcher_item_controller.cc195 ChromeLauncherAppMenuItems AppWindowLauncherItemController::GetApplicationList( function in class:AppWindowLauncherItemController
280 return new LauncherApplicationMenuItemModel(GetApplicationList(event_flags));
316 app_window->GetBaseWindow(), GetApplicationList(0).size() == 2);
H A Dbrowser_shortcut_launcher_item_controller.cc161 last_browser->window(), GetApplicationList(0).size() == 2);
169 BrowserShortcutLauncherItemController::GetApplicationList(int event_flags) { function in class:BrowserShortcutLauncherItemController
253 return new LauncherApplicationMenuItemModel(GetApplicationList(event_flags));
H A Dchrome_launcher_controller.cc1268 ChromeLauncherAppMenuItems ChromeLauncherController::GetApplicationList( function in class:ChromeLauncherController
1277 return id_to_item_controller_map_[item.id]->GetApplicationList(event_flags);

Completed in 2597 milliseconds