Home
last modified time | relevance | path

Searched defs:SetAt (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/core/include/fxcrt/
Dfx_basic.h442 FX_BOOL SetAt(int nIndex, TYPE newElement) in SetAt() function
870 void SetAt(void* key, void* newValue) in SetAt() function
938 void SetAt(KeyType key, ValueType newValue) in SetAt() function
1008 void SetAt(FX_BSTR key, void* newValue) in SetAt() function
1153 void SetAt(FX_POSITION pos, void* newElement) in SetAt() function
/external/pdfium/fpdfsdk/include/javascript/
DJS_Object.h97 void SetAt(FX_UINT nIndex,CJS_Timer * pTimer) in SetAt() function
/external/pdfium/core/src/fxcrt/
Dfx_basic_maps.cpp523 void CFX_CMapByteStringToPtr::SetAt(FX_BSTR key, void* value) in SetAt() function in CFX_CMapByteStringToPtr
628 void CFX_CMapDWordToDWord::SetAt(FX_DWORD key, FX_DWORD value) in SetAt() function in CFX_CMapDWordToDWord
Dfx_basic_wstring.cpp538 void CFX_WideString::SetAt(FX_STRSIZE nIndex, FX_WCHAR ch) in SetAt() function in CFX_WideString
Dfx_xml_parser.cpp951 void CXML_AttrMap::SetAt(FX_BSTR space, FX_BSTR name, FX_WSTR value, IFX_Allocator* pAllocator) in SetAt() function in CXML_AttrMap
Dfx_basic_bstring.cpp923 void CFX_ByteString::SetAt(FX_STRSIZE nIndex, FX_CHAR ch) in SetAt() function in CFX_ByteString
/external/chromium_org/win8/metro_driver/
Dfile_picker.cc61 STDMETHOD(SetAt)(unsigned index, HSTRING item) { in STDMETHOD() argument
Dfile_picker_ash.cc59 STDMETHOD(SetAt)(unsigned index, HSTRING item) { in STDMETHOD() argument
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dttgsubtable.cpp26 void CFX_GlyphMap::SetAt(int key, int value) in SetAt() function in CFX_GlyphMap
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_objects.cpp528 void CPDF_Array::SetAt(FX_DWORD i, CPDF_Object* pObj, CPDF_IndirectObjects* pObjs) in SetAt() function in CPDF_Array
796 void CPDF_Dictionary::SetAt(FX_BSTR key, CPDF_Object* pObj, CPDF_IndirectObjects* pObjs) in SetAt() function in CPDF_Dictionary
/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp1698 void CPDF_VariableText_Iterator::SetAt(FX_INT32 nWordIndex) in SetAt() function in CPDF_VariableText_Iterator
1703 void CPDF_VariableText_Iterator::SetAt(const CPVT_WordPlace & place) in SetAt() function in CPDF_VariableText_Iterator
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp108 void CFX_Edit_Iterator::SetAt(FX_INT32 nWordIndex) in SetAt() function in CFX_Edit_Iterator
115 void CFX_Edit_Iterator::SetAt(const CPVT_WordPlace & place) in SetAt() function in CFX_Edit_Iterator