Home
last modified time | relevance | path

Searched refs:AutomationMockLaunch (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome_frame/test/
Dchrome_frame_automation_mock.h151 class AutomationMockLaunch
152 : public AutomationMockDelegate<AutomationMockLaunch> {
154 typedef AutomationMockDelegate<AutomationMockLaunch> Base;
155 AutomationMockLaunch(base::MessageLoop* caller_message_loop, in AutomationMockLaunch() function
Dchrome_frame_automation_mock.cc13 AutomationMockLaunch mock_launch(&loop, in TEST()