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

  /external/chromium_org/chrome/browser/profile_resetter/
resettable_settings_snapshot.h 42 bool homepage_is_ntp() const { return homepage_is_ntp_; } function in class:ResettableSettingsSnapshot
profile_resetter.cc 154 bool homepage_is_ntp, show_home_button; local
159 if (master_settings_->GetHomepageIsNewTab(&homepage_is_ntp))
160 prefs->SetBoolean(prefs::kHomePageIsNewTabPage, homepage_is_ntp);
profile_resetter_unittest.cc 734 EXPECT_TRUE(empty_snap.homepage_is_ntp());
754 EXPECT_FALSE(nonorganic_snap.homepage_is_ntp());
796 bool homepage_is_ntp = true; local
807 dict->GetBoolean("homepage_is_ntp", &homepage_is_ntp));
    [all...]

Completed in 71 milliseconds