OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCursorWithValue
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBCursorWithValue.h
49
virtual bool
isCursorWithValue
() const OVERRIDE { return true; }
57
ASSERT_WITH_SECURITY_IMPLICATION(!cursor || cursor->
isCursorWithValue
());
IDBAny.cpp
79
ASSERT_WITH_SECURITY_IMPLICATION(m_idbCursor->
isCursorWithValue
());
145
: m_type(value->
isCursorWithValue
() ? IDBCursorWithValueType : IDBCursorType)
IDBCursor.h
85
virtual bool
isCursorWithValue
() const { return false; }
IDBCursor.cpp
328
ASSERT(
isCursorWithValue
());
361
if (
isCursorWithValue
()) {
Completed in 420 milliseconds