HomeSort by relevance Sort by last modified time
    Searched full:favicon_handle (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/
custom_home_pages_table_model.cc 27 Entry() : title_handle(0), favicon_handle(0) {}
42 FaviconService::Handle favicon_handle; member in struct:CustomHomePagesTableModel::Entry
89 if (entry->favicon_handle) {
93 favicon_service->CancelRequest(entry->favicon_handle);
166 entry->favicon_handle = favicon_service->GetFaviconForURL(entry->url,
196 GetEntryByLoadHandle(&Entry::favicon_handle, handle, &entry_index);
201 entry->favicon_handle = 0;
custom_home_pages_table_model.h 72 // |favicon_handle| matches |handle| and notifies the observer of the change.

Completed in 33 milliseconds