Searched refs:kPinnedTabs (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/ui/tabs/
H A Dpinned_tab_codec.cc106 registry->RegisterListPref(prefs::kPinnedTabs,
124 prefs->Set(prefs::kPinnedTabs, values);
134 ListPrefUpdate update(prefs, prefs::kPinnedTabs);
146 return ReadPinnedTabs(prefs->GetList(prefs::kPinnedTabs));
/external/chromium/chrome/browser/tabs/
H A Dpinned_tab_codec.cc92 prefs->RegisterListPref(prefs::kPinnedTabs);
110 prefs->Set(prefs::kPinnedTabs, values);
122 const ListValue* pref_value = prefs->GetList(prefs::kPinnedTabs);
/external/chromium/chrome/common/
H A Dpref_names.cc686 const char kPinnedTabs[] = "pinned_tabs"; member in namespace:prefs
H A Dpref_names.h242 extern const char kPinnedTabs[];
/external/chromium_org/chrome/browser/prefs/
H A Dpref_metrics_service.cc56 prefs::kPinnedTabs,
/external/chromium_org/chrome/common/
H A Dpref_names.cc1173 const char kPinnedTabs[] = "pinned_tabs"; member in namespace:prefs
H A Dpref_names.h408 extern const char kPinnedTabs[];

Completed in 142 milliseconds