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

  /external/chromium_org/third_party/WebKit/public/platform/
WebIDBKey.h 39 class WebIDBKey {
42 WebIDBKey() { }
43 ~WebIDBKey() { reset(); }
45 WEBKIT_EXPORT static WebIDBKey createArray(const WebVector<WebIDBKey>&);
46 WEBKIT_EXPORT static WebIDBKey createString(const WebString&);
47 WEBKIT_EXPORT static WebIDBKey createDate(double);
48 WEBKIT_EXPORT static WebIDBKey createNumber(double);
49 WEBKIT_EXPORT static WebIDBKey createInvalid();
50 WEBKIT_EXPORT static WebIDBKey createNull()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebIDBKey.cpp 29 #include "public/platform/WebIDBKey.h"
37 WebIDBKey WebIDBKey::createArray(const WebVector<WebIDBKey>& array)
39 WebIDBKey key;
44 WebIDBKey WebIDBKey::createString(const WebString& string)
46 WebIDBKey key;
51 WebIDBKey WebIDBKey::createDate(double date
    [all...]

Completed in 112 milliseconds