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

/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_page.cc21 InstantPage::Delegate::~Delegate() {
24 InstantPage::~InstantPage() {
29 bool InstantPage::supports_instant() const {
34 const std::string& InstantPage::instant_url() const {
38 bool InstantPage::IsLocal() const {
43 InstantPage::InstantPage(Delegate* delegate, const std::string& instant_url, function in class:InstantPage
51 void InstantPage::SetContents(content::WebContents* web_contents) {
66 bool InstantPage
[all...]
H A Dinstant_page.h31 // InstantPage is used to exchange messages with a page that implements the
33 // InstantPage is not used directly but via one of its derived classes,
35 class InstantPage : public content::WebContentsObserver, class in inherits:content::WebContentsObserver,SearchModelObserver
38 // InstantPage calls its delegate in response to messages received from the
57 virtual ~InstantPage();
77 InstantPage(Delegate* delegate, const std::string& instant_url,
130 DISALLOW_COPY_AND_ASSIGN(InstantPage);

Completed in 324 milliseconds