Home
last modified time | relevance | path

Searched refs:IDBCursorWithValue (Results 1 – 25 of 29) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBCursorWithValue.cpp33 PassRefPtr<IDBCursorWithValue> IDBCursorWithValue::create(PassOwnPtr<blink::WebIDBCursor> backend, … in create()
35 return adoptRef(new IDBCursorWithValue(backend, direction, request, source, transaction)); in create()
38 IDBCursorWithValue::IDBCursorWithValue(PassOwnPtr<blink::WebIDBCursor> backend, IndexedDB::CursorDi… in IDBCursorWithValue() function in WebCore::IDBCursorWithValue
44 IDBCursorWithValue::~IDBCursorWithValue() in ~IDBCursorWithValue()
DIDBCursorWithValue.h40 class IDBCursorWithValue : public IDBCursor {
42 …static PassRefPtr<IDBCursorWithValue> create(PassOwnPtr<blink::WebIDBCursor>, IndexedDB::CursorDir…
43 virtual ~IDBCursorWithValue();
52IDBCursorWithValue(PassOwnPtr<blink::WebIDBCursor>, IndexedDB::CursorDirection, IDBRequest*, IDBAn…
55 inline IDBCursorWithValue* toIDBCursorWithValue(IDBCursor* cursor) in toIDBCursorWithValue()
58 return static_cast<IDBCursorWithValue*>(cursor); in toIDBCursorWithValue()
DIDBAny.h42 class IDBCursorWithValue; variable
101 IDBCursorWithValue* idbCursorWithValue() const;
DIDBCursorWithValue.idl26 interface IDBCursorWithValue : IDBCursor {
DWorkerGlobalScopeIndexedDatabase.idl42 attribute IDBCursorWithValueConstructor IDBCursorWithValue;
DIDBAny.cpp76 IDBCursorWithValue* IDBAny::idbCursorWithValue() const in idbCursorWithValue()
DIDBRequest.cpp248 …cursor = IDBCursorWithValue::create(backend, m_cursorDirection, this, m_source.get(), m_transactio… in onSuccess()
DIDBObjectStore.cpp331 RefPtr<IDBCursorWithValue> cursor; in handleEvent()
/external/chromium_org/third_party/WebKit/Source/modules/
Dmodules.gypi75 'indexeddb/IDBCursorWithValue.idl',
363 'indexeddb/IDBCursorWithValue.cpp',
364 'indexeddb/IDBCursorWithValue.h',
Dmodules.target.linux-arm.mk98 third_party/WebKit/Source/modules/indexeddb/IDBCursorWithValue.cpp \
Dmodules.target.darwin-arm.mk98 third_party/WebKit/Source/modules/indexeddb/IDBCursorWithValue.cpp \
Dmodules.target.darwin-x86.mk98 third_party/WebKit/Source/modules/indexeddb/IDBCursorWithValue.cpp \
Dmodules.target.darwin-mips.mk98 third_party/WebKit/Source/modules/indexeddb/IDBCursorWithValue.cpp \
Dmodules.target.linux-mips.mk98 third_party/WebKit/Source/modules/indexeddb/IDBCursorWithValue.cpp \
Dmodules.target.linux-x86.mk98 third_party/WebKit/Source/modules/indexeddb/IDBCursorWithValue.cpp \
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorIndexedDBAgent.cpp418 RefPtr<IDBCursorWithValue> idbCursor = requestResult->idbCursorWithValue(); in handleEvent()
/external/chromium_org/third_party/WebKit/Source/bindings/
Dmain_idl_files_list.tmp384 ../modules/indexeddb/IDBCursorWithValue.idl
Dinterface_dependencies.target.darwin-mips.mk21 …rsor.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/indexeddb/IDBCursorWithValue.idl $(LOCAL_…
Dinterface_dependencies.target.darwin-x86.mk21 …rsor.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/indexeddb/IDBCursorWithValue.idl $(LOCAL_…
Dinterface_dependencies.target.darwin-arm.mk21 …rsor.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/indexeddb/IDBCursorWithValue.idl $(LOCAL_…
Dinterface_dependencies.target.linux-mips.mk21 …rsor.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/indexeddb/IDBCursorWithValue.idl $(LOCAL_…
Dinterface_dependencies.target.linux-arm.mk21 …rsor.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/indexeddb/IDBCursorWithValue.idl $(LOCAL_…
Dinterface_dependencies.target.linux-x86.mk21 …rsor.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/indexeddb/IDBCursorWithValue.idl $(LOCAL_…
Dbindings_sources.target.linux-arm.mk4239 …lue.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/modules/indexeddb/IDBCursorWithValue.idl $(LOCAL_…
4240 …sr/bin/gcc -E -P -x c++" --write-file-only-if-changed 0 ../modules/indexeddb/IDBCursorWithValue.idl
Dbindings_sources.target.linux-x86.mk4239 …lue.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/modules/indexeddb/IDBCursorWithValue.idl $(LOCAL_…
4240 …sr/bin/gcc -E -P -x c++" --write-file-only-if-changed 0 ../modules/indexeddb/IDBCursorWithValue.idl

12