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

/external/chromium_org/components/enhanced_bookmarks/
H A Dtest_image_store.cc11 TestImageStore::TestImageStore() { function in class:TestImageStore
14 bool TestImageStore::HasKey(const GURL& page_url) {
20 void TestImageStore::Insert(const GURL& page_url,
32 void TestImageStore::Erase(const GURL& page_url) {
38 std::pair<gfx::Image, GURL> TestImageStore::Get(const GURL& page_url) {
48 gfx::Size TestImageStore::GetSize(const GURL& page_url) {
58 void TestImageStore::GetAllPageUrls(std::set<GURL>* urls) {
66 void TestImageStore::ClearAll() {
72 int64 TestImageStore
[all...]
H A Dtest_image_store.h10 // The TestImageStore is an implementation of ImageStore that keeps all its
13 class TestImageStore : public ImageStore { class in inherits:ImageStore
15 TestImageStore();
28 virtual ~TestImageStore();
34 DISALLOW_COPY_AND_ASSIGN(TestImageStore);
H A Dimage_store_unittest.cc70 ImageStore* CreateStore<TestImageStore>(
72 return new TestImageStore();
83 template <> bool ShouldPersist<TestImageStore>() { return false; }
117 typedef testing::Types<TestImageStore,

Completed in 153 milliseconds