HomeSort by relevance Sort by last modified time
    Searched defs:cursor_type_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/indexed_db/
indexed_db_cursor.h 39 return (cursor_type_ == indexed_db::CURSOR_KEY_ONLY) ? NULL
54 indexed_db::CursorType cursor_type_; member in class:content::IndexedDBCursor
indexed_db_database.cc 210 cursor_type_(cursor_type),
222 const indexed_db::CursorType cursor_type_; member in class:content::GetOperation
288 cursor_type_(cursor_type),
300 const indexed_db::CursorType cursor_type_; member in class:content::OpenCursorOperation
849 DCHECK_NE(cursor_type_, indexed_db::CURSOR_KEY_ONLY);
857 } else if (cursor_type_ == indexed_db::CURSOR_KEY_ONLY) {
    [all...]

Completed in 66 milliseconds