OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gettransaction
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/sync/internal_api/
base_node.cc
74
specifics,
GetTransaction
()->GetCryptographer()));
106
std::string plaintext_data =
GetTransaction
()->GetCryptographer()->
161
return IdToMetahandle(
GetTransaction
()->GetWrappedTrans(),
192
syncable::Directory* dir =
GetTransaction
()->GetDirectory();
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);
258
"entry", GetEntry()->ToValue(
GetTransaction
()->GetCryptographer()));
read_node.cc
76
const BaseTransaction* ReadNode::
GetTransaction
() const {
write_node.cc
49
bool needs_encryption =
GetTransaction
()->GetEncryptedTypes().Has(type) ||
150
Cryptographer* cryptographer =
GetTransaction
()->GetCryptographer();
242
if (!UpdateEntryWithEncryption(
GetTransaction
()->GetWrappedTrans(),
485
const BaseTransaction* WriteNode::
GetTransaction
() const {
/external/chromium_org/sync/internal_api/public/
read_node.h
47
virtual const BaseTransaction*
GetTransaction
() const OVERRIDE;
write_node.h
188
virtual const BaseTransaction*
GetTransaction
() const OVERRIDE;
base_node.h
214
virtual const BaseTransaction*
GetTransaction
() const = 0;
/external/chromium_org/content/browser/indexed_db/
indexed_db_database.cc
215
IndexedDBTransaction* IndexedDBDatabase::
GetTransaction
(
280
IndexedDBTransaction* transaction =
GetTransaction
(transaction_id);
330
IndexedDBTransaction* transaction =
GetTransaction
(transaction_id);
359
IndexedDBTransaction* transaction =
GetTransaction
(transaction_id);
417
IndexedDBTransaction* transaction =
GetTransaction
(transaction_id);
472
IndexedDBTransaction* transaction =
GetTransaction
(transaction_id);
480
IndexedDBTransaction* transaction =
GetTransaction
(transaction_id);
489
IndexedDBTransaction* transaction =
GetTransaction
(transaction_id);
501
IndexedDBTransaction* transaction =
GetTransaction
(transaction_id);
718
IndexedDBTransaction* transaction =
GetTransaction
(transaction_id)
[
all
...]
indexed_db_database.h
278
IndexedDBTransaction*
GetTransaction
(int64 transaction_id) const;
/external/chromium/chrome/browser/sync/engine/
syncapi.cc
224
specifics,
GetTransaction
()->GetCryptographer()));
237
std::string plaintext_data =
GetTransaction
()->GetCryptographer()->
264
return IdToMetahandle(
GetTransaction
()->GetWrappedTrans(),
294
return IdToMetahandle(
GetTransaction
()->GetWrappedTrans(), id_string);
301
return IdToMetahandle(
GetTransaction
()->GetWrappedTrans(), id_string);
305
syncable::Directory* dir =
GetTransaction
()->GetLookup();
306
syncable::BaseTransaction* trans =
GetTransaction
()->GetWrappedTrans();
311
return IdToMetahandle(
GetTransaction
()->GetWrappedTrans(), id_string);
441
GetEncryptedDataTypes(
GetTransaction
()->GetWrappedTrans());
458
if (!
GetTransaction
()->GetCryptographer()->Encrypt
[
all
...]
syncapi.h
254
virtual const BaseTransaction*
GetTransaction
() const = 0;
415
virtual const BaseTransaction*
GetTransaction
() const;
500
virtual const BaseTransaction*
GetTransaction
() const;
[
all
...]
/external/nist-sip/java/gov/nist/javax/sip/
SipProviderImpl.java
282
if (sipRequest.
getTransaction
() != null)
496
.
getTransaction
();
543
.
getTransaction
();
574
.
getTransaction
();
[
all
...]
/frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionGroup.java
659
return SipHelper.getCallId(
getTransaction
());
662
private Transaction
getTransaction
() {
[
all
...]
/external/nist-sip/java/gov/nist/javax/sip/message/
SIPRequest.java
[
all
...]
Completed in 1231 milliseconds