OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_chrome
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/installer/mini_installer/
configuration.h
44
bool
has_chrome
() const { return has_chrome_; }
function in class:mini_installer::Configuration
configuration_test.cc
81
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
());
Completed in 338 milliseconds