Home
last modified time | relevance | path

Searched refs:NewText (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcjx_eventpseudomodel.cpp96 Property(pValue, XFA_Event::NewText, bSetting); in newText()
224 case XFA_Event::NewText: in Property()
Dcjx_eventpseudomodel.h23 NewText, enumerator
/external/clang/lib/ARCMigrate/
DObjCMT.cpp2200 SmallString<512> NewText; in applyEditsToTemp() local
2201 llvm::raw_svector_ostream OS(NewText); in applyEditsToTemp()
2214 TmpOut.write(NewText.data(), NewText.size()); in applyEditsToTemp()
/external/tinyxml2/
Dtinyxml2.cpp1179 XMLText* text = doc->NewText( Value() ); // fixme: this will always allocate memory. Intern? in ShallowClone()
1594 XMLText* theText = GetDocument()->NewText( inText ); in SetText()
2110 XMLText* XMLDocument::NewText( const char* str ) in NewText() function in tinyxml2::XMLDocument
Dreadme.md94 be created by calling the appropriate XMLDocument::NewElement, NewText, etc.
Dtinyxml2.h1788 XMLText* NewText( const char* text );
Dxmltest.cpp485 sub[2]->InsertFirstChild( doc->NewText( "& Text!" )); in main()