Home
last modified time | relevance | path

Searched refs:kShelfChromeIconIndex (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/ash/
Dchrome_launcher_prefs.cc51 prefs::kShelfChromeIconIndex, in RegisterChromeLauncherUserPrefs()
/external/chromium_org/chrome/common/
Dpref_names.cc2183 const char kShelfChromeIconIndex[] = "shelf_chrome_icon_index"; variable
Dpref_names.h753 extern const char kShelfChromeIconIndex[];
/external/chromium_org/chrome/browser/ui/ash/launcher/
Dchrome_launcher_controller.cc1864 profile_->GetPrefs()->SetInteger(prefs::kShelfChromeIconIndex, index); in PersistChromeItemIndex()
1868 size_t index = profile_->GetPrefs()->GetInteger(prefs::kShelfChromeIconIndex); in GetChromeIconIndexFromPref()
Dchrome_launcher_controller_unittest.cc582 profile()->GetTestingPrefService()->SetInteger(prefs::kShelfChromeIconIndex, in SetShelfChromeIconIndex()