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

  /external/webkit/Source/WebKit/chromium/public/
WebIDBKey.h 40 class WebIDBKey {
43 WebIDBKey() { }
44 ~WebIDBKey() { reset(); }
46 WEBKIT_API static WebIDBKey createNull();
47 WEBKIT_API static WebIDBKey createString(const WebString&);
48 WEBKIT_API static WebIDBKey createDate(double);
49 WEBKIT_API static WebIDBKey createNumber(double);
50 WEBKIT_API static WebIDBKey createInvalid();
51 WEBKIT_API static WebIDBKey createFromValueAndKeyPath(const WebSerializedScriptValue&, const WebIDBKeyPath&);
52 WEBKIT_API static WebSerializedScriptValue injectIDBKeyIntoSerializedValue(const WebIDBKey&, const WebSerializedScriptValue&, const WebIDBKeyPath&)
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebIDBKey.cpp 29 #include "WebIDBKey.h"
44 WebIDBKey WebIDBKey::createNull()
46 WebIDBKey key;
51 WebIDBKey WebIDBKey::createString(const WebString& string)
53 WebIDBKey key;
58 WebIDBKey WebIDBKey::createDate(double date)
60 WebIDBKey key
    [all...]

Completed in 55 milliseconds