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

  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_app_tab_helper.h 23 virtual std::string GetAppID(content::WebContents* tab) OVERRIDE;
launcher_app_tab_helper.cc 39 std::string LauncherAppTabHelper::GetAppID(content::WebContents* tab) {
chrome_launcher_controller.h 78 virtual std::string GetAppID(content::WebContents* tab) = 0;
180 virtual std::string GetAppID(content::WebContents* tab) = 0;
browser_launcher_item_controller_unittest.cc 57 virtual std::string GetAppID(content::WebContents* tab) OVERRIDE {
209 const std::string& GetAppID(ash::LauncherID id) const {
chrome_launcher_controller_per_app.h 174 virtual std::string GetAppID(content::WebContents* tab) OVERRIDE;
chrome_launcher_controller_per_browser.h 167 virtual std::string GetAppID(content::WebContents* tab) OVERRIDE;
chrome_launcher_controller_per_browser.cc 617 std::string ChromeLauncherControllerPerBrowser::GetAppID(
619 return app_tab_helper_->GetAppID(tab);
803 std::string app_id = GetAppID(contents);
    [all...]
chrome_launcher_controller_per_app.cc 580 std::string ChromeLauncherControllerPerApp::GetAppID(
582 return app_tab_helper_->GetAppID(tab);
816 std::string app_id = GetAppID(contents);
    [all...]
  /external/chromium_org/chrome/browser/google_apis/
gdata_wapi_parser.cc 290 bool Link::GetAppID(const base::StringPiece& rel, std::string* app_id) {
343 &Link::GetAppID);
    [all...]
gdata_wapi_parser.h 113 static bool GetAppID(const base::StringPiece& rel, std::string* app_id);

Completed in 136 milliseconds