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

  /external/chromium_org/win8/metro_driver/
file_picker.cc 41 STDMETHOD(GetAt)(unsigned index, HSTRING* item) {
399 hr = files->GetAt(i, file.GetAddressOf());
file_picker_ash.cc 39 STDMETHOD(GetAt)(unsigned index, HSTRING* item) {
337 hr = files->GetAt(i, file.GetAddressOf());
  /external/pdfium/core/include/fxcrt/
fx_string.h 118 FX_BYTE GetAt(FX_STRSIZE index) const
262 FX_BYTE GetAt(FX_STRSIZE nIndex) const
547 FX_WCHAR GetAt(FX_STRSIZE index) const
673 FX_WCHAR GetAt(FX_STRSIZE nIndex) const
fx_basic.h 434 const TYPE GetAt(int nIndex) const
704 void* GetAt(int index) const;
761 return *(ElementType*)CFX_BaseSegmentedArray::GetAt(index);
1138 void* GetAt(FX_POSITION rPosition) const
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_array.cpp 195 return GetAt(m_DataSize ++);
326 void* CFX_BaseSegmentedArray::GetAt(int index) const
344 FX_BYTE* pSrc = (FX_BYTE*)GetAt(i + count);
345 FX_BYTE* pDest = (FX_BYTE*)GetAt(i);
fx_xml_parser.cpp 176 if (str.GetAt(i) != m_pBuffer[m_dwIndex ++]) {
651 ChildType type = (ChildType)(FX_UINTPTR)m_Children.GetAt(i);
653 CXML_Content* content = (CXML_Content*)m_Children.GetAt(i + 1);
660 CXML_Element* child = (CXML_Element*)m_Children.GetAt(i + 1);
758 CXML_AttrItem& item = m_AttrMap.GetAt(index);
769 CXML_AttrItem& item = m_AttrMap.GetAt(index);
856 return (ChildType)(FX_UINTPTR)m_Children.GetAt(index);
862 (ChildType)(FX_UINTPTR)m_Children.GetAt(index) != Content) {
865 CXML_Content* pContent = (CXML_Content*)m_Children.GetAt(index + 1);
875 (ChildType)(FX_UINTPTR)m_Children.GetAt(index) != Content) {
    [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_list.h 211 TYPE GetAt(FX_INT32 nIndex) const { if (nIndex >= 0 && nIndex < CFX_ArrayTemplate<TYPE>::GetSize()) return CFX_ArrayTemplate<TYPE>::GetAt(nIndex); return NULL;}
fxet_edit.h 114 delete m_LineRects.GetAt(i);
128 m_LineRects.Add(rects.GetAt(i));
144 CFX_Edit_LineRect * GetAt(FX_INT32 nIndex) const
149 return m_LineRects.GetAt(nIndex);
170 delete m_Rects.GetAt(i);
179 if (CPDF_Rect * pRect = m_Rects.GetAt(i))
191 CPDF_Rect * GetAt(FX_INT32 nIndex) const
196 return m_Rects.GetAt(nIndex);
795 const CPVT_WordPlace & GetAt() const;
  /external/pdfium/fpdfsdk/include/javascript/
JS_Object.h 92 delete m_Array.GetAt(i);
103 if (JS_TIMER_MAP * pMap = m_Array.GetAt(i))
117 CJS_Timer * GetAt(FX_UINT nIndex)
123 if (JS_TIMER_MAP * pMap = m_Array.GetAt(i))
135 delete m_Array.GetAt(i);
147 if (JS_TIMER_MAP * pMap = m_Array.GetAt(i))
258 if (CJS_Timer * pTimer = m_sTimeMap.GetAt(idEvent))
Field.h 57 delete m_Data.GetAt(i);
71 CFX_WideString GetAt(int i) const
73 return *m_Data.GetAt(i);
  /external/pdfium/fpdfsdk/src/javascript/
JS_GlobalData.cpp 29 CJS_KeyValue* pOldObjData = array.GetAt(i);
90 CJS_KeyValue* CJS_GlobalVariableArray::GetAt(int index) const
92 return array.GetAt(index);
98 delete array.GetAt(i);
136 delete m_arrayGlobalData.GetAt(i);
149 CJS_GlobalData_Element* pTemp = m_arrayGlobalData.GetAt(i);
167 return m_arrayGlobalData.GetAt(nFind);
333 delete m_arrayGlobalData.GetAt(nFind);
346 CJS_GlobalData_Element* CJS_GlobalData::GetAt(int index) const
348 return m_arrayGlobalData.GetAt(index);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxtmpl.h 95 TYPE GetAt(int nIndex) const;
126 inline TYPE CDXArray<TYPE,ARG_TYPE>::GetAt(int nIndex) const { _ASSERT((nIndex >= 0 && nIndex < m_nSize)); return m_pData[nIndex]; }
142 inline TYPE CDXArray<TYPE,ARG_TYPE>::operator[](int nIndex) const { return GetAt(nIndex); }
286 InsertAt(nStartIndex,pNewArray->GetAt(0),pNewArray->GetSize());
288 SetAt(nStartIndex + i,pNewArray->GetAt(i));
344 TYPE &GetAt(DXLISTPOS position);
345 TYPE GetAt(DXLISTPOS position) const;
413 inline TYPE &CDXList<TYPE,ARG_TYPE>::GetAt(DXLISTPOS position) {
419 inline TYPE CDXList<TYPE,ARG_TYPE>::GetAt(DXLISTPOS position) const {
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 202 TYPE GetAt(int nIndex) const
205 return CFX_ArrayTemplate<TYPE>::GetAt(nIndex);
240 CLine * GetAt(FX_INT32 nIndex) const
242 return m_Lines.GetAt(nIndex);
251 delete GetAt(i);
266 if (CLine * pLine = GetAt(m_nTotal)) {
275 delete GetAt(i);
635 const CPVT_WordPlace & GetAt() const
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 705 CPDF_Annot* GetAt(int index)
707 return (CPDF_Annot*)m_AnnotList.GetAt(index);
1126 return (CPDF_FormControl*)m_ControlList.GetAt(index);
    [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 122 const CPVT_WordPlace & CFX_Edit_Iterator::GetAt() const
126 return m_pVTIterator->GetAt();
224 if (CFX_Edit_LineRect * pOldRect = m_OldLineRects.GetAt(i))
230 if (CFX_Edit_LineRect * pNewRect = m_NewLineRects.GetAt(i))
246 CFX_Edit_LineRect * pOldRect = m_OldLineRects.GetAt(i);
247 CFX_Edit_LineRect * pNewRect = m_NewLineRects.GetAt(i);
373 IFX_Edit_UndoItem * pItem = m_UndoItemStack.GetAt(m_nCurUndoPos-1);
398 IFX_Edit_UndoItem * pItem = m_UndoItemStack.GetAt(m_nCurUndoPos);
447 return m_UndoItemStack.GetAt(nIndex);
456 IFX_Edit_UndoItem* pItem = m_UndoItemStack.GetAt(0);
    [all...]

Completed in 475 milliseconds