HomeSort by relevance Sort by last modified time
    Searched refs:JSTestInterface (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/bindings/scripts/test/JS/
JSTestInterface.cpp 25 #include "JSTestInterface.h"
34 ASSERT_CLASS_FITS_IN_CELL(JSTestInterface);
133 return getDOMPrototype<JSTestInterface>(exec, globalObject);
136 const ClassInfo JSTestInterface::s_info = { "TestInterface", &DOMObjectWithGlobalPointer::s_info, &JSTestInterfaceTable, 0 };
138 JSTestInterface::JSTestInterface(NonNullPassRefPtr<Structure> structure, JSDOMGlobalObject* globalObject, PassRefPtr<TestInterface> impl)
145 JSObject* JSTestInterface::createPrototype(ExecState* exec, JSGlobalObject* globalObject)
150 bool JSTestInterface::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
152 return getStaticValueSlot<JSTestInterface, Base>(exec, &JSTestInterfaceTable, this, propertyName, slot);
155 bool JSTestInterface::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& des (…)
    [all...]
JSTestInterface.h 35 class JSTestInterface : public DOMObjectWithGlobalPointer {
38 JSTestInterface(NonNullPassRefPtr<JSC::Structure>, JSDOMGlobalObject*, PassRefPtr<TestInterface>);

Completed in 48 milliseconds