OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TransactionMode
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/content/browser/indexed_db/
indexed_db.h
12
enum
TransactionMode
{
indexed_db_transaction.h
35
indexed_db::
TransactionMode
,
46
indexed_db::
TransactionMode
mode() const { return mode_; }
102
const indexed_db::
TransactionMode
mode_;
indexed_db_transaction.cc
57
indexed_db::
TransactionMode
mode,
indexed_db_database.cc
[
all
...]
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IndexedDB.h
33
enum
TransactionMode
{
IDBTransaction.h
56
static PassRefPtr<IDBTransaction> create(ExecutionContext*, int64_t, const Vector<String>& objectStoreNames, IndexedDB::
TransactionMode
, IDBDatabase*);
64
static IndexedDB::
TransactionMode
stringToMode(const String&, ExceptionState&);
65
static const AtomicString& modeToString(IndexedDB::
TransactionMode
);
108
IDBTransaction(ExecutionContext*, int64_t, const Vector<String>&, IndexedDB::
TransactionMode
, IDBDatabase*, IDBOpenDBRequest*, const IDBDatabaseMetadata&);
123
const IndexedDB::
TransactionMode
m_mode;
IDBTransaction.cpp
44
PassRefPtr<IDBTransaction> IDBTransaction::create(ExecutionContext* context, int64_t id, const Vector<String>& objectStoreNames, IndexedDB::
TransactionMode
mode, IDBDatabase* db)
77
IDBTransaction::IDBTransaction(ExecutionContext* context, int64_t id, const Vector<String>& objectStoreNames, IndexedDB::
TransactionMode
mode, IDBDatabase* db, IDBOpenDBRequest* openDBRequest, const IDBDatabaseMetadata& previousMetadata)
284
IndexedDB::
TransactionMode
IDBTransaction::stringToMode(const String& modeString, ExceptionState& exceptionState)
296
const AtomicString& IDBTransaction::modeToString(IndexedDB::
TransactionMode
mode)
IDBDatabase.cpp
271
IndexedDB::
TransactionMode
mode = IDBTransaction::stringToMode(modeString, exceptionState);
Completed in 506 milliseconds