Searched refs:ProtoDatabaseImpl (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/components/leveldb_proto/
H A Dproto_database_impl.h27 // When the ProtoDatabaseImpl instance is deleted, in-progress asynchronous
31 class ProtoDatabaseImpl : public ProtoDatabase<T> { class in namespace:leveldb_proto
34 explicit ProtoDatabaseImpl(
37 virtual ~ProtoDatabaseImpl();
64 DISALLOW_COPY_AND_ASSIGN(ProtoDatabaseImpl);
135 ProtoDatabaseImpl<T>::ProtoDatabaseImpl( function in class:leveldb_proto::ProtoDatabaseImpl
140 ProtoDatabaseImpl<T>::~ProtoDatabaseImpl() {
148 void ProtoDatabaseImpl<
[all...]
H A Dproto_database_impl_unittest.cc89 new ProtoDatabaseImpl<TestProto>(main_loop_->message_loop_proxy()));
98 scoped_ptr<ProtoDatabaseImpl<TestProto> > db_;
102 // Test that ProtoDatabaseImpl calls Init on the underlying database and that
149 // Test that ProtoDatabaseImpl calls Load on the underlying database and that
210 // Test that ProtoDatabaseImpl calls Save on the underlying database with the
266 // Test that ProtoDatabaseImpl calls Save on the underlying database with the
334 scoped_ptr<ProtoDatabaseImpl<TestProto> > db(
335 new ProtoDatabaseImpl<TestProto>(db_thread.message_loop_proxy()));
/external/chromium_org/chrome/browser/dom_distiller/
H A Ddom_distiller_service_factory.cc53 scoped_ptr<leveldb_proto::ProtoDatabaseImpl<ArticleEntry> > db(
54 new leveldb_proto::ProtoDatabaseImpl<ArticleEntry>(
/external/chromium_org/components/dom_distiller/standalone/
H A Dcontent_extractor.cc74 scoped_ptr<leveldb_proto::ProtoDatabaseImpl<ArticleEntry> > db(
75 new leveldb_proto::ProtoDatabaseImpl<ArticleEntry>(

Completed in 104 milliseconds