OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnAutomationServerReady
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/chrome_frame/
delete_chrome_history.h
51
virtual void
OnAutomationServerReady
();
delete_chrome_history.cc
33
void DeleteChromeHistory::
OnAutomationServerReady
() {
chrome_frame_delegate.h
46
virtual void
OnAutomationServerReady
() = 0;
76
virtual void
OnAutomationServerReady
() {}
chrome_frame_plugin.h
104
virtual void
OnAutomationServerReady
() {
chrome_active_document.h
347
virtual void
OnAutomationServerReady
();
chrome_frame_activex_base.h
524
virtual void
OnAutomationServerReady
() {
526
ChromeFramePlugin<T>::
OnAutomationServerReady
();
[
all
...]
chrome_active_document.cc
183
void ChromeActiveDocument::
OnAutomationServerReady
() {
184
BaseActiveX::
OnAutomationServerReady
();
[
all
...]
chrome_frame_automation.cc
[
all
...]
/external/chromium_org/chrome_frame/test/
automation_client_mock.cc
166
EXPECT_CALL(cfd_,
OnAutomationServerReady
())
182
EXPECT_CALL(cfd_,
OnAutomationServerReady
())
215
EXPECT_CALL(cfd_,
OnAutomationServerReady
())
260
EXPECT_CALL(cfd_,
OnAutomationServerReady
())
368
EXPECT_CALL(cfd1,
OnAutomationServerReady
()).WillOnce(QUIT_LOOP(loop_));
370
// Wait for
OnAutomationServerReady
to be called in the UI thread.
384
EXPECT_CALL(cfd2,
OnAutomationServerReady
()).WillOnce(QUIT_LOOP(loop_));
386
// Wait for
OnAutomationServerReady
to be called in the UI thread.
400
EXPECT_CALL(cfd1,
OnAutomationServerReady
()).WillOnce(QUIT_LOOP(loop_));
402
// Wait for
OnAutomationServerReady
to be called in the UI thread
[
all
...]
chrome_frame_automation_mock.h
93
virtual void
OnAutomationServerReady
() {
160
virtual void
OnAutomationServerReady
() {
161
Base::
OnAutomationServerReady
();
automation_client_mock.h
27
MOCK_METHOD0(
OnAutomationServerReady
, void());
Completed in 253 milliseconds