Searched defs:GetDataTypeContext (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/sync/internal_api/
H A Dread_transaction.cc43 void ReadTransaction::GetDataTypeContext( function in class:syncer::ReadTransaction
46 return transaction_->directory()->GetDataTypeContext(
/external/chromium_org/sync/test/engine/
H A Dmock_update_handler.cc27 void MockUpdateHandler::GetDataTypeContext( function in class:syncer::MockUpdateHandler
/external/chromium_org/components/sync_driver/
H A Dfake_generic_change_processor.cc50 bool FakeGenericChangeProcessor::GetDataTypeContext( function in class:sync_driver::FakeGenericChangeProcessor
H A Dshared_change_processor.cc186 bool SharedChangeProcessor::GetDataTypeContext(std::string* context) const { function in class:sync_driver::SharedChangeProcessor
194 return generic_change_processor_->GetDataTypeContext(context);
H A Dgeneric_change_processor.cc275 bool GenericChangeProcessor::GetDataTypeContext(std::string* context) const { function in class:sync_driver::GenericChangeProcessor
278 trans.GetDataTypeContext(type_, &context_proto);
/external/chromium_org/sync/engine/
H A Ddirectory_update_handler.cc36 void DirectoryUpdateHandler::GetDataTypeContext( function in class:syncer::DirectoryUpdateHandler
39 dir_->GetDataTypeContext(&trans, type_, context);
50 dir_->GetDataTypeContext(&trans, type_, &local_context);
H A Dmodel_type_sync_worker_impl.cc89 void ModelTypeSyncWorkerImpl::GetDataTypeContext( function in class:syncer::ModelTypeSyncWorkerImpl
/external/chromium_org/sync/syncable/
H A Ddirectory.cc938 void Directory::GetDataTypeContext(BaseTransaction* trans, function in class:syncer::syncable::Directory

Completed in 260 milliseconds