/external/chromium_org/content/public/browser/ |
D | interstitial_page_delegate.h | 33 virtual void CommandReceived(const std::string& command) {} in CommandReceived() function
|
/external/chromium_org/chrome/browser/ui/login/ |
D | login_interstitial_delegate.cc | 24 void LoginInterstitialDelegate::CommandReceived(const std::string& command) { in CommandReceived() function in LoginInterstitialDelegate
|
D | login_interstitial_delegate.h | 36 virtual void CommandReceived(const std::string& command) OVERRIDE;
|
/external/chromium_org/content/browser/android/ |
D | interstitial_page_delegate_android.h | 41 virtual void CommandReceived(const std::string& command) OVERRIDE;
|
D | interstitial_page_delegate_android.cc | 63 void InterstitialPageDelegateAndroid::CommandReceived( in CommandReceived() function in content::InterstitialPageDelegateAndroid
|
/external/chromium_org/chrome/browser/supervised_user/ |
D | supervised_user_interstitial.h | 42 virtual void CommandReceived(const std::string& command) OVERRIDE;
|
D | supervised_user_browsertest.cc | 84 delegate->CommandReceived("\"request\""); in SendAccessRequest() 96 delegate->CommandReceived("\"back\""); in GoBack()
|
D | supervised_user_interstitial.cc | 223 void SupervisedUserInterstitial::CommandReceived(const std::string& command) { in CommandReceived() function in SupervisedUserInterstitial
|
/external/chromium_org/chrome/browser/chromeos/login/signin/ |
D | merge_session_load_page.h | 57 virtual void CommandReceived(const std::string& command) OVERRIDE;
|
D | merge_session_load_page.cc | 121 void MergeSessionLoadPage::CommandReceived(const std::string& cmd) { in CommandReceived() function in chromeos::MergeSessionLoadPage
|
/external/chromium_org/chrome/browser/chromeos/offline/ |
D | offline_load_page.h | 61 virtual void CommandReceived(const std::string& command) OVERRIDE;
|
D | offline_load_page.cc | 123 void OfflineLoadPage::CommandReceived(const std::string& cmd) { in CommandReceived() function in chromeos::OfflineLoadPage
|
/external/chromium_org/chrome/browser/ssl/ |
D | ssl_blocking_page.h | 86 virtual void CommandReceived(const std::string& command) OVERRIDE;
|
D | ssl_blocking_page.cc | 551 void SSLBlockingPage::CommandReceived(const std::string& command) { in CommandReceived() function in SSLBlockingPage
|
/external/chromium_org/chrome/browser/safe_browsing/ |
D | safe_browsing_blocking_page.h | 95 virtual void CommandReceived(const std::string& command) OVERRIDE;
|
D | safe_browsing_blocking_page_test.cc | 330 virtual void CommandReceived(const std::string& command) OVERRIDE { in CommandReceived() function in __anonce9d19da0111::TestSafeBrowsingBlockingPage 331 SafeBrowsingBlockingPage::CommandReceived(command); in CommandReceived() 440 interstitial_page->CommandReceived(command); in SendCommand()
|
D | safe_browsing_blocking_page.cc | 262 void SafeBrowsingBlockingPage::CommandReceived(const std::string& cmd) { in CommandReceived() function in SafeBrowsingBlockingPage
|
/external/chromium_org/chrome/browser/ui/pdf/ |
D | pdf_unsupported_feature.cc | 193 virtual void CommandReceived(const std::string& command) OVERRIDE { in CommandReceived() function in __anon335cdfd90111::PDFUnsupportedFeatureInterstitial
|
/external/chromium_org/content/browser/web_contents/ |
D | web_contents_impl_unittest.cc | 81 virtual void CommandReceived(const std::string& command) OVERRIDE; 155 CommandReceived(); in TestDomOperationResponse() 180 void CommandReceived() { in CommandReceived() function in content::__anon3b9064680111::TestInterstitialPage 200 void TestInterstitialPageDelegate::CommandReceived(const std::string& command) { in CommandReceived() function in content::__anon3b9064680111::TestInterstitialPageDelegate 201 interstitial_page_->CommandReceived(); in CommandReceived()
|
/external/chromium_org/content/browser/frame_host/ |
D | interstitial_page_impl.cc | 856 delegate_->CommandReceived(details.json); in OnDomOperationResponse()
|