OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:assoc_it
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/ui/app_list/search/
history_data.cc
53
Associations::iterator
assoc_it
= associations_.find(query);
local
56
if (
assoc_it
== associations_.end()) {
68
Data& data =
assoc_it
->second;
104
for (Associations::const_iterator
assoc_it
=
106
assoc_it
!= associations_.end();
107
++
assoc_it
) {
109
if (
assoc_it
->first.size() < query.size() ||
110
strncmp(
assoc_it
->first.c_str(),
116
const bool perfect =
assoc_it
->first == query;
118
(*results)[
assoc_it
->second.primary]
[
all
...]
Completed in 92 milliseconds