OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QueryRequestCache
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/autofill/
autofill_download.h
110
typedef std::list<std::pair<std::string, std::string> >
QueryRequestCache
;
158
QueryRequestCache
cached_forms_;
autofill_download.cc
254
for (
QueryRequestCache
::iterator it = cached_forms_.begin();
276
for (
QueryRequestCache
::const_iterator it = cached_forms_.begin();
/external/chromium_org/components/autofill/core/browser/
autofill_download.h
95
typedef std::list<std::pair<std::string, std::string> >
QueryRequestCache
;
154
QueryRequestCache
cached_forms_;
autofill_download.cc
219
for (
QueryRequestCache
::iterator it = cached_forms_.begin();
241
for (
QueryRequestCache
::const_iterator it = cached_forms_.begin();
Completed in 137 milliseconds