Home
last modified time | relevance | path

Searched defs:app_shelf_id (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/ash/launcher/
Dapp_window_launcher_controller.cc92 const std::string app_shelf_id = GetAppShelfId(app_window); in OnAppWindowIconChanged() local
151 const std::string app_shelf_id = GetAppShelfId(app_window); in RegisterApp() local
190 const std::string app_shelf_id = GetAppShelfId(app_window); in RegisterApp() local
201 std::string app_shelf_id = iter1->second; in UnregisterApp() local
231 std::string app_shelf_id = iter1->second; in ControllerForWindow() local
Dapp_window_launcher_item_controller.h52 const std::string& app_shelf_id() const { return app_shelf_id_; } in app_shelf_id() function
Dapp_window_launcher_item_controller.cc79 const std::string& app_shelf_id, in AppWindowLauncherItemController()