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
52 void InstantPage::SetContents(content::WebContents* web_contents) {
68 bool InstantPage
[all...]
H A Dinstant_page.h33 // InstantPage is used to exchange messages with a page that implements the
35 // InstantPage is not used directly but via one of its derived classes,
37 class InstantPage : public content::WebContentsObserver, class in inherits:content::WebContentsObserver,SearchModelObserver
40 // InstantPage calls its delegate in response to messages received from the
62 virtual ~InstantPage();
85 InstantPage(Delegate* delegate, const std::string& instant_url,
152 DISALLOW_COPY_AND_ASSIGN(InstantPage);

Completed in 62 milliseconds