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

/external/chromium_org/base/prefs/
H A Dpref_service.cc41 PrefService::PrefService( function in class: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
[all...]
H A Dpref_service.h51 class BASE_PREFS_EXPORT PrefService : public base::NonThreadSafe { class in inherits: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 ha
[all...]

Completed in 64 milliseconds