HomeSort by relevance Sort by last modified time
    Searched refs:http_headers (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome_frame/
html_utils.h 161 bool HasFrameBustingHeader(const std::string& http_headers);
html_utils.cc 451 bool HasFrameBustingHeader(const std::string& http_headers) {
455 net::HttpUtil::HeadersIterator it(http_headers.begin(), http_headers.end(),
chrome_frame_activex_base.h 1144 base::win::ScopedVariant http_headers; local
    [all...]
  /external/chromium_org/third_party/mongoose/
mongoose.h 51 } http_headers[64]; // Maximum 64 headers member in struct:mg_request_info
176 // This is a helper function. It traverses request_info->http_headers array,
mongoose.c 719 if (!mg_strcasecmp(name, ri->http_headers[i].name))
720 return ri->http_headers[i].value;
    [all...]
  /external/chromium_org/chrome/test/webdriver/
webdriver_dispatch.cc 46 if (request_info->http_headers[header_index].name == NULL) {
49 if (strcmp(request_info->http_headers[header_index].name,
51 content_length = atoi(request_info->http_headers[header_index].value);

Completed in 338 milliseconds