Searched refs:sniffed_as_target_document (Results 1 – 1 of 1) sorted by relevance
240 bool sniffed_as_target_document = false; in ShouldBlockResponse() local244 sniffed_as_target_document = SniffForHTML(data); in ShouldBlockResponse()248 sniffed_as_target_document = SniffForXML(data); in ShouldBlockResponse()252 sniffed_as_target_document = SniffForJSON(data); in ShouldBlockResponse()258 if (sniffed_as_target_document) { in ShouldBlockResponse()