HomeSort by relevance Sort by last modified time
    Searched refs:HOMEPAGE (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/profile_resetter/
profile_resetter.h 38 HOMEPAGE = 1 << 1,
47 ALL = DEFAULT_SEARCH_ENGINE | HOMEPAGE | CONTENT_SETTINGS |
resettable_settings_snapshot.h 32 HOMEPAGE = 1 << 1,
37 ALL_FIELDS = STARTUP_MODE | HOMEPAGE | DSE_URL | EXTENSIONS | SHORTCUTS,
48 const std::string& homepage() const { return homepage_; } function in class:ResettableSettingsSnapshot
profile_resetter.cc 111 {HOMEPAGE, &ProfileResetter::ResetHomepage},
215 std::string homepage; local
218 if (master_settings_->GetHomepage(&homepage))
219 prefs->SetString(prefs::kHomePage, homepage);
230 MarkAsDone(HOMEPAGE);
profile_resetter_unittest.cc 53 " \"homepage\" : \"http://www.foo.com\","
464 ResetAndWait(ProfileResetter::HOMEPAGE, kDistributionConfig);
478 ResetAndWait(ProfileResetter::HOMEPAGE);
809 ProfileResetter::HOMEPAGE |
843 std::string homepage; local
844 EXPECT_TRUE(settings->GetHomepage(&homepage));
845 EXPECT_EQ("http://www.foo.com", homepage);
988 std::string homepage; local
    [all...]
resettable_settings_snapshot.cc 39 const char kHomepagePath[] = "homepage";
115 bit_mask |= HOMEPAGE;
174 if (field_mask & ResettableSettingsSnapshot::HOMEPAGE) {
175 dict.SetString(kHomepagePath, snapshot.homepage());
296 if (!snapshot.homepage().empty()) {
299 snapshot.homepage());
  /external/chromium_org/chrome/browser/prefs/
session_startup_pref.h 27 HOMEPAGE,
session_startup_pref.cc 223 // migrate it to open the homepage on startup. If 'homepage is NTP' is set,
225 // list containing the homepage.
235 // kRestoreOnStartup was never set by the user, but the homepage was set.
298 case kPrefValueHomePage: return SessionStartupPref::HOMEPAGE;
  /external/qemu/android/
hw-events.h 225 KEY_CODE(HOMEPAGE ,172) \
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.cc 716 } else if (pref.type == SessionStartupPref::HOMEPAGE) {
717 // If 'homepage' selected, either by the user or by a policy, we should
719 NOTREACHED() << "SessionStartupPref has deprecated type HOMEPAGE";
    [all...]

Completed in 135 milliseconds