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

  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api_helpers.h 78 struct FilterResponseCookie : ResponseCookie {
79 FilterResponseCookie();
80 ~FilterResponseCookie();
85 DISALLOW_COPY_AND_ASSIGN(FilterResponseCookie);
88 bool NullableEquals(const FilterResponseCookie* a,
89 const FilterResponseCookie* b);
117 scoped_ptr<FilterResponseCookie> filter;
web_request_api_unittest.cc     [all...]
web_request_api_helpers.cc 154 FilterResponseCookie::FilterResponseCookie() {}
155 FilterResponseCookie::~FilterResponseCookie() {}
157 bool NullableEquals(const FilterResponseCookie* a,
158 const FilterResponseCookie* b) {
892 FilterResponseCookie* filter) {
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_action.cc 89 scoped_ptr<helpers::FilterResponseCookie> ParseFilterResponseCookie(
91 scoped_ptr<helpers::FilterResponseCookie> result(
92 new helpers::FilterResponseCookie);
    [all...]

Completed in 56 milliseconds