Searched refs:custom_user_agent (Results 1 – 14 of 14) sorted by relevance
92 const blink::WebString& custom_user_agent() const { in NON_EXPORTED_BASE()95 void set_custom_user_agent(const blink::WebString& custom_user_agent) { in NON_EXPORTED_BASE()96 custom_user_agent_ = custom_user_agent; in NON_EXPORTED_BASE()
20 const std::string& custom_user_agent) in RequestSender() argument24 custom_user_agent_(custom_user_agent), in RequestSender()
51 const std::string& custom_user_agent);
64 const std::string& custom_user_agent,127 const std::string& custom_user_agent,
201 const std::string& custom_user_agent, in Start() argument243 if (!custom_user_agent.empty()) in Start()244 url_fetcher_->AddExtraRequestHeader("User-Agent: " + custom_user_agent); in Start()
99 const std::string& custom_user_agent, in Start() argument
126 data_.custom_user_agent = std::string(); in SetUndefinedProperty()207 data_.custom_user_agent = value; in SetStringProperty()
390 IPC_STRUCT_TRAITS_MEMBER(custom_user_agent)
59 custom_user_agent(), in URLRequestInfoData()
79 std::string custom_user_agent; member
229 WebString::fromUTF8(data->custom_user_agent)); in CreateWebURLRequest()
61 const std::string& custom_user_agent);
179 const std::string& custom_user_agent) in DriveAPIService() argument185 custom_user_agent_(custom_user_agent) { in DriveAPIService()
2670 WebString custom_user_agent; in willSendRequest() local2676 custom_user_agent = old_extra_data->custom_user_agent(); in willSendRequest()2677 if (!custom_user_agent.isNull()) { in willSendRequest()2678 if (custom_user_agent.isEmpty()) in willSendRequest()2681 request.setHTTPHeaderField("User-Agent", custom_user_agent); in willSendRequest()2752 extra_data->set_custom_user_agent(custom_user_agent); in willSendRequest()