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

  /external/chromium_org/base/prefs/
pref_service.h 51 class BASE_PREFS_EXPORT PrefService : public base::NonThreadSafe {
66 // your own; use the PrefService::Register*Pref methods instead.
67 Preference(const PrefService* service,
127 friend class PrefService;
137 // Reference to the PrefService in which this pref was created.
138 const PrefService* pref_service_;
143 PrefService(
151 virtual ~PrefService();
167 const PrefService::Preference* FindPreference(const char* path) const;
260 // PrefService has been constructed
    [all...]
pref_service.cc 41 PrefService::PrefService(
59 PrefService::~PrefService() {
69 void PrefService::InitFromStorage(bool async) {
84 void PrefService::CommitPendingWrite() {
89 bool PrefService::GetBoolean(const char* path) const {
104 int PrefService::GetInteger(const char* path) const {
119 double PrefService::GetDouble(const char* path) const {
134 std::string PrefService::GetString(const char* path) const
    [all...]

Completed in 644 milliseconds