OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SQLNestedTransaction
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/common/
sqlite_utils.h
21
class
SQLNestedTransaction
;
104
// A class for use with
SQLNestedTransaction
.
114
//
SQLNestedTransaction
calls these after the underlying database
122
// Used by
SQLNestedTransaction
126
// Used by
SQLNestedTransaction
127
SQLNestedTransaction
* GetTopTransaction() {
132
// Used by
SQLNestedTransaction
133
void SetTopTransaction(
SQLNestedTransaction
* top);
136
SQLNestedTransaction
* top_transaction_;
137
friend class
SQLNestedTransaction
;
[
all
...]
sqlite_utils.cc
198
void SQLNestedTransactionSite::SetTopTransaction(
SQLNestedTransaction
* top) {
203
SQLNestedTransaction
::
SQLNestedTransaction
(SQLNestedTransactionSite* site)
213
SQLNestedTransaction
::~
SQLNestedTransaction
() {
222
int
SQLNestedTransaction
::BeginCommand(const char* command) {
244
int
SQLNestedTransaction
::EndCommand(const char* command) {
Completed in 501 milliseconds