HomeSort by relevance Sort by last modified time
    Searched refs:tab_url (Results 1 - 8 of 8) 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();
download_item_impl.cc 182 tab_url_(info.tab_url),
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
app_shortcut_launcher_item_controller.cc 305 const GURL tab_url = web_contents->GetURL(); local
307 refocus_pattern.MatchesURL(tab_url)) ||
308 (extension->OverlapsWithOrigin(tab_url) &&
309 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);
  /external/chromium_org/chrome/browser/android/
foreign_session_helper.cc 105 GURL tab_url = current_navigation.virtual_url();
109 ConvertUTF8ToJavaString(env, tab_url.spec()).obj(),
  /external/chromium_org/chrome/browser/safe_browsing/
download_protection_service_unittest.cc     [all...]

Completed in 289 milliseconds