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

  /external/chromium_org/chrome/browser/extensions/api/cookies/
cookies_helpers.h 85 const Extension* extension, LinkedCookieVec* match_vector);
cookies_helpers.cc 132 LinkedCookieVec* match_vector) {
143 match_vector->push_back(make_linked_ptr(
cookies_api.cc 315 std::vector<linked_ptr<Cookie> > match_vector; local
318 GetExtension(), &match_vector);
320 results_ = GetAll::Results::Create(match_vector);

Completed in 62 milliseconds