HomeSort by relevance Sort by last modified time
    Searched refs:m_aChildren (Results 1 - 5 of 5) sorted by null

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ListCtrl.cpp 50 if (nStart >= 0 && nStart < m_aChildren.GetSize())
60 for (int32_t i = 0, sz = m_aChildren.GetSize(); i < sz; i++) {
61 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) {
86 if (nStart - 1 >= 0 && nStart - 1 < m_aChildren.GetSize())
87 if (CPWL_Wnd* pChild = m_aChildren.GetAt(nStart - 1))
90 for (int32_t i = nStart, sz = m_aChildren.GetSize(); i < sz; i++) {
91 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) {
148 for (int32_t i = 0, sz = m_aChildren.GetSize(); i < sz; i++) {
149 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) {
167 for (int32_t i = 0, sz = m_aChildren.GetSize(); i < sz; i++)
    [all...]
PWL_Wnd.cpp 256 for (int32_t i = m_aChildren.GetSize() - 1; i >= 0; i--) {
257 if (CPWL_Wnd* pChild = m_aChildren[i]) {
272 m_aChildren.RemoveAll();
334 for (int32_t i = 0, sz = m_aChildren.GetSize(); i < sz; i++) {
335 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) {
371 for (int32_t i = 0, sz = m_aChildren.GetSize(); i < sz; i++) {
372 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) {
413 for (int32_t i = 0, sz = m_aChildren.GetSize(); i < sz; i++) { \
414 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) { \
430 for (int32_t i = 0, sz = m_aChildren.GetSize(); i < sz; i++) {
    [all...]
PWL_IconList.cpp 223 for (int32_t i = 0, sz = m_aChildren.GetSize(); i < sz; i++) {
224 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) {
301 if (nItemIndex >= 0 && nItemIndex < m_aChildren.GetSize()) {
302 if (CPWL_Wnd* pChild = m_aChildren.GetAt(nItemIndex)) {
337 for (int32_t i = 0, sz = m_aChildren.GetSize(); i < sz; i++) {
338 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) {
PWL_Note.cpp 398 pNoteItem->ResetSubjectName(m_aChildren.GetSize() - 1);
413 return m_aChildren.GetSize() - 1;
419 if (nIndex > 0 && nIndex < m_aChildren.GetSize()) {
420 if (CPWL_Wnd* pChild = m_aChildren.GetAt(nIndex)) {
439 for (int32_t i = nIndex, sz = m_aChildren.GetSize(); i < sz; i++) {
440 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) {
454 for (int32_t i = 0, sz = m_aChildren.GetSize(); i < sz; i++) {
455 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) {
480 for (int32_t i = nIndex + 1, sz = m_aChildren.GetSize(); i < sz; i++) {
481 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)
    [all...]
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Wnd.h 453 CFX_ArrayTemplate<CPWL_Wnd*> m_aChildren;

Completed in 38 milliseconds