Home
last modified time | relevance | path

Searched refs:WebIDBKeyPathType (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/common/indexed_db/
Dindexed_db_key_path.h27 blink::WebIDBKeyPathType type() const { return type_; } in type()
32 blink::WebIDBKeyPathType type_;
/external/chromium_org/third_party/WebKit/Source/web/
DWebIDBKeyPath.cpp73 WebIDBKeyPathType WebIDBKeyPath::keyPathType() const in keyPathType()
76 return static_cast<WebIDBKeyPathType>(m_private->type()); in keyPathType()
/external/chromium_org/third_party/WebKit/public/platform/
DWebIDBTypes.h42 enum WebIDBKeyPathType { enum
DWebIDBKeyPath.h57 BLINK_EXPORT WebIDBKeyPathType keyPathType() const;
/external/chromium_org/content/browser/indexed_db/
Dindexed_db_leveldb_coding.cc159 using blink::WebIDBKeyPathType;
563 WebIDBKeyPathType type = static_cast<WebIDBKeyPathType>((*slice)[0]); in DecodeIDBKeyPath()