OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tab_url
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chrome/browser/ui/
singleton_tabs.cc
98
GURL
tab_url
= tab->GetURL();
local
102
if (
tab_url
.SchemeIs(content::kViewSourceScheme))
105
GURL rewritten_tab_url =
tab_url
;
120
if (CompareURLsWithReplacements(
tab_url
, params->url, replacements) ||
/external/chromium_org/chrome/test/automation/
browser_proxy.cc
54
bool BrowserProxy::AppendTab(const GURL&
tab_url
) {
60
sender_->Send(new AutomationMsg_AppendTab(handle_,
tab_url
,
browser_proxy.h
45
// The new tab navigates to the given
tab_url
.
47
bool AppendTab(const GURL&
tab_url
) WARN_UNUSED_RESULT;
automation_proxy.cc
280
GURL
tab_url
;
local
281
if (!tab->GetCurrentURL(&
tab_url
))
284
if (
tab_url
== url)
/external/chromium/chrome/browser/history/
redirect_uitest.cc
81
GURL
tab_url
;
local
82
EXPECT_TRUE(tab_proxy->GetCurrentURL(&
tab_url
));
83
EXPECT_TRUE(final_url ==
tab_url
);
89
EXPECT_TRUE(tab_proxy->GetCurrentURL(&
tab_url
));
90
EXPECT_TRUE(final_url ==
tab_url
);
/external/chromium_org/chrome/common/safe_browsing/
csd.proto
152
TAB_URL
= 2;
153
// A redirect URL thas was fetched before hitting the final
TAB_URL
.
162
// resource type is either
TAB_URL
or DOWNLOAD_URL.
/external/chromium_org/chrome/browser/ui/ash/launcher/
app_shortcut_launcher_item_controller.cc
289
const GURL
tab_url
= is_app && web_contents->GetController().GetEntryCount() ?
local
298
refocus_pattern.MatchesURL(
tab_url
)) ||
299
(extension->OverlapsWithOrigin(
tab_url
) &&
300
extension->web_extent().MatchesURL(
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()).Release(),
/external/chromium_org/chrome/browser/ui/webui/ntp/
foreign_session_handler.cc
133
GURL
tab_url
= current_navigation.virtual_url();
local
134
if (
tab_url
== GURL(chrome::kChromeUINewTabURL))
138
tab_url
);
Completed in 216 milliseconds