HomeSort by relevance Sort by last modified time
    Searched defs:GetLocalInstantURL (Results 1 - 2 of 2) 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())
  /external/chromium_org/chrome/browser/search/
search.cc 395 if (entry->GetURL() == GetLocalInstantURL(profile))
499 GURL GetLocalInstantURL(Profile* profile) {

Completed in 711 milliseconds