OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:history_url
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/frame_host/
navigation_controller_impl_browsertest.cc
20
const GURL
history_url
("http://historyurl");
26
content::LoadDataWithBaseURL(shell(),
history_url
, data, base_url);
local
28
// We should use
history_url
instead of the base_url as the original url of
31
EXPECT_EQ(controller.GetVisibleEntry()->GetOriginalRequestURL(),
history_url
);
/external/chromium_org/chrome/browser/ui/webui/
bidi_checker_web_ui_test.cc
153
const GURL
history_url
= GURL(page_url);
local
155
history_url
, base::Time::Now(), history::SOURCE_BROWSED);
156
history_service->SetPageTitle(
history_url
, base::UTF8ToUTF16(page_title));
/external/chromium_org/chrome/browser/ui/
browser_browsertest.cc
1165
ui_test_utils::NavigateToURL(browser(),
history_url
);
local
[
all
...]
Completed in 113 milliseconds