Home
last modified time | relevance | path

Searched refs:WebIDBKeyPathTypeString (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/content/common/indexed_db/
Dindexed_db_key_path.cc13 using blink::WebIDBKeyPathTypeString;
18 : type_(WebIDBKeyPathTypeString), string_(string) {} in IndexedDBKeyPath()
31 DCHECK(type_ == blink::WebIDBKeyPathTypeString); in string()
42 case WebIDBKeyPathTypeString: in operator ==()
Dindexed_db_param_traits.cc20 using blink::WebIDBKeyPathTypeString;
139 case WebIDBKeyPathTypeString: in Write()
165 case WebIDBKeyPathTypeString: { in Read()
/external/chromium_org/content/child/indexed_db/
Dindexed_db_key_builders.cc112 case blink::WebIDBKeyPathTypeString: in Build()
127 case blink::WebIDBKeyPathTypeString: in Build()
/external/chromium_org/third_party/WebKit/public/platform/
DWebIDBTypes.h44 WebIDBKeyPathTypeString, enumerator
/external/chromium_org/content/browser/indexed_db/
Dindexed_db_leveldb_coding.cc180 using blink::WebIDBKeyPathTypeString;
366 case WebIDBKeyPathTypeString: { in EncodeIDBKeyPath()
593 case WebIDBKeyPathTypeString: { in DecodeIDBKeyPath()
Dindexed_db_backing_store.cc1637 (key_path.type() == blink::WebIDBKeyPathTypeString && in GetObjectStores()
/external/chromium_org/third_party/WebKit/Source/web/
DAssertMatchingEnums.cpp495 COMPILE_ASSERT_MATCHING_ENUM(WebIDBKeyPathTypeString, IDBKeyPath::StringType);