Home
last modified time | relevance | path

Searched defs:isCursorWithValue (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBCursorWithValue.h49 virtual bool isCursorWithValue() const OVERRIDE { return true; } in isCursorWithValue() function
DIDBCursor.h85 virtual bool isCursorWithValue() const { return false; } in isCursorWithValue() function