Searched refs:CURSOR_KEY_AND_VALUE (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db.h13 CURSOR_KEY_AND_VALUE = 0, enumerator in enum:content::indexed_db::CursorType
H A Dindexed_db_cursor.cc150 case indexed_db::CURSOR_KEY_AND_VALUE: {
H A Dindexed_db_database.cc513 key_only ? indexed_db::CURSOR_KEY_ONLY : indexed_db::CURSOR_KEY_AND_VALUE,
1037 key_only ? indexed_db::CURSOR_KEY_ONLY : indexed_db::CURSOR_KEY_AND_VALUE;

Completed in 1366 milliseconds