Searched refs:GetBinary (Results 1 – 5 of 5) sorted by relevance
49 EXTENSION_FUNCTION_VALIDATE(details_->GetBinary("imageData", &binary)); in RunBrowserAction()
233 EXTENSION_FUNCTION_VALIDATE(details.GetBinary(kImageDataKey, &binary)); in RunImpl()
160 if (args->GetBinary("imageData", &binary)) { in RunImpl()
267 bool GetBinary(const std::string& path, BinaryValue** out_value) const;384 bool GetBinary(size_t index, BinaryValue** out_value) const;
475 bool DictionaryValue::GetBinary(const std::string& path, in GetBinary() function in DictionaryValue769 bool ListValue::GetBinary(size_t index, BinaryValue** out_value) const { in GetBinary() function in ListValue