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

  /external/chromium/third_party/libjingle/source/talk/base/
httpclient.cc 66 bool has_expires = t.response.hasHeader(HH_EXPIRES, NULL); local
68 has_expires || (std::string::npos != t.request.path.find('?'));
70 has_expires || HttpCodeIsCacheable(t.response.scode);
  /external/chromium/net/base/
cookie_monster.h 547 bool has_expires);
    [all...]
cookie_monster.cc     [all...]

Completed in 225 milliseconds