Searched refs:app_id_to_web_contents_list_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_per_browser.cc583 app_id_to_web_contents_list_.find(app_id);
584 if (app_i != app_id_to_web_contents_list_.end()) {
786 app_id_to_web_contents_list_.find(app_id);
787 if (i_app_id != app_id_to_web_contents_list_.end()) {
791 app_id_to_web_contents_list_.erase(i_app_id);
792 i_app_id = app_id_to_web_contents_list_.end();
822 WebContentsList& tab_list(app_id_to_web_contents_list_[app_id]);
1370 app_id_to_web_contents_list_.find(app_id);
1371 if (i == app_id_to_web_contents_list_.end())
H A Dchrome_launcher_controller_per_app.cc799 app_id_to_web_contents_list_.find(app_id);
800 if (i_app_id != app_id_to_web_contents_list_.end()) {
804 app_id_to_web_contents_list_.erase(i_app_id);
805 i_app_id = app_id_to_web_contents_list_.end();
844 WebContentsList& tab_list(app_id_to_web_contents_list_[app_id]);
1536 app_id_to_web_contents_list_.find(app_id);
1537 if (i == app_id_to_web_contents_list_.end())
H A Dchrome_launcher_controller_per_browser.h399 AppIDToWebContentsListMap app_id_to_web_contents_list_; member in class:ChromeLauncherControllerPerBrowser
H A Dchrome_launcher_controller_per_app.h474 AppIDToWebContentsListMap app_id_to_web_contents_list_; member in class:ChromeLauncherControllerPerApp

Completed in 57 milliseconds