HomeSort by relevance Sort by last modified time
    Searched refs:chrome_frame_test (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium_org/chrome_frame/test/
ie_configurator.h 15 namespace chrome_frame_test { namespace
43 } // namespace chrome_frame_test
test_scrubber.h 24 namespace chrome_frame_test { namespace
33 } // namespace chrome_frame_test
run_all_unittests.cc 67 crash_service = chrome_frame_test::StartCrashService();
79 chrome_frame_test::InstallIEConfigurator();
81 chrome_frame_test::InstallTestScrubber(testing::UnitTest::GetInstance());
95 ScopedChromeFrameRegistrar registrar(chrome_frame_test::GetTestBedType());
99 chrome_frame_test::GetIAccessible2ProxyStubPath().value(),
test_scrubber.cc 29 namespace chrome_frame_test { namespace
99 base::KillProcesses(chrome_frame_test::kIEImageName, 0, NULL);
100 base::KillProcesses(chrome_frame_test::kIEBrokerImageName, 0, NULL);
103 base::KillProcesses(chrome_frame_test::kChromeLauncher, 0, NULL);
147 } // namespace chrome_frame_test
url_request_test.cc 22 using chrome_frame_test::kChromeFrameLongNavigationTimeout;
51 void PostponeReadRequest(chrome_frame_test::TimedMsgLoop* loop,
67 chrome_frame_test::TimedMsgLoop loop;
70 ASCIIToWide(chrome_frame_test::GetLocalIPv4Address()),
71 chrome_frame_test::GetTestDataFolder());
115 chrome_frame_test::TimedMsgLoop loop;
157 chrome_frame_test::TimedMsgLoop loop;
161 ASCIIToWide(chrome_frame_test::GetLocalIPv4Address()),
162 chrome_frame_test::GetTestDataFolder());
198 chrome_frame_test::TimedMsgLoop loop
    [all...]
external_sites_test.cc 14 namespace chrome_frame_test { namespace
49 } // namespace chrome_frame_test
test_with_web_server.cc 32 using chrome_frame_test::kChromeFrameLongNavigationTimeout;
33 using chrome_frame_test::kChromeFrameVeryLongNavigationTimeout;
84 chrome_frame_test::TimedMsgLoop* ChromeFrameTestWithWebServer::loop_;
104 results_dir_ = chrome_frame_test::GetTestDataFolder().AppendASCII("dump");
121 loop_ = new chrome_frame_test::TimedMsgLoop();
123 local_address_ = chrome_frame_test::GetLocalIPv4Address();
127 chrome_frame_test::GetTestDataFolder());
184 browser_handle_.Set(chrome_frame_test::LaunchIE(url));
187 chrome_frame_test::OverrideDataDirectoryForThisTest(user_data_dir.value());
188 browser_handle_.Set(chrome_frame_test::LaunchChrome(url, user_data_dir))
    [all...]
urlmon_moniker_integration_test.cc 106 chrome_frame_test::TimedMsgLoop& loop() {
111 chrome_frame_test::TimedMsgLoop loop_;
chrome_frame_automation_mock.h 35 chrome_frame_test::GetTestDataFolder()) {
39 UTF8ToWide(chrome_frame_test::kChromeImageName),
46 chrome_frame_test::OverrideDataDirectoryForThisTest(profile_path.value());
chrome_frame_test_utils.h 45 namespace chrome_frame_test { namespace
265 testing::CreateFunctor(&loop, &chrome_frame_test::TimedMsgLoop::Quit))
268 testing::CreateFunctor(&loop, &chrome_frame_test::TimedMsgLoop::QuitAfter, \
316 // explicitly call chrome_frame_test::CloseAllIEWindows at the
369 } // namespace chrome_frame_test
mock_ie_event_sink_test.cc 24 namespace chrome_frame_test { namespace
182 : server_mock_(1337, ASCIIToWide(chrome_frame_test::GetLocalIPv4Address()),
204 chrome_frame_test::ClearIESessionHistory();
237 } // namespace chrome_frame_test
mock_ie_event_sink_test.h 28 namespace chrome_frame_test { namespace
358 chrome_frame_test::TimedMsgLoop loop_;
366 } // namespace chrome_frame_test
chrome_frame_test_utils.cc 43 namespace chrome_frame_test { namespace
237 chrome_frame_test::ClearIESessionHistory();
401 chrome_frame_test::ClearIESessionHistory();
408 chrome_frame_test::LowIntegrityToken token;
453 std::wstring path(chrome_frame_test::GetExecutableAppPath(kIEImageName));
749 } // namespace chrome_frame_test
mock_ie_event_sink_actions.h 28 namespace chrome_frame_test { namespace
31 return arg == chrome_frame_test::GetPathAndQueryFromUrl(url);
318 UTF8ToWide(chrome_frame_test::kChromeImageName),
448 } // namespace chrome_frame_test
automation_client_mock.h 139 chrome_frame_test::TimedMsgLoop loop_;
chrome_frame_ui_test_utils.h 23 namespace chrome_frame_test { namespace
291 } // namespace chrome_frame_test
header_test.cc 9 namespace chrome_frame_test { namespace
187 } // namespace chrome_frame_test
proxy_factory_mock.cc 39 chrome_frame_test::OverrideDataDirectoryForThisTest(profile_path.value());
dll_redirector_test.cc 337 chrome_frame_test::LowIntegrityToken low_integrity_token;
379 chrome_frame_test::LowIntegrityToken low_integrity_token;
  /external/chromium_org/chrome_frame/
chrome_frame_unittest_main.cc 35 base::ProcessHandle crash_service = chrome_frame_test::StartCrashService();
  /external/chromium_org/chrome_frame/test/perf/
run_all.cc 33 base::ProcessHandle crash_service = chrome_frame_test::StartCrashService();
  /external/chromium_org/chrome_frame/test/reliability/
run_all_unittests.cc 23 base::ProcessHandle crash_service = chrome_frame_test::StartCrashService();
page_load_test.cc 109 class MockLoadListener : public chrome_frame_test::IEEventListener {
184 chrome_frame_test::TimedMsgLoop message_loop;
188 hr = chrome_frame_test::LaunchIEAsComServer(web_browser2.Receive());
201 CComObjectStack<chrome_frame_test::IEEventSink> ie_event_sink;
238 chrome_frame_test::CloseAllIEWindows();
  /external/chromium_org/chrome_frame/test/net/
fake_external_tab.h 39 namespace chrome_frame_test { namespace
41 } // namespace chrome_frame_test
161 scoped_ptr<chrome_frame_test::IEConfigurator> ie_configurator_;
fake_external_tab.cc 368 if (chrome_frame_test::GetInstalledIEVersion() >= IE_9) {
483 user_data_dir_ = chrome_frame_test::GetProfilePathForIE();
573 registrar_(chrome_frame_test::GetTestBedType()),
589 chrome_frame_test::CloseAllIEWindows();
592 ie_configurator_.reset(chrome_frame_test::CreateConfigurator());
605 base::win::ScopedHandle ie_process(chrome_frame_test::LaunchIE(url));
618 chrome_frame_test::CloseAllIEWindows();
777 chrome_frame_test::CloseAllIEWindows();
791 chrome_frame_test::GetLocalIPv4Address()));
864 base::KillProcesses(chrome_frame_test::kIEImageName, 0, NULL)
    [all...]

Completed in 519 milliseconds

1 2