Searched defs:ReadValue (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/profile_resetter/
H A Dautomatic_profile_resetter_mementos.cc31 std::string PreferenceHostedPromptMemento::ReadValue() const { function in class:PreferenceHostedPromptMemento
51 std::string LocalStateHostedPromptMemento::ReadValue() const { function in class:LocalStateHostedPromptMemento
94 void FileHostedPromptMemento::ReadValue( function in class:FileHostedPromptMemento
H A Dautomatic_profile_resetter_unittest.cc191 std::string ReadValue() const { function in class:__anon4501::FileHostedPromptMementoSynchronous
193 FileHostedPromptMemento::ReadValue(base::Bind(&AssignArgumentTo, &result));
544 EXPECT_EQ(value, memento_in_prefs_->ReadValue());
545 EXPECT_EQ(value, memento_in_local_state_->ReadValue());
546 EXPECT_EQ(value, memento_in_file_->ReadValue());
792 EXPECT_EQ(kTestMementoValue, memento_in_prefs().ReadValue());
793 EXPECT_EQ(std::string(), memento_in_local_state().ReadValue());
794 EXPECT_EQ(std::string(), memento_in_file().ReadValue());
812 EXPECT_EQ(std::string(), memento_in_prefs().ReadValue());
813 EXPECT_EQ(kTestMementoValue, memento_in_local_state().ReadValue());
[all...]
/external/chromium_org/remoting/host/
H A Dpairing_registry_delegate_win.cc39 scoped_ptr<base::DictionaryValue> ReadValue(const base::win::RegKey& key, function in namespace:remoting::__anon10449
43 LONG result = key.ReadValue(value_name, &value_json);
188 scoped_ptr<base::DictionaryValue> pairing = ReadValue(unprivileged_,
195 scoped_ptr<base::DictionaryValue> secret = ReadValue(privileged_,
/external/chromium_org/chrome/browser/chromeos/system/
H A Dsyslogs_provider.cc70 std::string ReadValue(std::string* data) { function in namespace:chromeos::system::__anon3475
160 std::string value = ReadValue(&data);
/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_gatt_characteristic_client.cc119 void FakeBluetoothGattCharacteristicClient::ReadValue( function in class:chromeos::FakeBluetoothGattCharacteristicClient
H A Dfake_bluetooth_gatt_descriptor_client.cc94 void FakeBluetoothGattDescriptorClient::ReadValue( function in class:chromeos::FakeBluetoothGattDescriptorClient
/external/chromium_org/ipc/
H A Dipc_message_utils.cc53 bool ReadValue(const Message* m, PickleIterator* iter, base::Value** value,
127 // Helper for ReadValue that reads a DictionaryValue into a pre-allocated
139 !ReadValue(m, iter, &subval, recursion + 1))
147 // Helper for ReadValue that reads a ReadListValue into a pre-allocated
157 if (!ReadValue(m, iter, &subval, recursion + 1))
165 bool ReadValue(const Message* m, PickleIterator* iter, base::Value** value, function in namespace:IPC::__anon8484
168 LOG(WARNING) << "Max recursion depth hit in ReadValue.";
/external/chromium_org/base/win/
H A Dregistry.cc251 LONG result = ReadValue(name, &local_value, &size, &type);
267 LONG result = ReadValue(name, &local_value, &size, &type);
279 LONG RegKey::ReadValue(const wchar_t* name, std::wstring* out_value) const { function in class:base::win::RegKey
282 // Use the one of the other forms of ReadValue if 1024 is too small for you.
285 LONG result = ReadValue(name, raw_value, &size, &type);
309 LONG RegKey::ReadValue(const wchar_t* name, function in class:base::win::RegKey
324 LONG result = ReadValue(name, NULL, &size, &type);
332 result = ReadValue(name, &buffer[0], &size, NULL);
/external/chromium_org/chrome/installer/mini_installer/
H A Dmini_installer.cc70 LONG ReadValue(const wchar_t* value_name,
93 LONG RegKey::ReadValue(const wchar_t* value_name, function in class:mini_installer::RegKey
138 key.ReadValue(value_name, value, size) == ERROR_SUCCESS) {
189 ret = key.ReadValue(kApRegistryValue, value.get(), value.capacity());
209 ret = key.ReadValue(kApRegistryValue, value.get(), value.capacity());
237 (key.ReadValue(kUninstallRegistryValue, path, size) == ERROR_SUCCESS);
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinyxmlparser.cpp1109 p = ReadValue( p, data, encoding ); // Note this is an Element method, and will set the error if one happens.
1179 const char* TiXmlElement::ReadValue( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding ) function in class:TiXmlElement
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxmlparser.cpp1109 p = ReadValue( p, data, encoding ); // Note this is an Element method, and will set the error if one happens.
1179 const char* TiXmlElement::ReadValue( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding ) function in class:TiXmlElement
/external/tinyxml/
H A Dtinyxmlparser.cpp1081 p = ReadValue( p, data, encoding ); // Note this is an Element method, and will set the error if one happens.
1134 const char* TiXmlElement::ReadValue( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding ) function in class:TiXmlElement

Completed in 2811 milliseconds