Searched refs:setWrapper (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DScriptWrappable.h49 void setWrapper(JSC::VM&, JSDOMWrapper*, JSC::WeakHandleOwner*, void*);
H A DScriptWrappableInlines.h46 inline void ScriptWrappable::setWrapper(JSC::VM&, JSDOMWrapper* wrapper, JSC::WeakHandleOwner* wrapperOwner, void* context) function in class:WebCore::ScriptWrappable
H A DJSEventListener.h59 void setWrapper(JSC::VM&, JSC::JSObject* wrapper) const { m_wrapper = JSC::PassWeak<JSC::JSObject>(wrapper); } function in class:WebCore::JSEventListener
H A DJSLazyEventListener.cpp121 setWrapper(exec->vm(), asObject(toJS(exec, globalObject, m_originalNode)));
H A DJSDOMBinding.h146 domObject->setWrapper(*world->vm(), wrapper, wrapperOwner, context);
/macosx-10.9.5/WebCore-7537.78.1/accessibility/ios/
H A DAXObjectCacheIOS.mm43 obj->setWrapper(0);
49 obj->setWrapper(wrapper.get());
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DSimpleCatalog.java178 setWrapper(Format.ID_BOOL, Format.ID_BOOL_W);
179 setWrapper(Format.ID_BYTE, Format.ID_BYTE_W);
180 setWrapper(Format.ID_SHORT, Format.ID_SHORT_W);
181 setWrapper(Format.ID_INT, Format.ID_INT_W);
182 setWrapper(Format.ID_LONG, Format.ID_LONG_W);
183 setWrapper(Format.ID_FLOAT, Format.ID_FLOAT_W);
184 setWrapper(Format.ID_DOUBLE, Format.ID_DOUBLE_W);
185 setWrapper(Format.ID_CHAR, Format.ID_CHAR_W);
203 private void setWrapper(int primitiveId, int wrapperId) { method in class:SimpleCatalog
/macosx-10.9.5/WebCore-7537.78.1/accessibility/mac/
H A DAXObjectCacheMac.mm49 obj->setWrapper(0);
55 obj->setWrapper(wrapper.get());
/macosx-10.9.5/WebCore-7537.78.1/accessibility/atk/
H A DAccessibilityObjectAtk.cpp124 void AccessibilityObject::setWrapper(AccessibilityObjectWrapper* wrapper) function in class:WebCore::AccessibilityObject
H A DAXObjectCacheAtk.cpp46 obj->setWrapper(atkObj);
/macosx-10.9.5/WebCore-7537.78.1/accessibility/
H A DAccessibilityObject.h840 void setWrapper(AccessibilityObjectWrapper*);
843 void setWrapper(AccessibilityObjectWrapper* wrapper) function in class:WebCore::AccessibilityObject
H A DAccessibilityObject.cpp97 setWrapper(0);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DAccessibleBase.cpp65 m_object->setWrapper(this);

Completed in 288 milliseconds