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

  /external/chromium_org/chrome/browser/prefs/
session_startup_pref.h 27 HOMEPAGE,
  /external/chromium_org/chrome/browser/profile_resetter/
profile_resetter.h 29 HOMEPAGE = 1 << 1,
37 ALL = DEFAULT_SEARCH_ENGINE | HOMEPAGE | CONTENT_SETTINGS |
resettable_settings_snapshot.h 19 HOMEPAGE = 1 << 2,
24 ALL_FIELDS = STARTUP_URLS | STARTUP_TYPE | HOMEPAGE |
36 const std::string& homepage() const { return homepage_; } function in class:ResettableSettingsSnapshot
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_result_unittest.cc 354 "1:50,7:100,2:0"; // 3 == HOMEPAGE
364 AutocompleteInput::HOMEPAGE, false, false, false,
389 // Enable reorder for omnibox inputs on the user's homepage.
406 AutocompleteInput::HOMEPAGE, false, false, false,
421 AutocompleteInput::HOMEPAGE, false, false, false,
autocomplete_input.h 58 HOMEPAGE = 3, // user switched settings to "open this page" mode.
59 // Note that if the homepage is set to the new tab page or about blank,
60 // then we'll classify the web page into those categories, not HOMEPAGE.

Completed in 401 milliseconds