OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasMappingFor
(Results
1 - 11
of
11
) sorted by null
/external/chromium/chrome/browser/history/
thumbnail_database_unittest.cc
366
TEST_F(ThumbnailDatabaseTest,
HasMappingFor
) {
397
EXPECT_TRUE(db.
HasMappingFor
(id1));
398
EXPECT_TRUE(db.
HasMappingFor
(id2));
399
EXPECT_FALSE(db.
HasMappingFor
(id3));
403
EXPECT_FALSE(db.
HasMappingFor
(id1));
404
EXPECT_FALSE(db.
HasMappingFor
(id2));
405
EXPECT_FALSE(db.
HasMappingFor
(id3));
thumbnail_database.h
162
bool
HasMappingFor
(FaviconID id);
expire_history_backend.cc
325
if (!thumb_db_->
HasMappingFor
(*i))
thumbnail_database.cc
546
bool ThumbnailDatabase::
HasMappingFor
(FaviconID id) {
history_backend.cc
[
all
...]
/external/chromium_org/chrome/browser/history/android/
favicon_sql_handler.cc
125
if (!thumbnail_db_->
HasMappingFor
(*i) && !thumbnail_db_->DeleteFavicon(*i))
/external/chromium_org/chrome/browser/history/
thumbnail_database.h
197
bool
HasMappingFor
(chrome::FaviconID id);
thumbnail_database_unittest.cc
524
TEST_F(ThumbnailDatabaseTest,
HasMappingFor
) {
564
EXPECT_TRUE(db.
HasMappingFor
(id1));
565
EXPECT_TRUE(db.
HasMappingFor
(id2));
566
EXPECT_FALSE(db.
HasMappingFor
(id3));
570
EXPECT_FALSE(db.
HasMappingFor
(id1));
571
EXPECT_FALSE(db.
HasMappingFor
(id2));
572
EXPECT_FALSE(db.
HasMappingFor
(id3));
[
all
...]
expire_history_backend.cc
353
if (!thumb_db_->
HasMappingFor
(*i)) {
thumbnail_database.cc
[
all
...]
history_backend.cc
[
all
...]
Completed in 4245 milliseconds