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

  /external/chromium_org/third_party/libjingle/source/talk/xmllite/
xmlnsstack.h 51 std::pair<std::string, bool> PrefixForNs(const std::string& ns, bool isAttr);
52 std::pair<std::string, bool> AddNewPrefix(const std::string& ns, bool isAttr);
53 std::string FormatQName(const QName & name, bool isAttr);
xmlparser.h 52 virtual QName ResolveQName(const char * qname, bool isAttr) = 0;
92 virtual QName ResolveQName(const char * qname, bool isAttr);
xmlnsstack.cc 93 bool isattr) {
98 if (isattr ? ns == STR_EMPTY : PrefixMatchesNs(STR_EMPTY, ns))
105 (!isattr || !pos->empty()) && PrefixMatchesNs(*pos, ns))
112 std::string XmlnsStack::FormatQName(const QName& name, bool isAttr) {
113 std::string prefix(PrefixForNs(name.Namespace(), isAttr).first);
173 bool isAttr) {
174 if (PrefixForNs(ns, isAttr).second)
xmlparser.cc 223 XmlParser::ParseContext::ResolveQName(const char* qname, bool isAttr) {
234 if (isAttr)
  /external/chromium_org/third_party/webrtc/libjingle/xmllite/
xmlnsstack.h 34 std::pair<std::string, bool> PrefixForNs(const std::string& ns, bool isAttr);
35 std::pair<std::string, bool> AddNewPrefix(const std::string& ns, bool isAttr);
36 std::string FormatQName(const QName & name, bool isAttr);
xmlparser.h 35 virtual QName ResolveQName(const char * qname, bool isAttr) = 0;
75 virtual QName ResolveQName(const char * qname, bool isAttr);
xmlnsstack.cc 76 bool isattr) {
81 if (isattr ? ns == STR_EMPTY : PrefixMatchesNs(STR_EMPTY, ns))
88 (!isattr || !pos->empty()) && PrefixMatchesNs(*pos, ns))
95 std::string XmlnsStack::FormatQName(const QName& name, bool isAttr) {
96 std::string prefix(PrefixForNs(name.Namespace(), isAttr).first);
156 bool isAttr) {
157 if (PrefixForNs(ns, isAttr).second)
xmlparser.cc 206 XmlParser::ParseContext::ResolveQName(const char* qname, bool isAttr) {
217 if (isAttr)
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementRegistrationContext.cpp 126 element->setAttribute(HTMLNames::isAttr, type);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValue.h 179 bool isAttr() const { return m_primitiveUnitType == CSS_ATTR; }
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderCustom.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp     [all...]

Completed in 238 milliseconds