OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShouldInstallInProfile
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/extensions/
default_apps_unittest.cc
52
EXPECT_TRUE(provider.
ShouldInstallInProfile
());
57
EXPECT_FALSE(provider.
ShouldInstallInProfile
());
65
EXPECT_FALSE(provider.
ShouldInstallInProfile
());
72
EXPECT_TRUE(provider.
ShouldInstallInProfile
());
89
EXPECT_TRUE(provider2.
ShouldInstallInProfile
());
default_apps.h
51
bool
ShouldInstallInProfile
();
default_apps.cc
61
bool Provider::
ShouldInstallInProfile
() {
152
if (!profile_ || !
ShouldInstallInProfile
()) {
Completed in 130 milliseconds