Home
last modified time | relevance | path

Searched refs:domWrapperType (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebCore/bindings/v8/
DV8GCController.cpp115 V8ClassIndex::V8WrapperType type = V8DOMWrapper::domWrapperType(wrapper); in enumerateDOMObjectMap()
126 V8ClassIndex::V8WrapperType type = V8DOMWrapper::domWrapperType(wrapper); in visitDOMWrapper()
185 V8ClassIndex::V8WrapperType type = V8DOMWrapper::domWrapperType(wrapper); in visitDOMWrapper()
372 V8ClassIndex::V8WrapperType type = V8DOMWrapper::domWrapperType(wrapper); in visitDOMWrapper()
DDOMData.h80 V8ClassIndex::V8WrapperType type = V8DOMWrapper::domWrapperType(v8Object); in visitDOMWrapper()
110 store->domData()->derefObject(V8DOMWrapper::domWrapperType(v8Object), domObject); in handleWeakObject()
DV8Collection.h66 ASSERT(V8DOMWrapper::domWrapperType(object) != V8ClassIndex::NODE); in getNamedPropertyOfCollection()
92 ASSERT(V8DOMWrapper::domWrapperType(object) != V8ClassIndex::NODE); in getIndexedPropertyOfCollection()
DV8DOMWrapper.cpp133 V8ClassIndex::V8WrapperType type = V8DOMWrapper::domWrapperType(wrapper); in setJSWrapperForDOMObject()
151 V8ClassIndex::V8WrapperType type = V8DOMWrapper::domWrapperType(wrapper); in setJSWrapperForActiveDOMObject()
249 V8ClassIndex::V8WrapperType V8DOMWrapper::domWrapperType(v8::Handle<v8::Object> object) in domWrapperType() function in WebCore::V8DOMWrapper
DV8DOMWrapper.h125 static V8ClassIndex::V8WrapperType domWrapperType(v8::Handle<v8::Object>);
/external/webkit/WebKit/chromium/src/
DWebBindings.cpp287 if (V8ClassIndex::RANGE != V8DOMWrapper::domWrapperType(v8object)) in getRangeImpl()
DWebDevToolsFrontendImpl.cpp358 if (V8DOMWrapper::domWrapperType(eventWrapper) != V8ClassIndex::MOUSEEVENT) in jsShowContextMenu()
/external/webkit/WebCore/
DChangeLog-2010-01-2988894 (WebCore::V8DOMWrapper::domWrapperType):
89059 (WebCore::V8DOMWrapper::domWrapperType):