HomeSort by relevance Sort by last modified time
    Searched defs:InstantSearchPrerenderer (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/search/
instant_search_prerenderer.cc 28 InstantSearchPrerenderer::InstantSearchPrerenderer(Profile* profile,
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::Commit(const base::string16& query)
    [all...]
instant_search_prerenderer.h 34 // InstantSearchPrerenderer is responsible for prerendering the default search
36 // suggestions. InstantSearchPrerenderer manages the prerender handle associated
38 class InstantSearchPrerenderer {
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);

Completed in 981 milliseconds