OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:injectIDBKeyIntoSerializedValue
(Results
1 - 13
of
13
) sorted by null
/external/webkit/Source/WebCore/storage/chromium/
IDBKeyPathBackendImpl.cpp
42
PassRefPtr<SerializedScriptValue> IDBKeyPathBackendImpl::
injectIDBKeyIntoSerializedValue
(PassRefPtr<IDBKey> key, PassRefPtr<SerializedScriptValue> value, const String& keyPath)
44
return PlatformBridge::
injectIDBKeyIntoSerializedValue
(key, value, keyPath);
/external/webkit/Source/WebCore/storage/
IDBKeyPathBackendImpl.cpp
40
PassRefPtr<SerializedScriptValue> IDBKeyPathBackendImpl::
injectIDBKeyIntoSerializedValue
(PassRefPtr<IDBKey> key, PassRefPtr<SerializedScriptValue> value, const String& keyPath)
IDBKeyPathBackendImpl.h
41
static PassRefPtr<SerializedScriptValue>
injectIDBKeyIntoSerializedValue
(PassRefPtr<IDBKey>, PassRefPtr<SerializedScriptValue>, const String& keyPath);
IDBObjectStoreBackendImpl.cpp
118
return IDBKeyPathBackendImpl::
injectIDBKeyIntoSerializedValue
(key, value, keyPath);
/external/webkit/Source/WebCore/bindings/v8/
IDBBindingUtilities.h
42
PassRefPtr<SerializedScriptValue>
injectIDBKeyIntoSerializedValue
(PassRefPtr<IDBKey>, PassRefPtr<SerializedScriptValue>, const Vector<IDBKeyPathElement, 0>&);
IDBBindingUtilities.cpp
145
PassRefPtr<SerializedScriptValue>
injectIDBKeyIntoSerializedValue
(PassRefPtr<IDBKey> key, PassRefPtr<SerializedScriptValue> value, const Vector<IDBKeyPathElement>& keyPath)
/external/chromium/webkit/glue/
idb_bindings.cc
47
return WebIDBKey::
injectIDBKeyIntoSerializedValue
(
/external/webkit/Source/WebKit/chromium/src/
WebIDBKey.cpp
86
WebSerializedScriptValue WebIDBKey::
injectIDBKeyIntoSerializedValue
(const WebIDBKey& key, const WebSerializedScriptValue& value, const WebIDBKeyPath& path)
88
return WebCore::
injectIDBKeyIntoSerializedValue
(key, value, path);
PlatformBridge.cpp
526
PassRefPtr<SerializedScriptValue> PlatformBridge::
injectIDBKeyIntoSerializedValue
(PassRefPtr<IDBKey> key, PassRefPtr<SerializedScriptValue> value, const String& keyPath)
528
return webKitClient()->
injectIDBKeyIntoSerializedValue
(key, value, keyPath);
[
all
...]
/external/webkit/Source/WebKit/chromium/public/
WebIDBKey.h
52
WEBKIT_API static WebSerializedScriptValue
injectIDBKeyIntoSerializedValue
(const WebIDBKey&, const WebSerializedScriptValue&, const WebIDBKeyPath&);
WebKitClient.h
147
virtual WebSerializedScriptValue
injectIDBKeyIntoSerializedValue
(const WebIDBKey& key, const WebSerializedScriptValue& value, const WebString& keyPath) { return WebSerializedScriptValue(); }
/external/webkit/Source/WebCore/platform/chromium/
PlatformBridge.h
178
static PassRefPtr<SerializedScriptValue>
injectIDBKeyIntoSerializedValue
(PassRefPtr<IDBKey>, PassRefPtr<SerializedScriptValue>, const String& keyPath);
/external/webkit/Source/WebKit/chromium/tests/
IDBBindingUtilitiesTest.cpp
81
return
injectIDBKeyIntoSerializedValue
(key, value, idbKeyPath);
Completed in 1637 milliseconds