Home
last modified time | relevance | path

Searched refs:JSDOMWrapperWithGlobalPointer (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
DJSDOMBinding.h54 class JSDOMWrapperWithGlobalPointer : public JSDOMWrapper {
73 JSDOMWrapperWithGlobalPointer(JSC::Structure* structure, JSDOMGlobalObject* globalObject) in JSDOMWrapperWithGlobalPointer() function
84 class DOMConstructorObject : public JSDOMWrapperWithGlobalPointer {
92 …s = JSC::ImplementsHasInstance | JSC::OverridesMarkChildren | JSDOMWrapperWithGlobalPointer::Struc…
94 : JSDOMWrapperWithGlobalPointer(structure, globalObject) in DOMConstructorObject()
/external/webkit/Source/WebCore/
DChangeLog10017 Remove JSDOMWrapperWithGlobalPointer now that all JSDOMWrappers have global objects
10322 (WebCore::JSDOMWrapperWithGlobalPointer::globalObject):
10323 (WebCore::JSDOMWrapperWithGlobalPointer::scriptExecutionContext):
10324 (WebCore::JSDOMWrapperWithGlobalPointer::createStructure):
10325 (WebCore::JSDOMWrapperWithGlobalPointer::JSDOMWrapperWithGlobalPointer):
10356 (WebCore::JSDOMWrapperWithGlobalPointer::globalObject):
10357 (WebCore::JSDOMWrapperWithGlobalPointer::scriptExecutionContext):
10358 (WebCore::JSDOMWrapperWithGlobalPointer::createStructure):
10359 (WebCore::JSDOMWrapperWithGlobalPointer::JSDOMWrapperWithGlobalPointer):
10369 Remove JSDOMWrapperWithGlobalPointer now that all JSDOMWrappers have global objects
[all …]