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

  /external/chromium/chrome/common/
pref_store.h 37 enum ReadResult {
58 virtual ReadResult GetValue(const std::string& key,
persistent_pref_store.h 38 virtual ReadResult GetMutableValue(const std::string& key,
json_pref_store.h 45 virtual ReadResult GetValue(const std::string& key,
51 virtual ReadResult GetMutableValue(const std::string& key, Value** result);
json_pref_store.cc 140 PrefStore::ReadResult JsonPrefStore::GetValue(const std::string& key,
158 PrefStore::ReadResult JsonPrefStore::GetMutableValue(const std::string& key,
  /external/chromium/chrome/browser/prefs/
overlay_persistent_pref_store.h 36 virtual ReadResult GetValue(const std::string& key,
40 virtual ReadResult GetMutableValue(const std::string& key, Value** result);
testing_pref_store.h 26 virtual ReadResult GetValue(const std::string& key,
33 virtual ReadResult GetMutableValue(const std::string& key, Value** result);
overlay_persistent_pref_store.cc 34 PrefStore::ReadResult OverlayPersistentPrefStore::GetValue(
42 PrefStore::ReadResult OverlayPersistentPrefStore::GetMutableValue(
50 PrefStore::ReadResult read_result =
value_map_pref_store.h 25 virtual ReadResult GetValue(const std::string& key,
value_map_pref_store.cc 16 PrefStore::ReadResult ValueMapPrefStore::GetValue(const std::string& key,
testing_pref_store.cc 16 PrefStore::ReadResult TestingPrefStore::GetValue(const std::string& key,
21 PrefStore::ReadResult TestingPrefStore::GetMutableValue(const std::string& key,
  /external/chromium/chrome/browser/policy/
configuration_policy_pref_store.h 41 virtual ReadResult GetValue(const std::string& key,
configuration_policy_pref_store.cc 45 PrefStore::ReadResult GetValue(const std::string& key,
293 PrefStore::ReadResult
765 PrefStore::ReadResult
    [all...]
  /external/chromium/net/spdy/
spdy_network_transaction_unittest.cc 402 int ReadResult(HttpNetworkTransaction* trans,
476 ReadResult(trans2.get(), data, &result2);
479 ReadResult(trans, data, &result);
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 237 milliseconds