HomeSort by relevance Sort by last modified time
    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 40 return (cursor_type_ == indexed_db::CURSOR_KEY_ONLY) ? NULL
indexed_db_cursor.cc 126 case indexed_db::CURSOR_KEY_ONLY:
indexed_db_database.cc 514 key_only ? indexed_db::CURSOR_KEY_ONLY : indexed_db::CURSOR_KEY_AND_VALUE,
539 DCHECK_NE(cursor_type, indexed_db::CURSOR_KEY_ONLY);
547 } else if (cursor_type == indexed_db::CURSOR_KEY_ONLY) {
625 if (cursor_type == indexed_db::CURSOR_KEY_ONLY) {
    [all...]

Completed in 207 milliseconds