Home | History | Annotate | Download | only in js

Lines Matching refs:JSCustomXPathNSResolver

27 #include "JSCustomXPathNSResolver.h"
42 PassRefPtr<JSCustomXPathNSResolver> JSCustomXPathNSResolver::create(JSC::ExecState* exec, JSC::JSValue value)
53 return adoptRef(new JSCustomXPathNSResolver(resolverObject, asJSDOMWindow(exec->dynamicGlobalObject())));
56 JSCustomXPathNSResolver::JSCustomXPathNSResolver(JSObject* customResolver, JSDOMWindow* globalObject)
62 JSCustomXPathNSResolver::~JSCustomXPathNSResolver()
66 String JSCustomXPathNSResolver::lookupNamespaceURI(const String& prefix)
87 RefPtr<JSCustomXPathNSResolver> selfProtector(this);