Searched defs:idbKey (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DIDBCallbacksProxy.cpp77 void IDBCallbacksProxy::onSuccess(PassRefPtr<IDBKey> idbKey) argument
79 m_callbacks->onSuccess(WebIDBKey(idbKey));
/external/webkit/Source/WebCore/storage/
H A DIDBAny.cpp92 PassRefPtr<IDBKey> IDBAny::idbKey() function in class:WebCore::IDBAny
H A DIDBRequest.cpp207 void IDBRequest::onSuccess(PassRefPtr<IDBKey> idbKey) argument
210 m_result = IDBAny::create(idbKey);
/external/webkit/Source/WebKit/chromium/tests/
H A DIDBBindingUtilitiesTest.cpp71 RefPtr<IDBKey> idbKey = checkKeyFromValueAndKeyPathInternal(value, keyPath); local
72 ASSERT_FALSE(idbKey.get());
100 RefPtr<IDBKey> idbKey = checkKeyFromValueAndKeyPathInternal(value, keyPath); local
101 ASSERT_TRUE(idbKey.get());
102 ASSERT_EQ(IDBKey::StringType, idbKey->type());
103 ASSERT_TRUE(expected == idbKey->string());
108 RefPtr<IDBKey> idbKey = checkKeyFromValueAndKeyPathInternal(value, keyPath); local
109 ASSERT_TRUE(idbKey.get());
110 ASSERT_EQ(IDBKey::NumberType, idbKey->type());
111 ASSERT_TRUE(expected == idbKey
[all...]
/external/webkit/Source/WebCore/bindings/scripts/test/CPP/
H A DWebDOMTestObj.cpp675 void WebDOMTestObj::idbKey(const WebDOMIDBKey& key) function in class:WebDOMTestObj
680 impl()->idbKey(toWebCore(key));

Completed in 153 milliseconds