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

  /external/pdfium/core/src/fxcrt/
fx_basic_list.cpp 54 void CFX_PtrList::RemoveAt(FX_POSITION position) {
fx_xml_parser.cpp 804 void CXML_AttrMap::RemoveAt(const CFX_ByteStringC& space,
813 m_pMap->RemoveAt(i);
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_list.h 202 void RemoveAt(int32_t nIndex) {
204 CFX_ArrayTemplate<TYPE>::RemoveAt(nIndex);
  /external/pdfium/xfa/src/fwl/src/lightwidget/
combobox.cpp 44 int32_t CFWL_ComboBox::RemoveAt(int32_t iIndex) {
45 return m_comboBoxData.m_arrItem.RemoveAt(iIndex);
  /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/fpdfdoc/
pdf_vt.h 186 void RemoveAt(int nIndex) {
188 CFX_ArrayTemplate<TYPE>::RemoveAt(nIndex);
230 m_Lines.RemoveAt(i);
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_objects.cpp 503 void CPDF_Array::RemoveAt(FX_DWORD i, int nCount) {
514 m_Objects.RemoveAt(i, nCount);
718 void CPDF_Dictionary::RemoveAt(const CFX_ByteStringC& key) {
874 m_pDict->RemoveAt("Filter");
875 m_pDict->RemoveAt("DecodeParms");
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_basic.h 301 FX_BOOL RemoveAt(int nIndex, int nCount);
419 FX_BOOL RemoveAt(int nIndex, int nCount = 1) {
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 1032 milliseconds