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

  /external/chromium_org/content/common/indexed_db/
indexed_db_key.h 28 explicit IndexedDBKey(blink::WebIDBKeyType); // must be Null or Invalid
33 blink::WebIDBKeyType type); // must be date or number
44 blink::WebIDBKeyType type() const { return type_; }
56 blink::WebIDBKeyType type_;
indexed_db_key.cc 13 using blink::WebIDBKeyType;
63 IndexedDBKey::IndexedDBKey(WebIDBKeyType type)
68 IndexedDBKey::IndexedDBKey(double number, WebIDBKeyType type)
indexed_db_param_traits.cc 21 using blink::WebIDBKeyType;
67 WebIDBKeyType web_type = static_cast<WebIDBKeyType>(type);
  /external/chromium_org/third_party/WebKit/public/platform/
WebIDBTypes.h 31 enum WebIDBKeyType {
WebIDBKey.h 71 BLINK_EXPORT WebIDBKeyType keyType() const;
  /external/chromium_org/third_party/WebKit/Source/web/
WebIDBKey.cpp 198 WebIDBKeyType WebIDBKey::keyType() const
202 return static_cast<WebIDBKeyType>(m_private->type());
  /external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.cc 165 using blink::WebIDBKeyType;
697 static WebIDBKeyType KeyTypeByteToKeyType(unsigned char type) {
809 static int CompareTypes(WebIDBKeyType a, WebIDBKeyType b) { return b - a; }
    [all...]
  /external/chromium_org/tools/ipc_fuzzer/mutate/
generate.cc 704 blink::WebIDBKeyType web_type =
705 static_cast<blink::WebIDBKeyType>(RandInRange(7));
    [all...]

Completed in 141 milliseconds