Searched refs:InstantPage (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_page.cc34 InstantPage::Delegate::~Delegate() {
37 InstantPage::~InstantPage() {
49 bool InstantPage::supports_instant() const {
54 const std::string& InstantPage::instant_url() const {
58 bool InstantPage::IsLocal() const {
63 void InstantPage::InitializeFonts() {
78 void InstantPage::InitializePromos() {
82 InstantPage::InstantPage(Delegat function in class:InstantPage
[all...]
H A Dinstant_tab.h16 class InstantTab : public InstantPage {
18 InstantTab(InstantPage::Delegate* delegate, Profile* profile);
32 // Overridden from InstantPage:
H A Dinstant_tab.cc11 InstantTab::InstantTab(InstantPage::Delegate* delegate,
13 : InstantPage(delegate, "", profile, profile->IsOffTheRecord()) {
H A Dinstant_ntp.h28 class InstantNTP : public InstantPage,
H A Dinstant_page.h37 // InstantPage is used to exchange messages with a page that implements the
39 // InstantPage is not used directly but via one of its derived classes,
41 class InstantPage : public content::WebContentsObserver, class in inherits:content::WebContentsObserver,InstantServiceObserver,SearchModelObserver
45 // InstantPage calls its delegate in response to messages received from the
96 virtual ~InstantPage();
123 InstantPage(Delegate* delegate, const std::string& instant_url,
219 DISALLOW_COPY_AND_ASSIGN(InstantPage);
H A Dinstant_ntp.cc18 : InstantPage(ntp_prerenderer, instant_url, profile,
H A Dinstant_ntp_prerenderer.h33 : public InstantPage::Delegate,
120 // Overridden from InstantPage::Delegate:
H A Dinstant_page_unittest.cc27 class FakePageDelegate : public InstantPage::Delegate {
58 class FakePage : public InstantPage {
64 // InstantPage overrride.
71 using InstantPage::SetContents;
82 : InstantPage(delegate, instant_url, profile, is_incognito),
300 // reply handler updates the instant support state in InstantPage.
318 // sure the InstantPage is notified about the instant support state.
H A Dinstant_controller.h48 // instance of InstantPage. An InstantTab instance points to the currently
53 class InstantController : public InstantPage::Delegate {
150 // Overridden from InstantPage::Delegate:
209 // The instance of InstantPage maintained by InstantController.
H A Dinstant_controller.cc71 bool IsContentsFrom(const InstantPage* page,
274 // Handle INSTANT_SUPPORT_YES here because InstantPage is not hooked up to the
275 // active tab. Search model changed listener in InstantPage will handle other

Completed in 95 milliseconds