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

  /external/chromium_org/chrome/browser/ui/ash/launcher/
shell_window_launcher_controller.cc 98 const std::string app_launcher_id = GetAppLauncherId(shell_window); local
99 AppControllerMap::iterator iter = app_controller_map_.find(app_launcher_id);
146 const std::string app_launcher_id = GetAppLauncherId(shell_window); local
147 window_to_app_launcher_id_map_[window] = app_launcher_id;
154 AppControllerMap::iterator iter = app_controller_map_.find(app_launcher_id);
167 type, app_launcher_id, app_id, owner_);
171 if (app_launcher_id == app_id)
177 const std::string app_launcher_id = GetAppLauncherId(shell_window); local
178 app_controller_map_[app_launcher_id] = controller;
188 std::string app_launcher_id = iter1->second local
    [all...]
shell_window_launcher_item_controller.h 42 const std::string& app_launcher_id,
55 const std::string& app_launcher_id() const { return app_launcher_id_; } function in class:ShellWindowLauncherItemController
shell_window_launcher_item_controller.cc 70 const std::string& app_launcher_id,
75 app_launcher_id_(app_launcher_id),

Completed in 820 milliseconds