HomeSort by relevance Sort by last modified time
    Searched refs:WebIDBKeyPathTypeNull (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/content/common/indexed_db/
indexed_db_key_path.cc 12 using blink::WebIDBKeyPathTypeNull;
15 IndexedDBKeyPath::IndexedDBKeyPath() : type_(WebIDBKeyPathTypeNull) {}
40 case WebIDBKeyPathTypeNull:
indexed_db_key_path.h 20 IndexedDBKeyPath(); // Defaults to blink::WebIDBKeyPathTypeNull.
25 bool IsNull() const { return type_ == blink::WebIDBKeyPathTypeNull; }
indexed_db_param_traits.cc 19 using blink::WebIDBKeyPathTypeNull;
142 case WebIDBKeyPathTypeNull:
172 case WebIDBKeyPathTypeNull:
  /external/chromium_org/third_party/WebKit/public/platform/
WebIDBTypes.h 43 WebIDBKeyPathTypeNull = 0,
  /external/chromium_org/content/child/indexed_db/
indexed_db_key_builders.cc 116 case blink::WebIDBKeyPathTypeNull:
131 case blink::WebIDBKeyPathTypeNull:
  /external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.cc 179 using blink::WebIDBKeyPathTypeNull;
364 case WebIDBKeyPathTypeNull:
589 case WebIDBKeyPathTypeNull:
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
AssertMatchingEnums.cpp 494 COMPILE_ASSERT_MATCHING_ENUM(WebIDBKeyPathTypeNull, IDBKeyPath::NullType);
    [all...]

Completed in 154 milliseconds