OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kNewURL
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/guestview/webview/
webview_constants.cc
32
const char
kNewURL
[] = "newUrl";
webview_constants.h
35
extern const char
kNewURL
[];
webview_guest.cc
648
args->SetString(webview::
kNewURL
, new_url.spec());
/external/chromium_org/content/browser/frame_host/
navigation_controller_impl_unittest.cc
700
const GURL
kNewURL
("http://see");
701
test_rvh()->SendNavigate(99,
kNewURL
);
709
EXPECT_EQ(
kNewURL
, controller.GetVisibleEntry()->GetURL());
737
const GURL
kNewURL
("http://see");
739
contents()->GetPendingRenderViewHost())->SendNavigate(3,
kNewURL
);
747
EXPECT_EQ(
kNewURL
, controller.GetVisibleEntry()->GetURL());
781
const GURL
kNewURL
("http://foo/see");
783
test_rvh()->SendNavigate(3,
kNewURL
);
791
EXPECT_EQ(
kNewURL
, controller.GetVisibleEntry()->GetURL());
834
const GURL
kNewURL
("http://foo/bee")
[
all
...]
Completed in 45 milliseconds