Searched refs:ReadResult (Results 1 - 25 of 41) sorted by relevance

12

/external/chromium_org/chrome/browser/value_store/
H A Dvalue_store.h45 typedef scoped_ptr<ReadResultType> ReadResult; typedef in class:ValueStore
95 static ReadResult MakeReadResult(T arg) {
96 return ReadResult(new ReadResultType(arg));
118 virtual ReadResult Get(const std::string& key) = 0;
121 virtual ReadResult Get(const std::vector<std::string>& keys) = 0;
124 virtual ReadResult Get() = 0;
H A Dtesting_value_store.h33 virtual ReadResult Get(const std::string& key) OVERRIDE;
34 virtual ReadResult Get(const std::vector<std::string>& keys) OVERRIDE;
35 virtual ReadResult Get() OVERRIDE;
H A Dleveldb_value_store.h36 virtual ReadResult Get(const std::string& key) OVERRIDE;
37 virtual ReadResult Get(const std::vector<std::string>& keys) OVERRIDE;
38 virtual ReadResult Get() OVERRIDE;
H A Dtesting_value_store.cc13 ValueStore::ReadResult ReadResultError() {
57 ValueStore::ReadResult TestingValueStore::Get(const std::string& key) {
61 ValueStore::ReadResult TestingValueStore::Get(
79 ValueStore::ReadResult TestingValueStore::Get() {
/external/chromium/chrome/common/
H A Dpref_store.h37 enum ReadResult { enum in class:PrefStore
58 virtual ReadResult GetValue(const std::string& key,
H A Dpersistent_pref_store.h38 virtual ReadResult GetMutableValue(const std::string& key,
H A Djson_pref_store.h45 virtual ReadResult GetValue(const std::string& key,
51 virtual ReadResult GetMutableValue(const std::string& key, Value** result);
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dsettings_storage_quota_enforcer.h37 virtual ReadResult Get(const std::string& key) OVERRIDE;
38 virtual ReadResult Get(const std::vector<std::string>& keys) OVERRIDE;
39 virtual ReadResult Get() OVERRIDE;
H A Dweak_unlimited_settings_storage.cc29 ValueStore::ReadResult WeakUnlimitedSettingsStorage::Get(
34 ValueStore::ReadResult WeakUnlimitedSettingsStorage::Get(
39 ValueStore::ReadResult WeakUnlimitedSettingsStorage::Get() {
H A Dweak_unlimited_settings_storage.h27 virtual ReadResult Get(const std::string& key) OVERRIDE;
28 virtual ReadResult Get(const std::vector<std::string>& keys) OVERRIDE;
29 virtual ReadResult Get() OVERRIDE;
H A Dpolicy_value_store.h49 virtual ReadResult Get(const std::string& key) OVERRIDE;
50 virtual ReadResult Get(const std::vector<std::string>& keys) OVERRIDE;
51 virtual ReadResult Get() OVERRIDE;
H A Dsyncable_settings_storage.h38 virtual ReadResult Get(const std::string& key) OVERRIDE;
39 virtual ReadResult Get(const std::vector<std::string>& keys) OVERRIDE;
40 virtual ReadResult Get() OVERRIDE;
H A Dpolicy_value_store.cc58 ValueStore::ReadResult read_result = delegate_->Get();
127 ValueStore::ReadResult PolicyValueStore::Get(const std::string& key) {
131 ValueStore::ReadResult PolicyValueStore::Get(
136 ValueStore::ReadResult PolicyValueStore::Get() {
H A Dsettings_storage_quota_enforcer.cc87 ReadResult maybe_settings = delegate_->Get();
124 ValueStore::ReadResult SettingsStorageQuotaEnforcer::Get(
129 ValueStore::ReadResult SettingsStorageQuotaEnforcer::Get(
134 ValueStore::ReadResult SettingsStorageQuotaEnforcer::Get() {
H A Dstorage_api.h33 // Sets error_ or result_ depending on the value of a storage ReadResult, and
35 bool UseReadResult(ValueStore::ReadResult result);
H A Dsyncable_settings_storage.cc49 ValueStore::ReadResult SyncableSettingsStorage::Get(
55 ValueStore::ReadResult SyncableSettingsStorage::Get(
61 ValueStore::ReadResult SyncableSettingsStorage::Get() {
140 ReadResult maybe_settings = delegate_->Get();
259 ReadResult maybe_settings = Get(it->key());
/external/chromium/chrome/browser/prefs/
H A Doverlay_persistent_pref_store.h36 virtual ReadResult GetValue(const std::string& key,
40 virtual ReadResult GetMutableValue(const std::string& key, Value** result);
H A Doverlay_persistent_pref_store.cc34 PrefStore::ReadResult OverlayPersistentPrefStore::GetValue(
42 PrefStore::ReadResult OverlayPersistentPrefStore::GetMutableValue(
50 PrefStore::ReadResult read_result =
H A Dvalue_map_pref_store.h25 virtual ReadResult GetValue(const std::string& key,
H A Dtesting_pref_store.h26 virtual ReadResult GetValue(const std::string& key,
33 virtual ReadResult GetMutableValue(const std::string& key, Value** result);
H A Dvalue_map_pref_store.cc16 PrefStore::ReadResult ValueMapPrefStore::GetValue(const std::string& key,
H A Dtesting_pref_store.cc16 PrefStore::ReadResult TestingPrefStore::GetValue(const std::string& key,
21 PrefStore::ReadResult TestingPrefStore::GetMutableValue(const std::string& key,
/external/chromium/chrome/browser/policy/
H A Dconfiguration_policy_pref_store.h41 virtual ReadResult GetValue(const std::string& key,
/external/chromium_org/media/filters/
H A Dfake_demuxer_stream_unittest.cc38 enum ReadResult { enum in class:media::FakeDemuxerStreamTest
59 void ExpectReadResult(ReadResult result) {
93 void ReadAndExpect(ReadResult result) {
113 void SatisfyReadAndExpect(ReadResult result) {
/external/chromium_org/net/test/spawned_test_server/
H A Dspawner_communicator.h107 void ReadResult(URLRequest* request);

Completed in 352 milliseconds

12