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 21 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,
51 void InstantPage::SetContents(content::WebContents* web_contents) {
66 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();
77 InstantPage(Delegate* delegate, const std::string& instant_url,
130 DISALLOW_COPY_AND_ASSIGN(InstantPage);

Completed in 55 milliseconds