OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebIDBCursorImpl
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/content/child/indexed_db/
webidbcursor_impl.cc
20
WebIDBCursorImpl
::
WebIDBCursorImpl
(int32 ipc_cursor_id,
29
WebIDBCursorImpl
::~
WebIDBCursorImpl
() {
45
void
WebIDBCursorImpl
::advance(unsigned long count,
55
void
WebIDBCursorImpl
::continueFunction(const WebIDBKey& key,
60
void
WebIDBCursorImpl
::continueFunction(const WebIDBKey& key,
102
void
WebIDBCursorImpl
::postSuccessHandlerCallback() {
115
void
WebIDBCursorImpl
::SetPrefetchData(
127
void
WebIDBCursorImpl
::CachedContinue(WebIDBCallbacks* callbacks)
[
all
...]
webidbcursor_impl.h
25
class CONTENT_EXPORT
WebIDBCursorImpl
28
WebIDBCursorImpl
(int32 ipc_cursor_id, ThreadSafeSender* thread_safe_sender);
29
virtual ~
WebIDBCursorImpl
();
webidbcursor_impl_unittest.cc
102
WebIDBCursorImpl
cursor(
WebIDBCursorImpl
::kInvalidCursorId,
108
for (int i = 0; i <
WebIDBCursorImpl
::kPrefetchContinueThreshold; ++i) {
160
WebIDBCursorImpl
::kInvalidCursorId);
indexed_db_dispatcher.h
37
class
WebIDBCursorImpl
;
241
// Map from cursor id to
WebIDBCursorImpl
.
242
std::map<int32,
WebIDBCursorImpl
*> cursors_;
indexed_db_dispatcher.cc
568
WebIDBCursorImpl
* cursor =
569
new
WebIDBCursorImpl
(ipc_object_id, thread_safe_sender_.get());
586
WebIDBCursorImpl
* cursor = cursors_[ipc_cursor_id];
614
WebIDBCursorImpl
* cursor = cursors_[ipc_cursor_id];
720
typedef std::map<int32,
WebIDBCursorImpl
*>::iterator Iterator;
Completed in 31 milliseconds