Home
last modified time | relevance | path

Searched refs:OnAutomationServerReady (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/chrome_frame/test/
Dautomation_client_mock.cc166 EXPECT_CALL(cfd_, OnAutomationServerReady()) in TEST_F()
182 EXPECT_CALL(cfd_, OnAutomationServerReady()) in TEST_F()
215 EXPECT_CALL(cfd_, OnAutomationServerReady()) in TEST_F()
260 EXPECT_CALL(cfd_, OnAutomationServerReady()) in TEST_F()
368 EXPECT_CALL(cfd1, OnAutomationServerReady()).WillOnce(QUIT_LOOP(loop_)); in TEST_F()
384 EXPECT_CALL(cfd2, OnAutomationServerReady()).WillOnce(QUIT_LOOP(loop_)); in TEST_F()
400 EXPECT_CALL(cfd1, OnAutomationServerReady()).WillOnce(QUIT_LOOP(loop_)); in TEST_F()
442 EXPECT_CALL(cfd_, OnAutomationServerReady()) in TEST_F()
Dchrome_frame_automation_mock.h93 virtual void OnAutomationServerReady() { in OnAutomationServerReady() function
160 virtual void OnAutomationServerReady() { in OnAutomationServerReady() function
161 Base::OnAutomationServerReady(); in OnAutomationServerReady()
Dautomation_client_mock.h27 MOCK_METHOD0(OnAutomationServerReady, void());
/external/chromium_org/chrome_frame/
Ddelete_chrome_history.h51 virtual void OnAutomationServerReady();
Dchrome_frame_delegate.h46 virtual void OnAutomationServerReady() = 0;
76 virtual void OnAutomationServerReady() {} in OnAutomationServerReady() function
Ddelete_chrome_history.cc33 void DeleteChromeHistory::OnAutomationServerReady() { in OnAutomationServerReady() function in DeleteChromeHistory
Dchrome_frame_plugin.h104 virtual void OnAutomationServerReady() { in OnAutomationServerReady() function
Dchrome_active_document.h347 virtual void OnAutomationServerReady();
Dchrome_frame_activex_base.h524 virtual void OnAutomationServerReady() { in OnAutomationServerReady() function
526 ChromeFramePlugin<T>::OnAutomationServerReady(); in OnAutomationServerReady()
Dchrome_active_document.cc183 void ChromeActiveDocument::OnAutomationServerReady() { in OnAutomationServerReady() function in ChromeActiveDocument
184 BaseActiveX::OnAutomationServerReady(); in OnAutomationServerReady()
Dchrome_frame_automation.cc934 chrome_frame_delegate_->OnAutomationServerReady(); in InitializeComplete()