OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasMappingFor
(Results
1 - 5
of
5
) 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
...]
Completed in 250 milliseconds