HomeSort by relevance Sort by last modified time
    Searched defs:ReadTransaction (Results 1 - 10 of 10) 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)
    [all...]
  /external/chromium_org/sync/internal_api/public/
read_transaction.h 20 // Sync API's ReadTransaction is a read-only BaseTransaction. It wraps
21 // a syncable::ReadTransaction.
22 class SYNC_EXPORT ReadTransaction : public BaseTransaction {
25 ReadTransaction(const tracked_objects::Location& from_here,
29 ReadTransaction(UserShare* share, syncable::BaseTransaction* trans);
31 virtual ~ReadTransaction();
47 DISALLOW_COPY_AND_ASSIGN(ReadTransaction);
  /external/chromium/net/http/
http_transaction_unittest.cc 347 int ReadTransaction(net::HttpTransaction* trans, std::string* result) {
  /external/chromium_org/net/http/
http_transaction_unittest.cc 425 int ReadTransaction(net::HttpTransaction* trans, std::string* result) {
  /external/chromium/chrome/browser/sync/engine/
syncapi.h 81 class ReadTransaction;
517 // Sync API's BaseTransaction, ReadTransaction, and WriteTransaction allow for
551 // Sync API's ReadTransaction is a read-only BaseTransaction. It wraps
552 // a syncable::ReadTransaction.
553 class ReadTransaction : public BaseTransaction {
556 explicit ReadTransaction(UserShare* share);
559 ReadTransaction(UserShare* share, syncable::BaseTransaction* trans);
561 virtual ~ReadTransaction();
572 DISALLOW_COPY_AND_ASSIGN(ReadTransaction);
    [all...]
syncapi.cc     [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable.cc 588 ReadTransaction trans(this, __FILE__, __LINE__);
    [all...]
syncable.h 37 class ReadTransaction;
181 class ReadTransaction;
646 // writer lock, negotiated by the ReadTransaction and WriteTransaction
667 friend class ReadTransaction;
858 // state and indices (by deep copy) under a ReadTransaction, passing this
918 // indices (by deep copy) under a ReadTransaction for use in |snapshot|.
    [all...]

Completed in 256 milliseconds