HomeSort by relevance Sort by last modified time
    Searched defs:ReadValue (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/remoting/host/
pairing_registry_delegate_win.cc 39 scoped_ptr<base::DictionaryValue> ReadValue(const base::win::RegKey& key,
43 LONG result = key.ReadValue(value_name, &value_json);
175 scoped_ptr<base::DictionaryValue> pairing = ReadValue(unprivileged_,
182 scoped_ptr<base::DictionaryValue> secret = ReadValue(privileged_,
  /art/runtime/jdwp/
jdwp_request.cc 63 uint64_t Request::ReadValue(size_t width) {
  /external/chromium_org/ipc/
ipc_message_utils.cc 53 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,
168 LOG(WARNING) << "Max recursion depth hit in ReadValue.";
  /external/chromium/base/win/
registry.cc 144 LONG RegKey::ReadValue(const wchar_t* name, void* data, DWORD* dsize,
152 LONG RegKey::ReadValue(const wchar_t* name, std::wstring* value) const {
156 // Use the one of the other forms of ReadValue if 1024 is too small for you.
159 LONG result = ReadValue(name, raw_value, &size, &type);
188 LONG result = ReadValue(name, &local_value, &size, &type);
205 LONG result = ReadValue(name, &local_value, &size, &type);
  /external/chromium_org/base/win/
registry.cc 173 LONG result = ReadValue(name, &local_value, &size, &type);
189 LONG result = ReadValue(name, &local_value, &size, &type);
201 LONG RegKey::ReadValue(const wchar_t* name, std::wstring* out_value) const {
204 // Use the one of the other forms of ReadValue if 1024 is too small for you.
207 LONG result = ReadValue(name, raw_value, &size, &type);
231 LONG RegKey::ReadValue(const wchar_t* name,
246 LONG result = ReadValue(name, NULL, &size, &type);
254 result = ReadValue(name, &buffer[0], &size, NULL);
  /external/chromium_org/chrome/browser/chromeos/system/
syslogs_provider.cc 70 std::string ReadValue(std::string* data) {
160 std::string value = ReadValue(&data);
  /external/chromium_org/chrome_frame/
chrome_frame_helper_util.cc 205 LONG ReadValue(HKEY key,
269 result = ReadValue(reg_handle,
  /external/chromium_org/chrome/installer/mini_installer/
mini_installer.cc 68 LONG ReadValue(const wchar_t* value_name,
91 LONG RegKey::ReadValue(const wchar_t* value_name,
136 key.ReadValue(value_name, value, size) == ERROR_SUCCESS) {
185 ret = key.ReadValue(kApRegistryValueName, value.get(), value.capacity());
205 ret = key.ReadValue(kApRegistryValueName, value.get(), value.capacity());
233 (key.ReadValue(kUninstallRegistryValueName, path, size) == ERROR_SUCCESS);
  /external/sfntly/cpp/src/test/tinyxml/
tinyxmlparser.cpp 1109 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 )
    [all...]
  /external/tinyxml/
tinyxmlparser.cpp 1081 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 )
    [all...]

Completed in 584 milliseconds