HomeSort by relevance Sort by last modified time
    Searched defs:RemoveAt (Results 1 - 11 of 11) sorted by null

  /external/pdfium/core/src/fxcrt/
fx_basic_list.cpp 58 void CFX_PtrList::RemoveAt(FX_POSITION position)
fx_xml_parser.cpp 815 void CXML_AttrMap::RemoveAt(FX_BSTR space, FX_BSTR name)
823 m_pMap->RemoveAt(i);
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_list.h 213 void RemoveAt(FX_INT32 nIndex){if (nIndex >= 0 && nIndex < CFX_ArrayTemplate<TYPE>::GetSize()) CFX_ArrayTemplate<TYPE>::RemoveAt(nIndex);}
  /external/pdfium/fpdfsdk/include/javascript/
JS_Object.h 134 void RemoveAt(FX_UINT nIndex)
141 m_Array.RemoveAt(i);
207 GetTimeMap().RemoveAt(m_nTimerID);
  /ndk/sources/android/crazy_linker/src/
crazy_linker_util.h 160 RemoveAt(0);
173 RemoveAt(index);
178 void RemoveAt(int index);
223 void Vector<T>::RemoveAt(int index) {
296 items_.RemoveAt(idx);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msputils.h 63 return RemoveAt(nIndex);
65 WINBOOL RemoveAt(int nIndex) {
dxtmpl.h 107 void RemoveAt(int nIndex,int nCount = 1);
268 void CDXArray<TYPE,ARG_TYPE>::RemoveAt(int nIndex,int nCount) {
347 void RemoveAt(DXLISTPOS position);
596 void CDXList<TYPE,ARG_TYPE>::RemoveAt(DXLISTPOS position) {
authif.h 93 DWORD (WINAPI *RemoveAt)(struct _RADIUS_ATTRIBUTE_ARRAY *This,DWORD dwIndex);
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_objects.cpp 486 void CPDF_Array::RemoveAt(FX_DWORD i)
495 m_Objects.RemoveAt(i);
767 void CPDF_Dictionary::RemoveAt(FX_BSTR key)
932 m_pDict->RemoveAt(FX_BSTRC("Filter"));
933 m_pDict->RemoveAt(FX_BSTRC("DecodeParms"));
    [all...]
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 211 void RemoveAt(int nIndex)
214 CFX_ArrayTemplate<TYPE>::RemoveAt(nIndex);
273 m_Lines.RemoveAt(i);
  /external/pdfium/core/include/fxcrt/
fx_basic.h 370 FX_BOOL RemoveAt(int nIndex, int nCount);
522 FX_BOOL RemoveAt(int nIndex, int nCount = 1)
524 return CFX_BasicArray::RemoveAt(nIndex, nCount);
651 void RemoveAt(int index)
655 CFX_BasicArray::RemoveAt(index, 1);
1094 void RemoveAt(FX_POSITION pos);
    [all...]

Completed in 652 milliseconds