Searched defs:textContent (Results 1 – 5 of 5) sorted by relevance
33 std::wstring textContent; in ToWideString() local
55 public FreeTextAnnotation(@NonNull RectF bounds, @NonNull String textContent) { in FreeTextAnnotation()
117 void SetTextContent(std::wstring textContent) { text_content_ = textContent; } in SetTextContent()
655 std::wstring textContent = L"Hello World"; in TEST() local694 std::wstring textContent = L"Hello World"; in TEST() local
415 private static Element createElementWithText(Document doc, String tagName, String textContent) { in createElementWithText()