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

  /external/chromium/net/base/
platform_mime_util_win.cc 19 RegKey(HKEY_CLASSES_ROOT, key.c_str()).ReadValue(L"Content Type", &value);
30 if (!RegKey(HKEY_CLASSES_ROOT, key.c_str()).ReadValue(L"Extension", ext))
  /external/chromium/base/
registry.h 64 bool ReadValue(CTP name, void * data, DWORD * dsize, DWORD * dtype = NULL);
65 bool ReadValue(CTP name, tstr * value);
123 return RegKey(root_key, key).ReadValue(value_name, data, dsize, dtype);
registry.cc 270 bool RegKey::ReadValue(const tchar* name, void* data,
279 bool RegKey::ReadValue(const tchar* name, tstr * value) {
282 // Use the one of the other forms of ReadValue if 1024 is too small for you.
285 if (this->ReadValue(name, raw_value, &size, &type)) {
310 if (this->ReadValue(name, &result, &size, &type)
  /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...]
tinyxml.h     [all...]

Completed in 6017 milliseconds