TestBackingStore    9 content/test/test_backing_store.cc TestBackingStore::TestBackingStore(RenderWidgetHost* widget,
TestBackingStore   14 content/test/test_backing_store.cc TestBackingStore::~TestBackingStore() {
TestBackingStore   17 content/test/test_backing_store.cc void TestBackingStore::PaintToBackingStore(
TestBackingStore   28 content/test/test_backing_store.cc bool TestBackingStore::CopyFromBackingStore(const gfx::Rect& rect,
TestBackingStore   33 content/test/test_backing_store.cc void TestBackingStore::ScrollBackingStore(const gfx::Vector2d& delta,
TestBackingStore   14 content/test/test_backing_store.h class TestBackingStore : public BackingStore {
TestBackingStore   16 content/test/test_backing_store.h   TestBackingStore(RenderWidgetHost* widget, const gfx::Size& size);
TestBackingStore   17 content/test/test_backing_store.h   virtual ~TestBackingStore();
TestBackingStore   34 content/test/test_backing_store.h   DISALLOW_COPY_AND_ASSIGN(TestBackingStore);
TestBackingStore  105 content/test/test_render_view_host.cc   return new TestBackingStore(rwh_, size);
TestBackingStore 1550 sync/syncable/syncable_unittest.cc   TestBackingStore(const std::string& dir_name,
TestBackingStore 1553 sync/syncable/syncable_unittest.cc   virtual ~TestBackingStore();
TestBackingStore 1566 sync/syncable/syncable_unittest.cc TestBackingStore::TestBackingStore(const std::string& dir_name,
TestBackingStore 1572 sync/syncable/syncable_unittest.cc TestBackingStore::~TestBackingStore() { }
TestBackingStore 1574 sync/syncable/syncable_unittest.cc bool TestBackingStore::SaveChanges(
TestBackingStore 1602 sync/syncable/syncable_unittest.cc                 TestBackingStore* backing_store);
TestBackingStore 1604 sync/syncable/syncable_unittest.cc   TestBackingStore* backing_store_;
TestBackingStore 1612 sync/syncable/syncable_unittest.cc   TestBackingStore* backing_store =
TestBackingStore 1613 sync/syncable/syncable_unittest.cc       new TestBackingStore(dir_name, backing_filepath);
TestBackingStore 1619 sync/syncable/syncable_unittest.cc                              TestBackingStore* backing_store)