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

/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dapp_window_launcher_item_controller.h40 const std::string& app_shelf_id,
53 const std::string& app_shelf_id() const { return app_shelf_id_; } function in class:AppWindowLauncherItemController
H A Dapp_window_launcher_controller.cc92 const std::string app_shelf_id = GetAppShelfId(app_window); local
93 AppControllerMap::iterator iter = app_controller_map_.find(app_shelf_id);
151 const std::string app_shelf_id = GetAppShelfId(app_window); local
152 window_to_app_shelf_id_map_[window] = app_shelf_id;
160 AppControllerMap::iterator iter = app_controller_map_.find(app_shelf_id);
173 new AppWindowLauncherItemController(type, app_shelf_id, app_id, owner_);
177 if (app_shelf_id == app_id)
190 const std::string app_shelf_id = GetAppShelfId(app_window); local
191 app_controller_map_[app_shelf_id] = controller;
201 std::string app_shelf_id local
[all...]
H A Dapp_window_launcher_item_controller.cc79 const std::string& app_shelf_id,
84 app_shelf_id_(app_shelf_id),
77 AppWindowLauncherItemController( Type type, const std::string& app_shelf_id, const std::string& app_id, ChromeLauncherController* controller) argument

Completed in 131 milliseconds