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.h 37 // 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,
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);
instant_page.cc 34 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(Delegate* delegate, const std::string& instant_url
    [all...]

Completed in 718 milliseconds