Searched refs:has_chrome (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/installer/mini_installer/
H A Dconfiguration_test.cc81 EXPECT_TRUE(TestConfiguration(L"spam.exe").has_chrome());
82 EXPECT_TRUE(TestConfiguration(L"spam.exe --chrome").has_chrome());
84 .has_chrome());
85 EXPECT_FALSE(TestConfiguration(L"spam.exe --chrome-frame").has_chrome());
86 EXPECT_FALSE(TestConfiguration(L"spam.exe --multi-install").has_chrome());
H A Dconfiguration.h44 bool has_chrome() const { return has_chrome_; } function in class:mini_installer::Configuration

Completed in 66 milliseconds