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

/external/chromium_org/chrome/browser/ui/login/
H A Dlogin_interstitial_delegate.cc24 void LoginInterstitialDelegate::CommandReceived(const std::string& command) { function in class:LoginInterstitialDelegate
H A Dlogin_interstitial_delegate.h36 virtual void CommandReceived(const std::string& command) OVERRIDE;
/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/supervised_user/
H A Dsupervised_user_interstitial.h42 virtual void CommandReceived(const std::string& command) OVERRIDE;
H A Dsupervised_user_browsertest.cc84 delegate->CommandReceived("\"request\"");
96 delegate->CommandReceived("\"back\"");
H A Dsupervised_user_interstitial.cc223 void SupervisedUserInterstitial::CommandReceived(const std::string& command) { function in class:SupervisedUserInterstitial
/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_org/chrome/browser/chromeos/login/signin/
H A Dmerge_session_load_page.h57 virtual void CommandReceived(const std::string& command) OVERRIDE;
H A Dmerge_session_load_page.cc121 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.cc123 void OfflineLoadPage::CommandReceived(const std::string& cmd) { function in class:chromeos::OfflineLoadPage
/external/chromium_org/chrome/browser/ssl/
H A Dssl_blocking_page.h86 virtual void CommandReceived(const std::string& command) OVERRIDE;
H A Dssl_blocking_page.cc551 void SSLBlockingPage::CommandReceived(const std::string& command) { function in class:SSLBlockingPage
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_blocking_page.h95 virtual void CommandReceived(const std::string& command) OVERRIDE;
H A Dsafe_browsing_blocking_page_test.cc330 virtual void CommandReceived(const std::string& command) OVERRIDE {
331 SafeBrowsingBlockingPage::CommandReceived(command);
440 interstitial_page->CommandReceived(command);
H A Dsafe_browsing_blocking_page.cc262 void SafeBrowsingBlockingPage::CommandReceived(const std::string& cmd) { function in class:SafeBrowsingBlockingPage
/external/chromium_org/chrome/browser/ui/pdf/
H A Dpdf_unsupported_feature.cc193 virtual void CommandReceived(const std::string& command) OVERRIDE {
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl_unittest.cc81 virtual void CommandReceived(const std::string& command) OVERRIDE;
155 CommandReceived();
180 void CommandReceived() { function in class:content::__anon7462::TestInterstitialPage
200 void TestInterstitialPageDelegate::CommandReceived(const std::string& command) { function in class:content::__anon7462::TestInterstitialPageDelegate
201 interstitial_page_->CommandReceived();
/external/chromium_org/content/browser/frame_host/
H A Dinterstitial_page_impl.cc856 delegate_->CommandReceived(details.json);

Completed in 207 milliseconds