OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tab_url
(Results
1 - 10
of
10
) 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/browser/android/
foreign_session_helper.cc
60
GURL
tab_url
= current_navigation.virtual_url();
local
61
if (
tab_url
.SchemeIs(chrome::kChromeNativeScheme) ||
62
(
tab_url
.SchemeIs(chrome::kChromeUIScheme) &&
63
tab_url
.host() == chrome::kChromeUINewTabHost))
68
ConvertUTF8ToJavaString(env,
tab_url
.spec()).Release(),
/external/chromium_org/chrome/test/automation/
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
281
GURL
tab_url
;
local
282
if (!tab->GetCurrentURL(&
tab_url
))
285
if (
tab_url
== url)
browser_proxy.cc
54
bool BrowserProxy::AppendTab(const GURL&
tab_url
) {
60
sender_->Send(new AutomationMsg_AppendTab(handle_,
tab_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/browser/ui/views/
avatar_menu_button_browsertest.cc
195
GURL
tab_url
= browser()->tab_strip_model()->GetActiveWebContents()->GetURL();
local
196
EXPECT_EQ(std::string(chrome::kChromeUIUserManagerURL),
tab_url
.spec());
/external/chromium_org/chrome/browser/ui/ash/launcher/
app_shortcut_launcher_item_controller.cc
254
const GURL
tab_url
= web_contents->GetURL();
local
261
refocus_pattern.MatchesURL(
tab_url
)) ||
262
(extension->OverlapsWithOrigin(
tab_url
) &&
263
extension->web_extent().MatchesURL(
tab_url
)) ||
chrome_launcher_controller_per_browser.cc
589
const GURL
tab_url
= tab->GetURL();
local
590
if (refocus_pattern.MatchesURL(
tab_url
)) {
[
all
...]
/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 5091 milliseconds