Searched refs:request_id_str (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/extensions/browser/api/web_request/
H A Dweb_request_api.cc2285 std::string request_id_str; local
2286 EXTENSION_FUNCTION_VALIDATE(args_->GetString(2, &request_id_str));
2288 EXTENSION_FUNCTION_VALIDATE(base::StringToUint64(request_id_str,

Completed in 95 milliseconds