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

  /external/chromium_org/extensions/browser/api/web_request/
web_request_api_helpers.cc 159 FilterResponseCookie::FilterResponseCookie() {}
160 FilterResponseCookie::~FilterResponseCookie() {}
162 bool NullableEquals(const FilterResponseCookie* a,
163 const FilterResponseCookie* b) {
847 FilterResponseCookie* filter) {
    [all...]
web_request_api_helpers.h 82 struct FilterResponseCookie : ResponseCookie {
83 FilterResponseCookie();
84 ~FilterResponseCookie();
89 DISALLOW_COPY_AND_ASSIGN(FilterResponseCookie);
92 bool NullableEquals(const FilterResponseCookie* a,
93 const FilterResponseCookie* b);
121 scoped_ptr<FilterResponseCookie> filter;

Completed in 1678 milliseconds