Searched refs:GetFaviconsFromDB (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Dhistory_backend_unittest.cc2025 // Test the results of GetFaviconsFromDB() when there are no found
2031 EXPECT_FALSE(backend_->GetFaviconsFromDB(page_url, chrome::FAVICON,
2036 // Test the results of GetFaviconsFromDB() when there are matching favicons
2048 EXPECT_FALSE(backend_->GetFaviconsFromDB(page_url, chrome::FAVICON,
2053 // Test that GetFaviconsFromDB() returns results for the bitmaps which most
2066 EXPECT_TRUE(backend_->GetFaviconsFromDB(page_url,
2095 // Test that GetFaviconsFromDB() returns results from the icon URL whose
2110 EXPECT_TRUE(backend_->GetFaviconsFromDB(page_url,
2123 // Test the results of GetFaviconsFromDB() when called with different
2138 EXPECT_TRUE(backend_->GetFaviconsFromDB(page_ur
[all...]
H A Dhistory_backend.h754 bool GetFaviconsFromDB(
H A Dhistory_backend.cc1831 GetFaviconsFromDB(page_url, icon_types, desired_size_in_dip,
2308 bool HistoryBackend::GetFaviconsFromDB( function in class:history::HistoryBackend

Completed in 87 milliseconds