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

  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api_helpers.h 59 struct ResponseCookie {
60 ResponseCookie();
61 ~ResponseCookie();
71 DISALLOW_COPY_AND_ASSIGN(ResponseCookie);
74 bool NullableEquals(const ResponseCookie* a, const ResponseCookie* b);
78 struct FilterResponseCookie : ResponseCookie {
119 scoped_ptr<ResponseCookie> modification;
web_request_api_helpers.cc 136 ResponseCookie::ResponseCookie() {}
137 ResponseCookie::~ResponseCookie() {}
139 bool NullableEquals(const ResponseCookie* a, const ResponseCookie* b) {
869 static bool ApplyResponseCookieModification(ResponseCookie* modification,
    [all...]
web_request_api_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_action.cc 60 helpers::ResponseCookie* cookie) {
82 scoped_ptr<helpers::ResponseCookie> ParseResponseCookie(
84 scoped_ptr<helpers::ResponseCookie> result(new helpers::ResponseCookie);
    [all...]

Completed in 27 milliseconds