OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:favicon_urls
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/chrome/browser/extensions/
favicon_downloader_unittest.cc
105
std::vector<content::FaviconURL>
favicon_urls
;
local
106
favicon_urls
.push_back(content::FaviconURL(
108
downloader.set_initial_favicon_urls(
favicon_urls
);
115
downloader.CompleteImageDownload(0,
favicon_urls
[0].icon_url, sizes);
126
std::vector<content::FaviconURL>
favicon_urls
;
local
127
favicon_urls
.push_back(content::FaviconURL(
135
downloader.UpdateFaviconURLs(
favicon_urls
);
139
downloader.CompleteImageDownload(0,
favicon_urls
[0].icon_url, sizes);
158
std::vector<content::FaviconURL>
favicon_urls
;
local
159
favicon_urls
.push_back(content::FaviconURL
[
all
...]
favicon_downloader.cc
53
// If
favicon_urls
() is empty, we are guaranteed that DidUpdateFaviconURLs has
55
return favicon_tab_helper ? favicon_tab_helper->
favicon_urls
()
60
const std::vector<content::FaviconURL>&
favicon_urls
) {
63
favicon_urls
.begin();
64
it !=
favicon_urls
.end(); ++it) {
favicon_downloader.h
57
void FetchIcons(const std::vector<content::FaviconURL>&
favicon_urls
);
/external/chromium_org/chrome/browser/favicon/
favicon_tab_helper.cc
249
std::vector<favicon::FaviconURL>
favicon_urls
;
local
252
favicon_urls
.push_back(
257
favicon_handler_->OnUpdateFaviconURL(
favicon_urls
);
259
touch_icon_handler_->OnUpdateFaviconURL(
favicon_urls
);
favicon_tab_helper.h
61
const std::vector<content::FaviconURL>&
favicon_urls
() const {
function in class:FaviconTabHelper
/external/chromium_org/chrome/browser/history/
history_notifications.h
69
std::set<GURL>
favicon_urls
;
member in struct:history::URLsDeletedDetails
expire_history_backend.cc
332
details->
favicon_urls
= effects->deleted_favicons;
/external/chromium_org/chrome/browser/sync/glue/
favicon_cache.h
179
// Deletes all synced favicons corresponding with |
favicon_urls
| and pushes
181
void DeleteSyncedFavicons(const std::set<GURL>&
favicon_urls
);
favicon_cache.cc
586
DeleteSyncedFavicons(deleted_details->
favicon_urls
);
[
all
...]
favicon_cache_unittest.cc
[
all
...]
Completed in 170 milliseconds