HomeSort by relevance Sort by last modified time
    Searched refs:OnFaviconData (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/history/android/
sqlite_cursor.h 157 void OnFaviconData(const chrome::FaviconBitmapResult& bitmap_result);
sqlite_cursor.cc 183 base::Bind(&SQLiteCursor::OnFaviconData,
213 void SQLiteCursor::OnFaviconData(
  /external/chromium/chrome/browser/
favicon_helper.cc 371 NewCallback(this, &FaviconHelper::OnFaviconData));
381 NewCallback(this, &FaviconHelper::OnFaviconData));
386 void FaviconHelper::OnFaviconData(FaviconService::Handle handle,
favicon_helper.h 60 // between page to favicon url. The callback for this is OnFaviconData.
62 // OnFaviconData either updates the favicon of the NavigationEntry (if the
173 // url with a callback to OnFaviconData when done.
179 void OnFaviconData(FaviconService::Handle handle,
  /external/chromium_org/chrome/browser/favicon/
favicon_handler.h 67 // between page to favicon url. The callback for this is OnFaviconData.
69 // OnFaviconData either updates the favicon of the NavigationEntry (if the
204 // url with a callback to OnFaviconData when done.
210 void OnFaviconData(
favicon_handler.cc 569 base::Bind(&FaviconHandler::OnFaviconData, base::Unretained(this)),
580 base::Bind(&FaviconHandler::OnFaviconData, base::Unretained(this)),
586 void FaviconHandler::OnFaviconData(

Completed in 56 milliseconds