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

  /external/webkit/Source/WebCore/css/
CSSNamespace.h 43 CSSNamespace* namespaceForPrefix(const AtomicString& prefix)
CSSStyleSheet.cpp 189 if (CSSNamespace* namespaceForPrefix = m_namespaces->namespaceForPrefix(prefix))
190 return namespaceForPrefix->uri;

Completed in 343 milliseconds