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

  /external/webkit/Source/WebCore/bindings/js/
JSCustomXPathNSResolver.h 46 class JSCustomXPathNSResolver : public XPathNSResolver {
48 static PassRefPtr<JSCustomXPathNSResolver> create(JSC::ExecState*, JSC::JSValue);
50 virtual ~JSCustomXPathNSResolver();
55 JSCustomXPathNSResolver(JSC::JSObject*, JSDOMWindow*);
JSCustomXPathNSResolver.cpp 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)
    [all...]

Completed in 35 milliseconds