OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:favicon_data_
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/browser/
favicon_helper_unittest.cc
116
history::FaviconData
favicon_data_
;
member in class:__anon2700::HistoryRequestHandler
273
callback_->Run(0,
favicon_data_
);
294
history_handler->
favicon_data_
.known_icon = true;
295
history_handler->
favicon_data_
.icon_type = history::FAVICON;
296
history_handler->
favicon_data_
.expired = false;
297
history_handler->
favicon_data_
.icon_url = icon_url;
300
history_handler->
favicon_data_
.image_data = data;
339
history_handler->
favicon_data_
.known_icon = true;
340
history_handler->
favicon_data_
.icon_type = history::FAVICON;
341
history_handler->
favicon_data_
.expired = true
[
all
...]
Completed in 139 milliseconds