Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcscript_eventpseudomodel.h20 NewText, enumerator
46 void NewText(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
Dcscript_eventpseudomodel.cpp90 case XFA_Event::NewText: in Property()
153 void CScript_EventPseudoModel::NewText(CFXJSE_Value* pValue, in NewText() function in CScript_EventPseudoModel
156 Property(pValue, XFA_Event::NewText, bSetting); in NewText()
Dxfa_basic_data_element_script.cpp1491 (XFA_ATTRIBUTE_CALLBACK)&CScript_EventPseudoModel::NewText, -1,
/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.cpp835 XMLText* text = doc->NewText( Value() ); // fixme: this will always allocate memory. Intern? in ShallowClone()
1481 XMLText* XMLDocument::NewText( const char* str ) in NewText() function in XMLDocument
Dtinyxml2.h1139 XMLText* NewText( const char* text );