Searched refs:InsertAt (Results 1 - 22 of 22) sorted by relevance

/external/pdfium/fpdfsdk/src/
H A Dfpdf_transformpage.cpp122 pContentArray->InsertAt(0, pRef);
136 pContentArray->InsertAt(0, pRef);
297 pContentArray->InsertAt(0, pRef);
309 pContentArray->InsertAt(0, pRef);
H A Dfsdk_annothandler.cpp932 m_pIteratorAnnotList.InsertAt(0, pReaderAnnot);
/external/v8/src/
H A Dzone.h207 INLINE(void InsertAt(int index, const T& element, Zone* zone)) {
208 List<T, ZoneAllocationPolicy>::InsertAt(index, element,
H A Dlist.h98 void InsertAt(int index, const T& element,
H A Dlist-inl.h92 void List<T, P>::InsertAt(int index, const T& elm, P alloc) { function in class:v8::internal::List
H A Dlithium-allocator.cc1654 unhandled_live_ranges_.InsertAt(i + 1, range, zone());
1660 unhandled_live_ranges_.InsertAt(0, range, zone());
H A Dhydrogen.cc371 dominated_blocks_.InsertAt(index, block, zone());
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h372 FX_BOOL InsertAt(int nStartIndex, const CFX_BasicArray* pNewArray);
511 FX_BOOL InsertAt(int nIndex, TYPE newElement, int nCount = 1) function in class:CFX_ArrayTemplate
527 FX_BOOL InsertAt(int nStartIndex, const CFX_BasicArray* pNewArray) function in class:CFX_ArrayTemplate
529 return CFX_BasicArray::InsertAt(nStartIndex, pNewArray);
1521 m_DataLists.InsertAt(iFind, list);
/external/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h528 this->InsertAt(m+1, temp);
548 this->InsertAt(m, temp);
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_array.cpp118 FX_BOOL CFX_BasicArray::InsertAt(int nStartIndex, const CFX_BasicArray* pNewArray)
/external/pdfium/core/src/fpdftext/
H A Dfpdf_text.cpp172 m_BaseLines.InsertAt(i, pBaseLine);
535 m_TextList.InsertAt(i, pText);
H A Dfpdf_text_int.cpp1426 m_LineObj.InsertAt(i + 1, Obj);
1432 m_LineObj.InsertAt(0, Obj);
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_objects.h345 void InsertAt(FX_DWORD index, CPDF_Object* pObj, CPDF_IndirectObjects* pObjs = NULL);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_annot.cpp38 pAnnots->InsertAt(i, pAction);
H A Ddoc_formfield.cpp1025 pArray->InsertAt(i, pNum);
H A Ddoc_vt.cpp85 m_WordArray.InsertAt(nWordIndex, pWord);
1286 m_SectionArray.InsertAt(nSecIndex, pSection);
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_objects.cpp513 void CPDF_Array::InsertAt(FX_DWORD index, CPDF_Object* pObj, CPDF_IndirectObjects* pObjs) function in class:CPDF_Array
520 m_Objects.InsertAt(index, pObj);
H A Dfpdf_parser_parser.cpp379 CrossRefList.InsertAt(0, xrefpos);
395 XRefStreamList.InsertAt(0, pDict->GetInteger(FX_BSTRC("XRefStm")));
422 CrossRefList.InsertAt(0, xrefpos);
429 XRefStreamList.InsertAt(0, pDict->GetInteger(FX_BSTRC("XRefStm")));
3986 m_CrossOffset.InsertAt(0, m_dwXRefOffset);
4611 m_number_array.InsertAt(iNext, dwObjNum);
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_doc.cpp1068 pKidList->InsertAt(i, CPDF_Reference::Create(pDoc, pPage->GetObjNum()));
1129 pageList.InsertAt(iPage, pPageDict->GetObjNum());
H A Dfpdf_edit_create.cpp1470 m_NewObjNumArray.InsertAt(iFind, objbum);
/external/v8/src/compiler/
H A Dregister-allocator.cc1683 unhandled_live_ranges_.InsertAt(i + 1, range, zone());
1689 unhandled_live_ranges_.InsertAt(0, range, zone());
/external/pdfium/core/src/reflow/
H A Dlayoutprocessor_reflow.cpp1035 tempArray.InsertAt(j, pData);

Completed in 471 milliseconds