Home | History | Annotate | Download | only in safe_browsing

Lines Matching defs:wrapped_key

49       const std::string& wrapped_key,
55 sb_service, client_name, client_key, wrapped_key,
73 const std::string& wrapped_key,
82 wrapped_key, request_context_getter,
91 const std::string& wrapped_key,
107 wrapped_key_(wrapped_key),
436 << ", wrapped_key: " << wrapped_key_
456 std::string client_key, wrapped_key;
457 if (!parser.ParseNewKey(data, length, &client_key, &wrapped_key))
461 wrapped_key_ = wrapped_key;