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

  /external/chromium_org/chrome/installer/mini_installer/
configuration_test.cc 90 EXPECT_FALSE(TestConfiguration(L"spam.exe").has_chrome_frame());
91 EXPECT_FALSE(TestConfiguration(L"spam.exe --chrome").has_chrome_frame());
93 .has_chrome_frame());
94 EXPECT_TRUE(TestConfiguration(L"spam.exe --chrome-frame").has_chrome_frame());
96 .has_chrome_frame());
98 .has_chrome_frame());
configuration.h 47 bool has_chrome_frame() const { return has_chrome_frame_; } function in class:mini_installer::Configuration
mini_installer.cc 164 configuration.has_chrome_frame() ?
251 if (configuration.has_chrome_frame() && GetSetupExePathForGuidFromRegistry(

Completed in 77 milliseconds