Searched defs:ShouldAssignURLToInstantRenderer (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/search/
H A Dsearch.cc233 !ShouldAssignURLToInstantRenderer(entry->GetURL(), profile)))
395 bool ShouldAssignURLToInstantRenderer(const GURL& url, Profile* profile) { function in namespace:chrome
419 return ShouldAssignURLToInstantRenderer(url, profile) &&
635 CHECK(ShouldAssignURLToInstantRenderer(url, profile))

Completed in 66 milliseconds