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

/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_search_prerenderer.h34 // InstantSearchPrerenderer is responsible for prerendering the default search
36 // suggestions. InstantSearchPrerenderer manages the prerender handle associated
38 class InstantSearchPrerenderer { class
40 InstantSearchPrerenderer(Profile* profile, const GURL& url);
41 ~InstantSearchPrerenderer();
43 // Returns the InstantSearchPrerenderer instance for the given |profile|.
44 static InstantSearchPrerenderer* GetForProfile(Profile* profile);
49 // initial size for the target prerender. InstantSearchPrerenderer will run at
103 DISALLOW_COPY_AND_ASSIGN(InstantSearchPrerenderer);
H A Dinstant_search_prerenderer.cc28 InstantSearchPrerenderer::InstantSearchPrerenderer(Profile* profile, function in class:InstantSearchPrerenderer
34 InstantSearchPrerenderer::~InstantSearchPrerenderer() {
40 InstantSearchPrerenderer* InstantSearchPrerenderer::GetForProfile(
48 void InstantSearchPrerenderer::Init(
75 void InstantSearchPrerenderer::Cancel() {
84 void InstantSearchPrerenderer::Prerender(const InstantSuggestion& suggestion) {
103 void InstantSearchPrerenderer
[all...]

Completed in 422 milliseconds