/external/chromium_org/sync/internal_api/ |
base_transaction.cc | 24 return GetDirectory()->GetCryptographer(this->GetWrappedTrans()); 29 this->GetWrappedTrans());
|
delete_journal.cc | 18 trans->GetWrappedTrans(), BOOKMARKS, &deleted_entries); 47 trans->GetWrappedTrans(), undecryptable_journal); 55 trans->GetWrappedTrans(), ids);
|
read_node.cc | 33 syncable::BaseTransaction* trans = transaction_->GetWrappedTrans(); 42 syncable::BaseTransaction* trans = transaction_->GetWrappedTrans(); 63 entry_ = new syncable::Entry(transaction_->GetWrappedTrans(), 85 syncable::BaseTransaction* trans = transaction_->GetWrappedTrans();
|
read_transaction.cc | 35 syncable::BaseTransaction* ReadTransaction::GetWrappedTrans() const {
|
write_transaction.cc | 35 syncable::BaseTransaction* WriteTransaction::GetWrappedTrans() const {
|
sync_encryption_handler_impl_unittest.cc | 361 trans.GetWrappedTrans()); 364 trans.GetWrappedTrans()); 365 handler2.UpdateEncryptedTypesFromNigori(nigori, trans.GetWrappedTrans()); 390 trans.GetWrappedTrans()); 393 trans.GetWrappedTrans()); 394 handler2.UpdateEncryptedTypesFromNigori(nigori, trans.GetWrappedTrans()); 407 handler2.UpdateEncryptedTypesFromNigori(nigori, trans.GetWrappedTrans()); 432 trans.GetWrappedTrans()); 445 trans.GetWrappedTrans()); 468 trans.GetWrappedTrans()); [all...] |
base_node.cc | 161 return IdToMetahandle(GetTransaction()->GetWrappedTrans(), 193 syncable::BaseTransaction* trans = GetTransaction()->GetWrappedTrans(); 201 return IdToMetahandle(GetTransaction()->GetWrappedTrans(), id_string); 208 return IdToMetahandle(GetTransaction()->GetWrappedTrans(), id_string); 215 return IdToMetahandle(GetTransaction()->GetWrappedTrans(), id_string);
|
sync_encryption_handler_impl.cc | 254 trans.GetWrappedTrans())) { 259 trans.GetWrappedTrans()).cryptographer.has_pending_keys(); 261 trans.GetWrappedTrans()).cryptographer.is_ready(); 305 UnlockVault(trans.GetWrappedTrans()).encrypted_types, 311 &UnlockVaultMutable(trans.GetWrappedTrans())->cryptographer)); 317 if (UnlockVault(trans.GetWrappedTrans()).cryptographer.is_ready()) 341 &UnlockVaultMutable(trans.GetWrappedTrans())->cryptographer; 505 &UnlockVaultMutable(trans.GetWrappedTrans())->cryptographer; 629 EnableEncryptEverythingImpl(trans.GetWrappedTrans()); 631 if (UnlockVault(trans.GetWrappedTrans()).cryptographer.is_ready() [all...] |
change_reorder_buffer.cc | 158 syncable::BaseTransaction* trans = sync_trans->GetWrappedTrans();
|
sync_manager_impl_unittest.cc | 239 EXPECT_TRUE(trans.GetWrappedTrans()); 243 EXPECT_TRUE(trans.GetWrappedTrans()); 917 trans.GetWrappedTrans()); [all...] |
sync_manager_impl.cc | 276 trans.GetWrappedTrans()->OnUnrecoverableError( [all...] |
write_node.cc | 242 if (!UpdateEntryWithEncryption(GetTransaction()->GetWrappedTrans(),
|
/external/chromium_org/sync/internal_api/public/ |
base_transaction.h | 30 virtual syncable::BaseTransaction* GetWrappedTrans() const = 0;
|
read_transaction.h | 34 virtual syncable::BaseTransaction* GetWrappedTrans() const OVERRIDE;
|
write_transaction.h | 43 virtual syncable::BaseTransaction* GetWrappedTrans() const OVERRIDE;
|
/external/chromium/chrome/browser/sync/glue/ |
extension_model_associator.cc | 64 GetEncryptedDataTypes(trans.GetWrappedTrans());
|
bookmark_model_associator.cc | 556 GetEncryptedDataTypes(trans.GetWrappedTrans());
|
/external/chromium/chrome/browser/sync/engine/ |
syncapi_unittest.cc | 185 EXPECT_TRUE(trans.GetWrappedTrans() != NULL); 189 EXPECT_TRUE(trans.GetWrappedTrans() != NULL); [all...] |
syncapi.h | 527 virtual syncable::BaseTransaction* GetWrappedTrans() const = 0; 564 virtual syncable::BaseTransaction* GetWrappedTrans() const; 584 virtual syncable::BaseTransaction* GetWrappedTrans() const; [all...] |
syncapi.cc | 264 return IdToMetahandle(GetTransaction()->GetWrappedTrans(), 294 return IdToMetahandle(GetTransaction()->GetWrappedTrans(), id_string); 301 return IdToMetahandle(GetTransaction()->GetWrappedTrans(), id_string); 306 syncable::BaseTransaction* trans = GetTransaction()->GetWrappedTrans(); 311 return IdToMetahandle(GetTransaction()->GetWrappedTrans(), id_string); 441 GetEncryptedDataTypes(GetTransaction()->GetWrappedTrans()); [all...] |
change_reorder_buffer.cc | 125 syncable::BaseTransaction* trans = sync_trans->GetWrappedTrans();
|