OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cookie_ptrs
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/base/
cookie_monster.cc
585
std::vector<CanonicalCookie*>
cookie_ptrs
;
586
cookie_ptrs
.reserve(cookies_.size());
588
cookie_ptrs
.push_back(it->second);
589
std::sort(
cookie_ptrs
.begin(),
cookie_ptrs
.end(), CookieSorter);
592
cookie_list.reserve(
cookie_ptrs
.size());
593
for (std::vector<CanonicalCookie*>::const_iterator it =
cookie_ptrs
.begin();
594
it !=
cookie_ptrs
.end(); ++it)
606
std::vector<CanonicalCookie*>
cookie_ptrs
;
607
FindCookiesForHostAndDomain(url, options, false, &
cookie_ptrs
);
[
all
...]
/external/chromium_org/net/cookies/
cookie_monster.cc
1137
std::vector<CanonicalCookie*>
cookie_ptrs
;
local
1157
std::vector<CanonicalCookie*>
cookie_ptrs
;
local
[
all
...]
Completed in 30 milliseconds