Searched refs:V8CustomXPathNSResolver (Results 1 – 16 of 16) sorted by relevance
46 PassRefPtrWillBeRawPtr<V8CustomXPathNSResolver> V8CustomXPathNSResolver::create(v8::Handle<v8::Obje… in create()48 return adoptRefWillBeNoop(new V8CustomXPathNSResolver(resolver, isolate)); in create()51 V8CustomXPathNSResolver::V8CustomXPathNSResolver(v8::Handle<v8::Object> resolver, v8::Isolate* isol… in V8CustomXPathNSResolver() function in blink::V8CustomXPathNSResolver57 AtomicString V8CustomXPathNSResolver::lookupNamespaceURI(const String& prefix) in lookupNamespaceURI()94 void V8CustomXPathNSResolver::trace(Visitor* visitor) in trace()
45 class V8CustomXPathNSResolver FINAL : public XPathNSResolver {47 …static PassRefPtrWillBeRawPtr<V8CustomXPathNSResolver> create(v8::Handle<v8::Object> resolver, v8:…54 V8CustomXPathNSResolver(v8::Handle<v8::Object> resolver, v8::Isolate*);
20 'V8CustomXPathNSResolver.cpp',21 'V8CustomXPathNSResolver.h',
695 resolver = V8CustomXPathNSResolver::create(value->ToObject(), isolate); in toXPathNSResolver()
234 third_party/WebKit/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.cpp \