Searched refs:requested_with (Results 1 – 2 of 2) sorted by relevance
98 const blink::WebString& requested_with() const { in NON_EXPORTED_BASE()101 void set_requested_with(const blink::WebString& requested_with) { in NON_EXPORTED_BASE()102 requested_with_ = requested_with; in NON_EXPORTED_BASE()
2671 WebString requested_with; in willSendRequest() local2684 requested_with = old_extra_data->requested_with(); in willSendRequest()2685 if (!requested_with.isNull()) { in willSendRequest()2686 if (requested_with.isEmpty()) in willSendRequest()2689 request.setHTTPHeaderField("X-Requested-With", requested_with); in willSendRequest()2753 extra_data->set_requested_with(requested_with); in willSendRequest()