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

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Wnd.cpp 242 m_sPrivateParam = cp;
244 OnCreate(m_sPrivateParam);
246 m_sPrivateParam.rcRectWnd.Normalize();
247 m_rcWindow = m_sPrivateParam.rcRectWnd;
252 if (m_sPrivateParam.pParentWnd)
253 m_sPrivateParam.pParentWnd->OnNotify(this, PNM_ADDCHILD);
255 PWL_CREATEPARAM ccp = m_sPrivateParam;
302 if (m_sPrivateParam.pParentWnd)
303 m_sPrivateParam.pParentWnd->OnNotify(this, PNM_REMOVECHILD);
309 FXSYS_memset(&m_sPrivateParam, 0, sizeof(PWL_CREATEPARAM));
    [all...]
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Wnd.h 456 PWL_CREATEPARAM m_sPrivateParam;

Completed in 33 milliseconds