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

  /external/chromium_org/net/http/
http_content_disposition.h 63 int parse_result_flags() const { return parse_result_flags_; }
72 int parse_result_flags_; member in class:net::HttpContentDisposition
http_content_disposition.cc 356 parse_result_flags_(INVALID) {
378 parse_result_flags_ |= HAS_DISPOSITION_TYPE;
387 parse_result_flags_ |= HAS_UNKNOWN_DISPOSITION_TYPE;
430 &parse_result_flags_);
432 parse_result_flags_ |= HAS_FILENAME;
438 parse_result_flags_ |= HAS_NAME;
444 parse_result_flags_ |= HAS_EXT_FILENAME;

Completed in 68 milliseconds