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

  /external/webkit/Source/WebKit/chromium/public/
WebIDBKey.h 72 DateType,
80 WEBKIT_API double date() const; // Only valid for DateType.
  /external/webkit/Source/WebCore/storage/
IDBKey.h 65 idbKey->m_type = DateType;
76 DateType,
90 ASSERT(m_type == DateType);

Completed in 46 milliseconds