Searched defs:tab_url (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/
H A Dsingleton_tabs.cc97 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/
H A Ddownload_create_info.h49 GURL tab_url; member in struct:content::DownloadCreateInfo
H A Ddownload_resource_handler.cc40 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/
H A Dapp_shortcut_launcher_item_controller.cc302 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/
H A Dforeign_session_handler.cc132 GURL tab_url = current_navigation.virtual_url(); local
133 if (tab_url == GURL(chrome::kChromeUINewTabURL))
137 tab_url);

Completed in 141 milliseconds