Searched refs:loadCurrentRow (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/storage/
H A DIDBSQLiteBackingStore.cpp712 virtual void loadCurrentRow() = 0;
732 loadCurrentRow();
770 virtual void loadCurrentRow();
777 void ObjectStoreCursorImpl::loadCurrentRow() function in class:WebCore::__anon14729::ObjectStoreCursorImpl
808 virtual void loadCurrentRow();
815 void IndexKeyCursorImpl::loadCurrentRow() function in class:WebCore::__anon14729::IndexKeyCursorImpl
846 virtual void loadCurrentRow();
854 void IndexCursorImpl::loadCurrentRow() function in class:WebCore::__anon14729::IndexCursorImpl
909 cursor->loadCurrentRow();
949 cursor->loadCurrentRow();
[all...]
H A DIDBLevelDBBackingStore.cpp136 // IndexCursorImpl::loadCurrentRow, and IndexKeyCursorImpl::loadCurrentRow).
2156 virtual bool loadCurrentRow() = 0;
2218 if (!loadCurrentRow()) {
2256 if (!loadCurrentRow())
2288 virtual bool loadCurrentRow();
2299 bool ObjectStoreCursorImpl::loadCurrentRow() function in class:WebCore::__anon14725::ObjectStoreCursorImpl
2336 virtual bool loadCurrentRow();
2347 bool IndexKeyCursorImpl::loadCurrentRow() function in class:WebCore::__anon14725::IndexKeyCursorImpl
2399 bool loadCurrentRow();
2412 bool IndexCursorImpl::loadCurrentRow() function in class:WebCore::__anon14725::IndexCursorImpl
[all...]

Completed in 117 milliseconds