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

  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.cc 137 prefs->RegisterLocalizedIntegerPref(prefs::kWebKitDefaultFontSize,
139 prefs->RegisterLocalizedIntegerPref(prefs::kWebKitDefaultFixedFontSize,
141 prefs->RegisterLocalizedIntegerPref(prefs::kWebKitMinimumFontSize,
143 prefs->RegisterLocalizedIntegerPref(prefs::kWebKitMinimumLogicalFontSize,
  /external/chromium/chrome/browser/prefs/
pref_service.h 190 void RegisterLocalizedIntegerPref(const char* path,
pref_service.cc 308 void PrefService::RegisterLocalizedIntegerPref(const char* path,
pref_service_unittest.cc 39 prefs.RegisterLocalizedIntegerPref(kInteger, IDS_LOCALE_INT);

Completed in 25 milliseconds