HomeSort by relevance Sort by last modified time
    Searched defs:m_localName (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
TagCollection.h 55 AtomicString m_localName;
QualifiedName.h 33 StringImpl* m_localName;
77 const AtomicString m_localName;
86 , m_localName(localName)
115 const AtomicString& localName() const { return m_impl->m_localName; }
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementDescriptor.h 50 , m_localName(localName)
61 const AtomicString& localName() const { return m_localName; }
68 bool isTypeExtension() const { return m_type != m_localName; }
80 && m_localName == other.m_localName
87 AtomicString m_localName;
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java 351 m_rawName = resultPrefix + ":" + m_localName;
353 m_rawName = m_localName;
457 private String m_localName;
467 m_localName = localName;
481 return m_localName;
519 int len=m_rawName.length()-m_localName.length()-1;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.cpp 124 : m_localName(localName)
159 parser->startElementNs(m_localName, m_prefix, m_uri,
165 AtomicString m_localName;
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 112 milliseconds