Home
last modified time | relevance | path

Searched refs:requested_with (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/child/
Drequest_extra_data.h98 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()
/external/chromium_org/content/renderer/
Drender_frame_impl.cc2671 WebString requested_with; in willSendRequest() local
2684 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()