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

  /external/webrtc/webrtc/libjingle/xmllite/
xmlelement.cc 92 if (pChild->IsText()) {
127 if (first_child_ && first_child_->IsText() && last_child_ == first_child_) {
139 } else if (first_child_->IsText() && last_child_ == first_child_) {
238 if (!pChild->IsText())
247 if (!pChild->IsText())
256 if (!pChild->IsText() && pChild->AsElement()->Name().Namespace() == ns)
266 if (!pChild->IsText() && pChild->AsElement()->Name().Namespace() == ns)
276 if (!pChild->IsText() && pChild->AsElement()->Name() == name)
286 if (!pChild->IsText() && pChild->AsElement()->Name() == name)
296 if (!pChild->IsText() && pChild->AsElement()->Name() == name
    [all...]
xmlprinter.cc 112 if (child->IsText()) {
xmlelement.h 32 bool IsText() const { return IsTextImpl(); }
xmlelement_unittest.cc 59 EXPECT_TRUE(pchild->IsText());
  /external/webrtc/webrtc/libjingle/xmpp/
xmppengineimpl_iq.cc 211 if (child->IsText()) {
rostermoduleimpl.cc 522 if (!child->IsText() &&
  /external/v8/src/regexp/
regexp-ast.h 355 bool IsText() override;

Completed in 91 milliseconds