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

  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api_helpers.h 46 struct RequestCookie {
47 RequestCookie();
48 ~RequestCookie();
52 DISALLOW_COPY_AND_ASSIGN(RequestCookie);
55 bool NullableEquals(const RequestCookie* a, const RequestCookie* b);
102 scoped_ptr<RequestCookie> filter;
104 scoped_ptr<RequestCookie> modification;
web_request_api_helpers.cc 124 RequestCookie::RequestCookie() {}
125 RequestCookie::~RequestCookie() {}
127 bool NullableEquals(const RequestCookie* a, const RequestCookie* b) {
537 RequestCookie* filter) {
604 RequestCookie* filter = (*mod)->filter.get();
638 RequestCookie* filter = (*mod)->filter.get();
    [all...]
web_request_api_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_action.cc 48 scoped_ptr<helpers::RequestCookie> ParseRequestCookie(
50 scoped_ptr<helpers::RequestCookie> result(new helpers::RequestCookie);
    [all...]

Completed in 26 milliseconds