OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetLocalInstantURL
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/ui/search/
instant_ntp_prerenderer.cc
87
ResetNTP(
GetLocalInstantURL
());
126
std::string InstantNTPPrerenderer::
GetLocalInstantURL
() const {
127
return chrome::
GetLocalInstantURL
(profile_).spec();
132
return
GetLocalInstantURL
();
139
return
GetLocalInstantURL
();
196
ResetNTP(
GetLocalInstantURL
());
218
ResetNTP(
GetLocalInstantURL
());
252
if (ntp()->instant_url() ==
GetLocalInstantURL
())
instant_ntp_prerenderer.h
63
virtual std::string
GetLocalInstantURL
() const;
67
// o The local page (see
GetLocalInstantURL
())
instant_ntp_prerenderer_unittest.cc
77
virtual std::string
GetLocalInstantURL
() const OVERRIDE {
instant_extended_interactive_uitest.cc
412
EXPECT_NE(instant_service->ntp_prerenderer()->
GetLocalInstantURL
(),
436
EXPECT_EQ(instant_service->ntp_prerenderer()->
GetLocalInstantURL
(),
[
all
...]
/external/chromium_org/chrome/browser/search/
search.h
142
GURL
GetLocalInstantURL
(Profile* profile);
search.cc
395
if (entry->GetURL() ==
GetLocalInstantURL
(profile))
499
GURL
GetLocalInstantURL
(Profile* profile) {
search_unittest.cc
623
GURL local_instant_url(
GetLocalInstantURL
(profile()));
656
local_instant_url =
GetLocalInstantURL
(profile());
729
GURL local_ntp_url(
GetLocalInstantURL
(profile()));
[
all
...]
/external/chromium_org/chrome/browser/ui/
browser_instant_controller.cc
96
source_contents->GetController().LoadURL(chrome::
GetLocalInstantURL
(
Completed in 605 milliseconds