OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:open_cursors_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/indexed_db/
indexed_db_transaction.cc
195
open_cursors_
.insert(cursor);
199
open_cursors_
.erase(cursor);
338
for (std::set<IndexedDBCursor*>::iterator i =
open_cursors_
.begin();
339
i !=
open_cursors_
.end();
342
open_cursors_
.clear();
indexed_db_transaction.h
146
std::set<IndexedDBCursor*>
open_cursors_
;
member in class:content::IndexedDBTransaction
Completed in 47 milliseconds