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

  /external/clang/unittests/AST/
CommentParser.cpp 126 StringRef ActualText = TC->getText();
127 if (ActualText != Text)
129 << "TextComment has text \"" << ActualText.str() << "\", "
147 StringRef ActualText = TC->getText();
148 if (ActualText != Text)
150 << "TextComment has text \"" << ActualText.str() << "\", "
587 StringRef ActualText = VLC->getText();
588 if (ActualText != Text)
590 << "VerbatimLineComment has text \"" << ActualText.str() << "\", "
    [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfStructureElementDictionary_autogen.cpp 175 SkString SkPdfStructureElementDictionary::ActualText(SkPdfNativeDoc* doc) {
176 SkPdfNativeObject* ret = get("ActualText", "");
184 return get("ActualText", "") != NULL;
SkPdfStructureElementDictionary_autogen.h     [all...]
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfStructureElementDictionary_autogen.cpp 175 SkString SkPdfStructureElementDictionary::ActualText(SkPdfNativeDoc* doc) {
176 SkPdfNativeObject* ret = get("ActualText", "");
184 return get("ActualText", "") != NULL;
SkPdfStructureElementDictionary_autogen.h     [all...]

Completed in 462 milliseconds