OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddTail
(Results
1 - 9
of
9
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
parser.h
82
DWORD
AddTail
(CHAR *sz);
dxtmpl.h
334
DXLISTPOS
AddTail
(ARG_TYPE newElement);
336
void
AddTail
(CDXList *pNewList);
502
DXLISTPOS CDXList<TYPE,ARG_TYPE>::
AddTail
(ARG_TYPE newElement) {
522
void CDXList<TYPE,ARG_TYPE>::
AddTail
(CDXList *pNewList) {
527
AddTail
(pNewList->GetNext(pos));
579
if(!position) return
AddTail
(newElement);
/external/pdfium/core/src/fxcrt/
fx_basic_list.cpp
17
FX_POSITION CFX_PtrList::
AddTail
(void* newElement) {
41
return
AddTail
(newElement);
/external/pdfium/fpdfsdk/src/
fsdk_actionhandler.cpp
110
list.
AddTail
(pDict);
141
list.
AddTail
(pDict);
186
list.
AddTail
(pDict);
233
list.
AddTail
(pDict);
269
list.
AddTail
(pDict);
311
list.
AddTail
(pDict);
/external/pdfium/xfa/src/fxfa/src/parser/
xfa_document_datamerger_imp.cpp
[
all
...]
xfa_layout_pagemgr_new.cpp
339
m_rgProposedContainerRecord.
AddTail
(pNewRecord);
397
m_rgProposedContainerRecord.
AddTail
(pNewRecord);
[
all
...]
xfa_layout_itemlayout.cpp
[
all
...]
/external/pdfium/core/include/fxcrt/
fx_basic.h
818
FX_POSITION
AddTail
(void* newElement);
/external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp
950
pClone->m_ObjectList.
AddTail
(pObj->Clone());
Completed in 303 milliseconds