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

  /external/webkit/Source/WebCore/editing/
SetNodeAttributeCommand.h 47 QualifiedName m_attribute; member in class:WebCore::SetNodeAttributeCommand
  /external/webkit/Source/WebCore/dom/
Attr.h 49 const AtomicString& value() const { return m_attribute->value(); }
53 Attribute* attr() const { return m_attribute.get(); }
54 const QualifiedName& qualifiedName() const { return m_attribute->name(); }
59 CSSStyleDeclaration* style() { return m_attribute->style(); }
91 RefPtr<Attribute> m_attribute; member in class:WebCore::Attr
  /frameworks/media/libvideoeditor/vss/common/inc/
M4DA_Types.h 193 M4OSA_UInt8 m_attribute; /**< RAP information & AU corrupted */ member in struct:__anon15883
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java 733 private AVT m_attribute; field in class:ElemLiteralResult.Attribute
740 m_attribute = avt;
770 return new Attribute(m_attribute, m_owner);
827 return m_attribute.getName();
838 String uri = m_attribute.getURI();
859 String uri = m_attribute.getURI();
883 return m_attribute.getSimpleString();
914 String uri = m_attribute.getURI();
915 String rawName = m_attribute.getRawName();
1046 return m_attribute.getName();
    [all...]
  /external/webkit/Source/WebCore/css/
CSSSelector.h 236 bool hasAttribute() const { return m_match == Id || m_match == Class || (m_hasRareData && m_data.m_rareData->m_attribute != anyQName()); }
300 QualifiedName m_attribute; // used for attribute selector member in struct:WebCore::CSSSelector::RareData

Completed in 421 milliseconds