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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8CustomXPathNSResolver.cpp63 v8::Handle<v8::Function> lookupNamespaceURIFunc; local
70 lookupNamespaceURIFunc = v8::Handle<v8::Function>::Cast(lookupNamespaceURI);
73 if (lookupNamespaceURIFunc.IsEmpty() && !m_resolver->IsFunction()) {
86 v8::Handle<v8::Function> function = lookupNamespaceURIFunc.IsEmpty() ? v8::Handle<v8::Function>::Cast(m_resolver) : lookupNamespaceURIFunc;

Completed in 144 milliseconds