Searched refs:JSTestMediaQueryListListener (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/bindings/scripts/test/JS/
H A DJSTestMediaQueryListListener.cpp22 #include "JSTestMediaQueryListListener.h"
35 ASSERT_CLASS_FITS_IN_CELL(JSTestMediaQueryListListener);
119 return getDOMPrototype<JSTestMediaQueryListListener>(exec, globalObject);
132 const ClassInfo JSTestMediaQueryListListener::s_info = { "TestMediaQueryListListener", &DOMObjectWithGlobalPointer::s_info, &JSTestMediaQueryListListenerTable, 0 };
134 JSTestMediaQueryListListener::JSTestMediaQueryListListener(NonNullPassRefPtr<Structure> structure, JSDOMGlobalObject* globalObject, PassRefPtr<TestMediaQueryListListener> impl) function in class:WebCore::JSTestMediaQueryListListener
141 JSObject* JSTestMediaQueryListListener::createPrototype(ExecState* exec, JSGlobalObject* globalObject)
146 bool JSTestMediaQueryListListener::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
148 return getStaticValueSlot<JSTestMediaQueryListListener, Base>(exec, &JSTestMediaQueryListListenerTable, this, propertyName, slot);
151 bool JSTestMediaQueryListListener
[all...]
H A DJSTestMediaQueryListListener.h33 class JSTestMediaQueryListListener : public DOMObjectWithGlobalPointer { class in namespace:WebCore
36 JSTestMediaQueryListListener(NonNullPassRefPtr<JSC::Structure>, JSDOMGlobalObject*, PassRefPtr<TestMediaQueryListListener>);

Completed in 42 milliseconds