HomeSort by relevance Sort by last modified time
    Searched refs:ScopedChromeFrameRegistrar (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome_frame/test/perf/
run_all.cc 19 ScopedChromeFrameRegistrar::RegisterAndExitProcessIfDirected();
29 scoped_ptr<ScopedChromeFrameRegistrar> registrar(
30 new ScopedChromeFrameRegistrar(
31 ScopedChromeFrameRegistrar::SYSTEM_LEVEL));
chrome_frame_perftest.cc 290 scoped_ptr<ScopedChromeFrameRegistrar> chrome_frame_registrar_;
391 chrome_frame_registrar_.reset(new ScopedChromeFrameRegistrar(
392 ScopedChromeFrameRegistrar::SYSTEM_LEVEL));
477 chrome_frame_registrar_.reset(new ScopedChromeFrameRegistrar(
478 ScopedChromeFrameRegistrar::SYSTEM_LEVEL));
585 chrome_frame_registrar_.reset(new ScopedChromeFrameRegistrar(
586 ScopedChromeFrameRegistrar::SYSTEM_LEVEL));
767 chrome_frame_registrar_.reset(new ScopedChromeFrameRegistrar(
768 ScopedChromeFrameRegistrar::SYSTEM_LEVEL));
892 chrome_frame_registrar_.reset(new ScopedChromeFrameRegistrar(
    [all...]
  /external/chromium_org/chrome_frame/test/reliability/
run_all_unittests.cc 17 ScopedChromeFrameRegistrar::RegisterAndExitProcessIfDirected();
37 // Run() must be called within the scope of the ScopedChromeFrameRegistrar
39 ScopedChromeFrameRegistrar scoped_chrome_frame_registrar(
40 dll_path, ScopedChromeFrameRegistrar::SYSTEM_LEVEL);
  /external/chromium_org/chrome_frame/
test_utils.cc 53 const wchar_t ScopedChromeFrameRegistrar::kCallRegistrationEntrypointSwitch[] =
56 bool ScopedChromeFrameRegistrar::register_chrome_path_provider_ = false;
59 void ScopedChromeFrameRegistrar::RegisterDefaults() {
73 void ScopedChromeFrameRegistrar::DoRegistration(
139 void ScopedChromeFrameRegistrar::RegisterAtPath(
145 void ScopedChromeFrameRegistrar::UnregisterAtPath(
150 base::FilePath ScopedChromeFrameRegistrar::GetReferenceChromeFrameDllPath() {
168 void ScopedChromeFrameRegistrar::RegisterAndExitProcessIfDirected() {
216 ScopedChromeFrameRegistrar::ScopedChromeFrameRegistrar(
    [all...]
test_utils.h 32 class ScopedChromeFrameRegistrar {
39 explicit ScopedChromeFrameRegistrar(RegistrationType registration_type);
40 ScopedChromeFrameRegistrar(const std::wstring& path,
42 virtual ~ScopedChromeFrameRegistrar();
61 // entrypoint in each executable that uses ScopedChromeFrameRegistrar to
  /external/chromium_org/chrome_frame/test/
run_all_unittests.cc 52 ScopedChromeFrameRegistrar::RegisterAndExitProcessIfDirected();
95 ScopedChromeFrameRegistrar registrar(chrome_frame_test::GetTestBedType());
98 ScopedChromeFrameRegistrar ia2_registrar(
100 ScopedChromeFrameRegistrar::SYSTEM_LEVEL);
chrome_frame_test_utils.cc 692 ScopedChromeFrameRegistrar::RegistrationType GetTestBedType() {
694 return ScopedChromeFrameRegistrar::PER_USER;
696 return ScopedChromeFrameRegistrar::SYSTEM_LEVEL;
chrome_frame_test_utils.h 356 ScopedChromeFrameRegistrar::RegistrationType GetTestBedType();
test_with_web_server.cc 69 ScopedChromeFrameRegistrar::RegisterDefaults();
727 ScopedChromeFrameRegistrar::UnregisterAtPath(
735 ScopedChromeFrameRegistrar::RegisterAtPath(
    [all...]
  /external/chromium_org/chrome_frame/test/net/
fake_external_tab.h 135 ScopedChromeFrameRegistrar registrar_;
fake_external_tab.cc     [all...]

Completed in 596 milliseconds