HomeSort by relevance Sort by last modified time
    Searched defs:ReadTransaction (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/sync/syncable/
syncable_read_transaction.cc 10 ReadTransaction::ReadTransaction(const tracked_objects::Location& location,
12 : BaseTransaction(location, "ReadTransaction", INVALID, directory) {
16 ReadTransaction::~ReadTransaction() {
syncable_read_transaction.h 12 class ReadTransaction;
16 class SYNC_EXPORT ReadTransaction : public BaseTransaction {
18 ReadTransaction(const tracked_objects::Location& from_here,
21 virtual ~ReadTransaction();
24 friend class syncer::ReadTransaction;
27 DISALLOW_COPY_AND_ASSIGN(ReadTransaction);
  /external/chromium_org/sync/internal_api/
read_transaction.cc 13 // ReadTransaction member definitions
14 ReadTransaction::ReadTransaction(const tracked_objects::Location& from_here,
19 transaction_ = new syncable::ReadTransaction(from_here,
23 ReadTransaction::ReadTransaction(UserShare* share,
29 ReadTransaction::~ReadTransaction() {
35 syncable::BaseTransaction* ReadTransaction::GetWrappedTrans() const {
39 int64 ReadTransaction::GetModelVersion(ModelType type) const
    [all...]
  /external/chromium_org/sync/internal_api/public/
read_transaction.h 25 // Sync API's ReadTransaction is a read-only BaseTransaction. It wraps
26 // a syncable::ReadTransaction.
27 class SYNC_EXPORT ReadTransaction : public BaseTransaction {
30 ReadTransaction(const tracked_objects::Location& from_here,
34 ReadTransaction(UserShare* share, syncable::BaseTransaction* trans);
36 virtual ~ReadTransaction();
60 DISALLOW_COPY_AND_ASSIGN(ReadTransaction);
  /external/chromium_org/net/http/
http_transaction_test_util.cc 487 int ReadTransaction(net::HttpTransaction* trans, std::string* result) {

Completed in 243 milliseconds