Searched refs:CommandReceived (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/content/public/browser/
H A Dinterstitial_page_delegate.h33 virtual void CommandReceived(const std::string& command) {} function in class:content::InterstitialPageDelegate
/external/chromium_org/chrome/browser/managed_mode/
H A Dmanaged_mode_interstitial.h34 virtual void CommandReceived(const std::string& command) OVERRIDE;
H A Dmanaged_mode_interstitial.cc92 void ManagedModeInterstitial::CommandReceived(const std::string& command) { function in class:ManagedModeInterstitial
H A Dmanaged_mode_browsertest.cc86 delegate->CommandReceived("\"request\"");
98 delegate->CommandReceived("\"back\"");
/external/chromium_org/content/browser/android/
H A Dinterstitial_page_delegate_android.h41 virtual void CommandReceived(const std::string& command) OVERRIDE;
H A Dinterstitial_page_delegate_android.cc63 void InterstitialPageDelegateAndroid::CommandReceived( function in class:content::InterstitialPageDelegateAndroid
/external/chromium/chrome/browser/chromeos/offline/
H A Doffline_load_page.h59 virtual void CommandReceived(const std::string& command);
H A Doffline_load_page.cc160 void OfflineLoadPage::CommandReceived(const std::string& cmd) { function in class:chromeos::OfflineLoadPage
/external/chromium/chrome/browser/ssl/
H A Dssl_blocking_page.h63 virtual void CommandReceived(const std::string& command);
H A Dssl_blocking_page.cc116 void SSLBlockingPage::CommandReceived(const std::string& command) { function in class:SSLBlockingPage
/external/chromium_org/chrome/browser/chromeos/login/
H A Dmerge_session_load_page.h59 virtual void CommandReceived(const std::string& command) OVERRIDE;
H A Dmerge_session_load_page.cc114 void MergeSessionLoadPage::CommandReceived(const std::string& cmd) { function in class:chromeos::MergeSessionLoadPage
/external/chromium_org/chrome/browser/chromeos/offline/
H A Doffline_load_page.h61 virtual void CommandReceived(const std::string& command) OVERRIDE;
H A Doffline_load_page.cc160 void OfflineLoadPage::CommandReceived(const std::string& cmd) { function in class:chromeos::OfflineLoadPage
/external/chromium_org/chrome/browser/ssl/
H A Dssl_blocking_page.h53 virtual void CommandReceived(const std::string& command) OVERRIDE;
H A Dssl_blocking_page.cc304 void SSLBlockingPage::CommandReceived(const std::string& command) { function in class:SSLBlockingPage
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_blocking_page.h77 virtual void CommandReceived(const std::string& command);
H A Dsafe_browsing_blocking_page_test.cc272 interstitial_page->CommandReceived(command);
H A Dsafe_browsing_blocking_page.cc388 void SafeBrowsingBlockingPage::CommandReceived(const std::string& cmd) { function in class:SafeBrowsingBlockingPage
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_blocking_page.h77 virtual void CommandReceived(const std::string& command) OVERRIDE;
H A Dsafe_browsing_blocking_page_test.cc408 interstitial_page->CommandReceived(command);
/external/chromium/chrome/browser/
H A Dpdf_unsupported_feature.cc202 virtual void CommandReceived(const std::string& command) { function in class:__anon2332::PDFUnsupportedFeatureInterstitial
/external/chromium_org/chrome/browser/ui/pdf/
H A Dpdf_unsupported_feature.cc200 virtual void CommandReceived(const std::string& command) OVERRIDE {
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl_unittest.cc76 virtual void CommandReceived(const std::string& command) OVERRIDE;
149 CommandReceived();
174 void CommandReceived() { function in class:content::__anon7831::TestInterstitialPage
200 void TestInterstitialPageDelegate::CommandReceived(const std::string& command) { function in class:content::__anon7831::TestInterstitialPageDelegate
201 interstitial_page_->CommandReceived();
H A Dinterstitial_page_impl.cc327 delegate_->CommandReceived(dom_op_details->json);

Completed in 431 milliseconds

12