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

  /external/chromium/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 98 XmlnsStack::PrefixForNs(const std::string & ns, bool isattr) {
103 if (isattr ? ns == STR_EMPTY : PrefixMatchesNs(STR_EMPTY, ns))
110 (!isattr || !pos->empty()) && PrefixMatchesNs(*pos, ns))
118 XmlnsStack::FormatQName(const QName & name, bool isAttr) {
119 std::string prefix(PrefixForNs(name.Namespace(), isAttr).first);
182 XmlnsStack::AddNewPrefix(const std::string & ns, bool isAttr) {
183 if (PrefixForNs(ns, isAttr).second)
xmlparser.cc 234 XmlParser::ParseContext::ResolveQName(const char *qname, bool isAttr) {
246 if (isAttr) {
  /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 224 XmlParser::ParseContext::ResolveQName(const char* qname, bool isAttr) {
235 if (isAttr)
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementRegistrationContext.cpp 123 element->setAttribute(HTMLNames::isAttr, type);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValue.h 160 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 136 milliseconds