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

  /external/chromium_org/chrome/browser/ui/search/
instant_page.cc 22 InstantPage::Delegate::~Delegate() {
25 InstantPage::~InstantPage() {
32 bool InstantPage::supports_instant() const {
37 const std::string& InstantPage::instant_url() const {
41 bool InstantPage::IsLocal() const {
46 InstantPage::InstantPage(Delegate* delegate, const std::string& instant_url,
54 void InstantPage::SetContents(content::WebContents* new_web_contents) {
70 bool InstantPage::ShouldProcessAboutToNavigateMainFrame()
    [all...]
instant_page.h 31 // 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,
38 // InstantPage calls its delegate in response to messages received from the
57 virtual ~InstantPage();
74 InstantPage(Delegate* delegate, const std::string& instant_url,
124 DISALLOW_COPY_AND_ASSIGN(InstantPage);

Completed in 71 milliseconds