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 33 HOMEPAGE = 1 << 1,
38 ALL_FIELDS = STARTUP_MODE | HOMEPAGE | DSE_URL | EXTENSIONS | SHORTCUTS,
49 const std::string& homepage() const { return homepage_; } function in class:ResettableSettingsSnapshot
profile_resetter_unittest.cc 54 " \"homepage\" : \"http://www.foo.com\","
471 ResetAndWait(ProfileResetter::HOMEPAGE, kDistributionConfig);
485 ResetAndWait(ProfileResetter::HOMEPAGE);
804 ProfileResetter::HOMEPAGE |
838 std::string homepage; local
839 EXPECT_TRUE(settings->GetHomepage(&homepage));
840 EXPECT_EQ("http://www.foo.com", homepage);
876 ProfileResetter::HOMEPAGE |
985 std::string homepage; local
    [all...]
profile_resetter.cc 110 {HOMEPAGE, &ProfileResetter::ResetHomepage},
200 std::string homepage; local
203 if (master_settings_->GetHomepage(&homepage))
204 prefs->SetString(prefs::kHomePage, homepage);
215 MarkAsDone(HOMEPAGE);
resettable_settings_snapshot.cc 40 const char kHomepagePath[] = "homepage";
118 bit_mask |= HOMEPAGE;
177 if (field_mask & ResettableSettingsSnapshot::HOMEPAGE) {
178 dict.SetString(kHomepagePath, snapshot.homepage());
300 if (!snapshot.homepage().empty()) {
303 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 697 } else if (pref.type == SessionStartupPref::HOMEPAGE) {
698 // If 'homepage' selected, either by the user or by a policy, we should
700 NOTREACHED() << "SessionStartupPref has deprecated type HOMEPAGE";
    [all...]

Completed in 243 milliseconds