Searched defs:RemoveAt (Results 1 - 8 of 8) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_list.cpp54 void CFX_PtrList::RemoveAt(FX_POSITION position) { function in class:CFX_PtrList
H A Dfx_xml_parser.cpp804 void CXML_AttrMap::RemoveAt(const CFX_ByteStringC& space, function in class:CXML_AttrMap
813 m_pMap->RemoveAt(i);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DSubList.cs88 public void RemoveAt( int index ) method in class:Antlr.Runtime.JavaExtensions.SubList
311 void IList.RemoveAt( int index )
398 void IList<T>.RemoveAt( int index ) method in class:Antlr.Runtime.JavaExtensions.SubList
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_list.h202 void RemoveAt(int32_t nIndex) { function in class:CLST_ArrayTemplate
204 CFX_ArrayTemplate<TYPE>::RemoveAt(nIndex);
/external/pdfium/xfa/src/fwl/src/lightwidget/
H A Dcombobox.cpp44 int32_t CFWL_ComboBox::RemoveAt(int32_t iIndex) { function in class:CFWL_ComboBox
45 return m_comboBoxData.m_arrItem.RemoveAt(iIndex);
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_objects.cpp503 void CPDF_Array::RemoveAt(FX_DWORD i, int nCount) { function in class:CPDF_Array
514 m_Objects.RemoveAt(i, nCount);
718 void CPDF_Dictionary::RemoveAt(const CFX_ByteStringC& key) { function in class:CPDF_Dictionary
874 m_pDict->RemoveAt("Filter");
875 m_pDict->RemoveAt("DecodeParms");
/external/pdfium/core/src/fpdfdoc/
H A Dpdf_vt.h186 void RemoveAt(int nIndex) { function in class:CPVT_ArrayTemplate
188 CFX_ArrayTemplate<TYPE>::RemoveAt(nIndex);
230 m_Lines.RemoveAt(i);
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h301 FX_BOOL RemoveAt(int nIndex, int nCount);
419 FX_BOOL RemoveAt(int nIndex, int nCount = 1) { function in class:CFX_ArrayTemplate
420 return CFX_BasicArray::RemoveAt(nIndex, nCount);
536 void RemoveAt(int index) {
539 CFX_BasicArray::RemoveAt(index, 1);
833 void RemoveAt(FX_POSITION pos);

Completed in 338 milliseconds