OpenCursorCallback 391 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp static PassRefPtr<OpenCursorCallback> create(PassRefPtr<RequestDataCallback> requestCallback, int skipCount, unsigned pageSize) OpenCursorCallback 393 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp return adoptRef(new OpenCursorCallback(requestCallback, skipCount, pageSize)); OpenCursorCallback 466 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp OpenCursorCallback(PassRefPtr<RequestDataCallback> requestCallback, int skipCount, unsigned pageSize) OpenCursorCallback 505 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp RefPtr<OpenCursorCallback> openCursorCallback = OpenCursorCallback::create(m_requestCallback, m_skipCount, m_pageSize);