OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:id_to_turl
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/search_engines/
util.cc
78
IDMap
id_to_turl
;
local
83
id_to_turl
[prepopulate_id] = *i;
104
IDMap::iterator existing_url_iter(
id_to_turl
.find(prepopulated_id));
105
if (existing_url_iter !=
id_to_turl
.end()) {
121
id_to_turl
.erase(existing_url_iter);
135
for (IDMap::iterator i(
id_to_turl
.begin()); i !=
id_to_turl
.end(); ++i) {
/external/chromium_org/chrome/browser/search_engines/
util.cc
255
IDMap
id_to_turl
;
local
260
id_to_turl
[prepopulate_id] = *i;
274
IDMap::iterator existing_url_iter(
id_to_turl
.find(prepopulated_id));
275
if (existing_url_iter !=
id_to_turl
.end()) {
280
id_to_turl
.erase(existing_url_iter);
296
// The block above removed all the URLs from the |
id_to_turl
| map that were
299
for (IDMap::iterator i(
id_to_turl
.begin()); i !=
id_to_turl
.end(); ++i) {
Completed in 22 milliseconds