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

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_IconList.cpp 412 m_pListContent(NULL),
425 if (m_pListContent)
426 m_pListContent->Move(GetClientRect(), TRUE, FALSE);
431 m_pListContent = new CPWL_IconList_Content(m_nListCount);
436 m_pListContent->Create(ccp);
481 if (m_pListContent)
482 m_pListContent->SetScrollPos(CPDF_Point(0.0f,0.0f));
490 if (m_pListContent)
492 m_pListContent->SetScrollPos(CPDF_Point(0.0f, *(FX_FLOAT*)lParam));
493 m_pListContent->ResetFace()
    [all...]
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_IconList.h 124 CPWL_IconList_Content* m_pListContent;

Completed in 473 milliseconds