HomeSort by relevance Sort by last modified time
    Searched refs:InstantPage (Results 1 - 7 of 7) 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_tab.cc 11 InstantTab::InstantTab(InstantPage::Delegate* delegate,
13 : InstantPage(delegate, "", profile, profile->IsOffTheRecord()) {
instant_tab.h 16 class InstantTab : public InstantPage {
18 InstantTab(InstantPage::Delegate* delegate, Profile* profile);
29 // Overridden from InstantPage:
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);
instant_page_unittest.cc 27 class FakePageDelegate : public InstantPage::Delegate {
58 scoped_ptr<InstantPage> page;
68 page.reset(new InstantPage(&delegate, "", NULL, false));
79 page.reset(new InstantPage(&delegate, "", NULL, false));
92 page.reset(new InstantPage(&delegate, "", NULL, false));
107 page.reset(new InstantPage(&delegate, "", NULL, false));
130 // reply handler updates the instant support state in InstantPage.
132 page.reset(new InstantPage(&delegate, "", NULL, false));
148 // sure the InstantPage is notified about the instant support state.
instant_controller.h 39 // instance of InstantPage. An InstantTab instance points to the currently
44 class InstantController : public InstantPage::Delegate {
114 // Overridden from InstantPage::Delegate:
143 // The instance of InstantPage maintained by InstantController.
instant_controller.cc 40 bool IsContentsFrom(const InstantPage* page,
142 // Handle INSTANT_SUPPORT_YES here because InstantPage is not hooked up to the
143 // active tab. Search model changed listener in InstantPage will handle other

Completed in 57 milliseconds