Searched refs:IsText (Results 1 – 16 of 16) sorted by relevance
109 if (pChild->IsText()) { in XmlElement()144 if (first_child_ && first_child_->IsText() && last_child_ == first_child_) { in BodyText()156 } else if (first_child_->IsText() && last_child_ == first_child_) { in SetBodyText()255 if (!pChild->IsText()) in FirstElement()264 if (!pChild->IsText()) in NextElement()273 if (!pChild->IsText() && pChild->AsElement()->Name().Namespace() == ns) in FirstWithNamespace()283 if (!pChild->IsText() && pChild->AsElement()->Name().Namespace() == ns) in NextWithNamespace()293 if (!pChild->IsText() && pChild->AsElement()->Name() == name) in FirstNamed()303 if (!pChild->IsText() && pChild->AsElement()->Name() == name) in FirstNamed()313 if (!pChild->IsText() && pChild->AsElement()->Name() == name) in NextNamed()[all …]
129 if (child->IsText()) { in PrintElement()
49 bool IsText() const { return IsTextImpl(); } in IsText() function
76 EXPECT_TRUE(pchild->IsText()); in TEST()
118 if (pChild->IsText()) { in XmlElement()157 if (pFirstChild_ && pFirstChild_->IsText() && pLastChild_ == pFirstChild_) { in BodyText()170 } else if (pFirstChild_->IsText() && pLastChild_ == pFirstChild_) { in SetBodyText()259 if (!pChild->IsText()) in FirstElement()269 if (!pChild->IsText()) in NextElement()279 if (!pChild->IsText() && pChild->AsElement()->Name().Namespace() == ns) in FirstWithNamespace()289 if (!pChild->IsText() && pChild->AsElement()->Name().Namespace() == ns) in NextWithNamespace()299 if (!pChild->IsText() && pChild->AsElement()->Name() == name) in FirstNamed()309 if (!pChild->IsText() && pChild->AsElement()->Name() == name) in NextNamed()329 if (!pChild->IsText() && pChild->AsElement()->Name() == name) in TextNamed()[all …]
134 if (pchild->IsText()) { in PrintElement()
55 bool IsText() const { return IsTextImpl(); } in IsText() function
228 if (child->IsText()) { in SendStanzaError()
543 if (!child->IsText() && in FindGroup()
350 …ADD_BOOLEAN_BITFIELD(isText, IsText); // Whether or not this object represents text with a non-zer…
1160 ADD_BOOLEAN_BITFIELD(isText, IsText);
1348 < if (pchild->IsText())1352 > if (pchild->IsText()) {
2380 virtual bool IsText();
2639 virtual bool IsText() V8_OVERRIDE;