OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_Kids
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fpdfdoc/
tagged_int.h
18
return
m_Kids
.GetSize();
22
return (CPDF_StructElement*)
m_Kids
.GetAt(i);
32
CFX_ArrayTemplate<CPDF_StructElementImpl*>
m_Kids
;
58
return
m_Kids
.GetSize();
62
return
m_Kids
.GetData()[index];
86
CFX_ArrayTemplate<CPDF_StructKid>
m_Kids
;
doc_tagged.cpp
53
for (int i = 0; i <
m_Kids
.GetSize(); i ++)
54
if (
m_Kids
[i]) {
55
m_Kids
[i]->Release();
73
m_Kids
.Add(pStructElementImpl);
86
m_Kids
.Add(pStructElementImpl);
108
m_Kids
.SetSize(dwKids);
110
m_Kids
[i] = NULL;
157
for (int i = 0; i < pParentElement->
m_Kids
.GetSize(); i ++) {
158
if (pParentElement->
m_Kids
[i].m_Type != CPDF_StructKid::Element) {
161
if (pParentElement->
m_Kids
[i].m_Element.m_pDict != pDict) {
[
all
...]
Completed in 35 milliseconds