Home | History | Annotate | Download | only in extensions

Lines Matching refs:Details

215     const NotificationDetails& details) {
218 Details<const std::string>(details).ptr();
291 DictionaryValue* details = NULL;
292 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(1, &details));
295 if (details->HasKey(kIncognito))
296 EXTENSION_FUNCTION_VALIDATE(details->GetBoolean(kIncognito, &incognito));
341 DictionaryValue* details = NULL;
342 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(1, &details));
345 EXTENSION_FUNCTION_VALIDATE(details->Get(kValue, &value));
348 if (details->HasKey(kIncognito))
349 EXTENSION_FUNCTION_VALIDATE(details->GetBoolean(kIncognito, &incognito));
390 DictionaryValue* details = NULL;
391 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(1, &details));
394 if (details->HasKey(kIncognito))
395 EXTENSION_FUNCTION_VALIDATE(details->GetBoolean(kIncognito, &incognito));