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(
139 void ScopedChromeFrameRegistrar::RegisterAtPath(
145 void ScopedChromeFrameRegistrar::UnregisterAtPath(
150 base::FilePath ScopedChromeFrameRegistrar::GetReferenceChromeFrameDllPath() {
168 void ScopedChromeFrameRegistrar::RegisterAndExitProcessIfDirected() {
216 ScopedChromeFrameRegistrar::ScopedChromeFrameRegistrar(
    [all...]

Completed in 545 milliseconds