Searched refs:idbAny (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
H A DJSIDBAnyCustom.cpp54 JSValue toJS(ExecState* exec, JSDOMGlobalObject* globalObject, IDBAny* idbAny) argument
56 if (!idbAny)
59 switch (idbAny->type()) {
65 return toJS(exec, globalObject, idbAny->idbCursor());
67 return toJS(exec, globalObject, idbAny->idbDatabase());
69 return toJS(exec, globalObject, idbAny->idbFactory());
71 return toJS(exec, globalObject, idbAny->idbIndex());
73 return toJS(exec, globalObject, idbAny->idbKey());
75 return toJS(exec, globalObject, idbAny->idbObjectStore());
77 return toJS(exec, globalObject, idbAny
[all...]
/external/webkit/Source/WebCore/storage/
H A DIDBAny.cpp47 RefPtr<IDBAny> idbAny = adoptRef(new IDBAny()); local
48 idbAny->setNull();
49 return idbAny.release();

Completed in 22 milliseconds