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

  /external/chromium_org/chrome_frame/
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
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(
140 void ScopedChromeFrameRegistrar::RegisterAtPath(
146 void ScopedChromeFrameRegistrar::UnregisterAtPath(
151 base::FilePath ScopedChromeFrameRegistrar::GetReferenceChromeFrameDllPath() {
169 void ScopedChromeFrameRegistrar::RegisterAndExitProcessIfDirected() {
217 ScopedChromeFrameRegistrar::ScopedChromeFrameRegistrar(
    [all...]

Completed in 1468 milliseconds