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

  /external/chromium/chrome/common/
json_pref_store.h 32 virtual void OnPrefsRead(PrefReadError error, bool no_dir) = 0;
66 void OnFileRead(Value* value_owned, PrefReadError error, bool no_dir);
json_pref_store.cc 195 bool no_dir) {
220 delegate_->OnPrefsRead(error, no_dir);
  /external/chromium_org/base/prefs/
json_pref_store.cc 66 bool* no_dir) {
72 *no_dir = !base::PathExists(path.DirName());
239 bool no_dir; local
241 FileThreadDeserializer::DoReading(path_, &error, &no_dir);
242 OnFileRead(value, error, no_dir);
274 bool no_dir) {
278 if (no_dir) {
json_pref_store.h 72 void OnFileRead(base::Value* value_owned, PrefReadError error, bool no_dir);
  /external/chromium/chrome/browser/prefs/
pref_service.h 126 bool no_dir);
pref_service.cc 198 bool no_dir) {
199 if (no_dir) {

Completed in 515 milliseconds