HomeSort by relevance Sort by last modified time
    Searched defs:tab_url (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/
singleton_tabs.cc 97 GURL tab_url = tab->GetURL(); local
101 if (tab_url.SchemeIs(content::kViewSourceScheme))
104 GURL rewritten_tab_url = tab_url;
119 if (CompareURLsWithReplacements(tab_url, params->url, replacements) ||
  /external/chromium_org/content/browser/download/
download_create_info.h 49 GURL tab_url; member in struct:content::DownloadCreateInfo
download_resource_handler.cc 40 GURL tab_url; member in struct:content::DownloadResourceHandler::DownloadTabInfo
79 info->tab_url = tab_info->tab_url;
94 tab_info->tab_url = entry->GetURL();
  /external/chromium_org/chrome/browser/ui/ash/launcher/
app_shortcut_launcher_item_controller.cc 302 const GURL tab_url = web_contents->GetURL(); local
304 refocus_pattern.MatchesURL(tab_url)) ||
305 (extension->OverlapsWithOrigin(tab_url) &&
306 extension->web_extent().MatchesURL(tab_url)) ||
  /external/chromium_org/chrome/browser/ui/webui/ntp/
foreign_session_handler.cc 132 GURL tab_url = current_navigation.virtual_url(); local
133 if (tab_url == GURL(chrome::kChromeUINewTabURL))
137 tab_url);

Completed in 196 milliseconds