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

  /external/chromium_org/net/filter/
mock_filter_context.cc 49 bool MockFilterContext::IsSdchResponse() const { return is_sdch_response_; }
mock_filter_context.h 59 virtual bool IsSdchResponse() const OVERRIDE;
filter.h 92 virtual bool IsSdchResponse() const = 0;
filter.cc 209 if (!filter_context.IsSdchResponse()) {
sdch_filter.cc 207 } else if (filter_context_.IsSdchResponse()) {
  /external/chromium_org/net/url_request/
url_request_http_job.cc 66 virtual bool IsSdchResponse() const OVERRIDE;
126 bool URLRequestHttpJob::HttpFilterContext::IsSdchResponse() const {
    [all...]

Completed in 197 milliseconds