HomeSort by relevance Sort by last modified time
    Searched full:request_id_str (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/extensions/
extension_webrequest_api.cc 605 std::string request_id_str; local
606 EXTENSION_FUNCTION_VALIDATE(args_->GetString(2, &request_id_str));
609 EXTENSION_FUNCTION_VALIDATE(base::StringToInt64(request_id_str, &request_id));
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api.cc 2221 std::string request_id_str; local
    [all...]

Completed in 69 milliseconds