OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CURSOR_KEY_ONLY
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/indexed_db/
indexed_db.h
27
CURSOR_KEY_ONLY
indexed_db_cursor.h
39
return (cursor_type_ == indexed_db::
CURSOR_KEY_ONLY
) ? NULL
indexed_db_cursor.cc
156
case indexed_db::
CURSOR_KEY_ONLY
:
indexed_db_database.cc
835
key_only ? indexed_db::
CURSOR_KEY_ONLY
: indexed_db::CURSOR_KEY_AND_VALUE,
849
DCHECK_NE(cursor_type_, indexed_db::
CURSOR_KEY_ONLY
);
857
} else if (cursor_type_ == indexed_db::
CURSOR_KEY_ONLY
) {
[
all
...]
Completed in 306 milliseconds