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

  /external/webkit/Source/WebCore/bindings/scripts/test/JS/
JSTestInterface.cpp 133 return getDOMPrototype<JSTestInterface>(exec, globalObject);
JSTestMediaQueryListListener.cpp 119 return getDOMPrototype<JSTestMediaQueryListListener>(exec, globalObject);
JSTestSerializedScriptValueInterface.cpp 119 return getDOMPrototype<JSTestSerializedScriptValueInterface>(exec, globalObject);
JSTestObj.cpp 244 return getDOMPrototype<JSTestObj>(exec, globalObject);
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
JSDOMBinding.h 143 template<class WrapperClass> inline JSC::JSObject* getDOMPrototype(JSC::ExecState* exec, JSC::JSGlobalObject* globalObject)

Completed in 35 milliseconds