HomeSort by relevance Sort by last modified time
    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 60 bool Provider::ShouldInstallInProfile() {
151 if (!profile_ || !ShouldInstallInProfile()) {

Completed in 636 milliseconds