OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:image_urls_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/favicon/
favicon_handler.h
116
return
image_urls_
;
242
return (
image_urls_
.size() > 0) ? &
image_urls_
[0] : NULL;
278
std::deque<content::FaviconURL>
image_urls_
;
member in class:FaviconHandler
favicon_handler.cc
235
image_urls_
.clear();
337
image_urls_
.clear();
342
image_urls_
.push_back(*i);
347
if (
image_urls_
.empty())
357
DCHECK(!
image_urls_
.empty());
410
if (request_next_icon && GetEntry() &&
image_urls_
.size() > 1) {
411
// Remove the first member of
image_urls_
and process the remaining.
412
image_urls_
.pop_front();
421
image_urls_
.clear();
453
// TODO(pkotwicz): pass in all of |
image_urls_
| t
[
all
...]
favicon_handler_unittest.cc
248
return
image_urls_
;
[
all
...]
Completed in 51 milliseconds