Searched refs:tab_url (Results 1 – 8 of 8) sorted by relevance
98 GURL tab_url = tab->GetURL(); in GetIndexOfSingletonTab() local102 if (tab_url.SchemeIs(content::kViewSourceScheme)) in GetIndexOfSingletonTab()105 GURL rewritten_tab_url = tab_url; in GetIndexOfSingletonTab()120 if (CompareURLsWithReplacements(tab_url, params->url, replacements) || in GetIndexOfSingletonTab()
81 GURL tab_url; in TEST_F() local82 EXPECT_TRUE(tab_proxy->GetCurrentURL(&tab_url)); in TEST_F()83 EXPECT_TRUE(final_url == tab_url); in TEST_F()89 EXPECT_TRUE(tab_proxy->GetCurrentURL(&tab_url)); in TEST_F()90 EXPECT_TRUE(final_url == tab_url); in TEST_F()
289 const GURL tab_url = is_app && web_contents->GetController().GetEntryCount() ? in WebContentMatchesApp() local298 refocus_pattern.MatchesURL(tab_url)) || in WebContentMatchesApp()299 (extension->OverlapsWithOrigin(tab_url) && in WebContentMatchesApp()300 extension->web_extent().MatchesURL(tab_url)) || in WebContentMatchesApp()
280 GURL tab_url; in IsURLDisplayed() local281 if (!tab->GetCurrentURL(&tab_url)) in IsURLDisplayed()284 if (tab_url == url) in IsURLDisplayed()
54 bool BrowserProxy::AppendTab(const GURL& tab_url) { in AppendTab() argument60 sender_->Send(new AutomationMsg_AppendTab(handle_, tab_url, in AppendTab()
47 bool AppendTab(const GURL& tab_url) WARN_UNUSED_RESULT;
133 GURL tab_url = current_navigation.virtual_url(); in SessionTabToValue() local134 if (tab_url == GURL(chrome::kChromeUINewTabURL)) in SessionTabToValue()138 tab_url); in SessionTabToValue()
105 GURL tab_url = current_navigation.virtual_url(); in CopyTabsToJava() local109 ConvertUTF8ToJavaString(env, tab_url.spec()).Release(), in CopyTabsToJava()