HomeSort by relevance Sort by last modified time
    Searched refs:WebIDBKeyPath (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebKit/chromium/public/
WebIDBKeyPath.h 41 class WebIDBKeyPath {
43 WEBKIT_API static WebIDBKeyPath create(const WebString&);
44 WebIDBKeyPath(const WebIDBKeyPath& keyPath) { assign(keyPath); }
45 ~WebIDBKeyPath() { reset(); }
48 WEBKIT_API void assign(const WebIDBKeyPath&);
56 WebIDBKeyPath();
59 WebIDBKeyPath(const WTF::Vector<WebCore::IDBKeyPathElement, 0>&, int parseError);
WebIDBKey.h 37 class WebIDBKeyPath;
51 WEBKIT_API static WebIDBKey createFromValueAndKeyPath(const WebSerializedScriptValue&, const WebIDBKeyPath&);
52 WEBKIT_API static WebSerializedScriptValue injectIDBKeyIntoSerializedValue(const WebIDBKey&, const WebSerializedScriptValue&, const WebIDBKeyPath&);
  /external/webkit/Source/WebKit/chromium/src/
WebIDBKeyPath.cpp 27 #include "WebIDBKeyPath.h"
40 WebIDBKeyPath WebIDBKeyPath::create(const WebString& keyPath)
45 return WebIDBKeyPath(idbElements, static_cast<int>(idbError));
48 WebIDBKeyPath::WebIDBKeyPath(const WTF::Vector<IDBKeyPathElement>& elements, int parseError)
54 int WebIDBKeyPath::parseError() const
59 void WebIDBKeyPath::assign(const WebIDBKeyPath& keyPath)
65 void WebIDBKeyPath::reset(
    [all...]
WebIDBKey.cpp 37 #include "WebIDBKeyPath.h"
79 WebIDBKey WebIDBKey::createFromValueAndKeyPath(const WebSerializedScriptValue& serializedScriptValue, const WebIDBKeyPath& idbKeyPath)
86 WebSerializedScriptValue WebIDBKey::injectIDBKeyIntoSerializedValue(const WebIDBKey& key, const WebSerializedScriptValue& value, const WebIDBKeyPath& path)
  /external/chromium/webkit/glue/
idb_bindings.cc 12 #include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBKeyPath.h"
19 using WebKit::WebIDBKeyPath;
26 WebIDBKeyPath web_idb_key_path = WebIDBKeyPath::create(idb_key_path);
48 key, value, WebIDBKeyPath::create(idb_key_path));

Completed in 74 milliseconds