HomeSort by relevance Sort by last modified time
    Searched refs:IsText (Results 1 - 13 of 13) 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/pdfium/core/fpdfapi/page/
cpdf_pageobject.cpp 13 bool CPDF_PageObject::IsText() const {
cpdf_pageobject.h 36 virtual bool IsText() const;
cpdf_textobject.h 34 bool IsText() const override;
cpdf_textobject.cpp 120 bool CPDF_TextObject::IsText() const {
  /external/webrtc/webrtc/libjingle/xmpp/
xmppengineimpl_iq.cc 211 if (child->IsText()) {
rostermoduleimpl.cc 522 if (!child->IsText() &&
  /external/pdfium/core/fpdftext/
cpdf_textpage.cpp 529 if (!pPageObj->IsText())
591 if (pObj->IsText()) {
619 if (pPageObj->IsText())
    [all...]
  /external/v8/src/regexp/
regexp-ast.h 355 bool IsText() override;
  /external/pdfium/fpdfsdk/javascript/
Document.cpp     [all...]

Completed in 493 milliseconds