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

/external/chromium_org/content/child/webcrypto/
H A Djwk.cc273 // |*property_exists| if it was found.
277 bool* property_exists) {
278 *property_exists = false;
286 *property_exists = true;
293 // |*property_exists| if it was found. Note that |*result| is owned by |dict|.
297 bool* property_exists) {
298 *property_exists = false;
306 *property_exists = true;
351 // |*property_exists| if it was found.
355 bool* property_exists) {
274 GetOptionalJwkString(base::DictionaryValue* dict, const std::string& path, std::string* result, bool* property_exists) argument
294 GetOptionalJwkList(base::DictionaryValue* dict, const std::string& path, base::ListValue** result, bool* property_exists) argument
352 GetOptionalJwkBool(base::DictionaryValue* dict, const std::string& path, bool* result, bool* property_exists) argument
[all...]

Completed in 818 milliseconds