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

/external/webkit/WebCore/xml/
H A DNativeXPathNSResolver.cpp46 String NativeXPathNSResolver::lookupNamespaceURI(const String& prefix) function in class:WebCore::NativeXPathNSResolver
48 // This is not done by Node::lookupNamespaceURI as per the DOM3 Core spec,
53 return m_node ? m_node->lookupNamespaceURI(prefix) : String();
H A DXPathNSResolver.idl24 [ConvertNullStringTo=Null] DOMString lookupNamespaceURI(in DOMString prefix);
H A DXPathNSResolver.h41 virtual String lookupNamespaceURI(const String& prefix) = 0;
H A DNativeXPathNSResolver.h42 virtual String lookupNamespaceURI(const String& prefix);
/external/webkit/WebCore/bindings/objc/
H A DDOMCustomXPathNSResolver.mm45 String DOMCustomXPathNSResolver::lookupNamespaceURI(const String& prefix)
50 namespaceURI = [m_customResolver lookupNamespaceURI:prefix];
H A DDOMCustomXPathNSResolver.h45 virtual String lookupNamespaceURI(const String& prefix);
H A DDOMXPath.mm59 - (NSString *)lookupNamespaceURI:(NSString *)prefix
61 return IMPL->lookupNamespaceURI(prefix);
H A DPublicDOMInterfaces.h303 - (NSString *)lookupNamespaceURI:(NSString *)prefix AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
1251 - (NSString *)lookupNamespaceURI:(NSString *)prefix;
/external/webkit/WebCore/bindings/v8/custom/
H A DV8CustomXPathNSResolver.cpp56 String V8CustomXPathNSResolver::lookupNamespaceURI(const String& prefix) function in class:WebCore::V8CustomXPathNSResolver
67 v8::Handle<v8::String> lookupNamespaceURIName = v8::String::New("lookupNamespaceURI");
69 // Check if the resolver has a function property named lookupNamespaceURI.
71 v8::Handle<v8::Value> lookupNamespaceURI = m_resolver->Get(lookupNamespaceURIName); local
72 if (lookupNamespaceURI->IsFunction())
73 lookupNamespaceURIFunc = v8::Handle<v8::Function>::Cast(lookupNamespaceURI);
78 logInfo(frame, "XPathNSResolver does not have a lookupNamespaceURI method.", String());
H A DV8CustomXPathNSResolver.h55 virtual String lookupNamespaceURI(const String& prefix);
/external/webkit/WebCore/bindings/js/
H A DJSCustomXPathNSResolver.h52 virtual String lookupNamespaceURI(const String& prefix);
H A DJSCustomXPathNSResolver.cpp66 String JSCustomXPathNSResolver::lookupNamespaceURI(const String& prefix) function in class:WebCore::JSCustomXPathNSResolver
74 JSValue function = m_customResolver->get(exec, Identifier(exec, "lookupNamespaceURI"));
81 m_globalObject->impl()->console()->addMessage(JSMessageSource, LogMessageType, ErrorMessageLevel, "XPathNSResolver does not have a lookupNamespaceURI method.", 0, String());
/external/webkit/WebCore/dom/
H A DNode.idl105 [ConvertNullStringTo=Null] DOMString lookupNamespaceURI(in [ConvertNullToNullString] DOMString prefix);
H A DNode.cpp1860 String Node::lookupNamespaceURI(const String &prefix) const function in class:WebCore::Node
1895 return ancestor->lookupNamespaceURI(prefix);
1900 return de->lookupNamespaceURI(prefix);
1911 return attr->ownerElement()->lookupNamespaceURI(prefix);
1917 return ancestor->lookupNamespaceURI(prefix);
1927 if (originalElement->lookupNamespaceURI(prefix()) == _namespaceURI)
1938 originalElement->lookupNamespaceURI(attr->localName()) == _namespaceURI)
H A DNode.h153 String lookupNamespaceURI(const String& prefix) const;
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 160 milliseconds