Searched defs:parent_key (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Djson_manifest.cc114 const nacl::string& parent_key,
122 error_stream << parent_key << " property '" << container_key
138 parent_key.c_str(),
146 error_stream << parent_key << " property '" << container_key
160 const nacl::string& parent_key,
179 if (!IsValidDictionary(url_spec, container_key, parent_key,
192 error_stream << parent_key << " property '" << container_key <<
201 error_stream << parent_key << " property '" << container_key <<
210 error_stream << parent_key << " property '" << container_key <<
218 error_stream << parent_key << " propert
112 IsValidDictionary(const Json::Value& dictionary, const nacl::string& container_key, const nacl::string& parent_key, const char** valid_keys, size_t valid_key_count, const char** required_keys, size_t required_key_count, nacl::string* error_string) argument
158 IsValidUrlSpec(const Json::Value& url_spec, const nacl::string& container_key, const nacl::string& parent_key, const nacl::string& sandbox_isa, nacl::string* error_string) argument
229 IsValidPnaclTranslateSpec(const Json::Value& pnacl_spec, const nacl::string& container_key, const nacl::string& parent_key, const nacl::string& sandbox_isa, nacl::string* error_string) argument
260 IsValidISADictionary(const Json::Value& dictionary, const nacl::string& parent_key, const nacl::string& sandbox_isa, bool must_find_matching_entry, ErrorInfo* error_info) argument
382 GetURLFromISADictionary(const Json::Value& dictionary, const nacl::string& parent_key, const nacl::string& sandbox_isa, nacl::string* url, PnaclOptions* pnacl_options, ErrorInfo* error_info) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dwin32regkey.cc55 HRESULT RegKey::Create(HKEY parent_key, const wchar_t* key_name) { argument
56 return Create(parent_key,
65 HRESULT RegKey::Open(HKEY parent_key, const wchar_t* key_name) { argument
66 return Open(parent_key, key_name, KEY_ALL_ACCESS);
273 HRESULT RegKey::Create(HKEY parent_key, argument
281 ASSERT(parent_key != NULL);
285 LONG res = ::RegCreateKeyEx(parent_key, key_name, 0, lpszClass, options,
303 HRESULT RegKey::Open(HKEY parent_key, argument
307 ASSERT(parent_key != NULL);
310 LONG res = ::RegOpenKeyEx(parent_key, key_nam
972 std::wstring parent_key; local
[all...]
/external/chromium_org/chrome_frame/
H A Dutils.cc1611 void EnumerateKeyValues(HKEY parent_key, const wchar_t* sub_key_name, argument
1614 base::win::RegistryValueIterator url_list(parent_key, sub_key_name);

Completed in 136 milliseconds