Home
last modified time | relevance | path

Searched refs:pParentWnd (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Signature.cpp139 icp.pParentWnd = this; in CreateChildWnd()
146 acp.pParentWnd = this; in CreateChildWnd()
154 dcp.pParentWnd = this; in CreateChildWnd()
DPWL_Wnd.cpp214 if (m_sPrivateParam.pParentWnd) in Create()
215 m_sPrivateParam.pParentWnd->OnNotify(this, PNM_ADDCHILD); in Create()
264 if (m_sPrivateParam.pParentWnd) in Destroy()
265 m_sPrivateParam.pParentWnd->OnNotify(this, PNM_REMOVECHILD); in Destroy()
528 return m_sPrivateParam.pParentWnd; in GetParentWindow()
642 scp.pParentWnd = this; in CreateVScrollBar()
694 if (m_sPrivateParam.pParentWnd) in GetRootWnd()
695 return m_sPrivateParam.pParentWnd->GetRootWnd(); in GetRootWnd()
DPWL_Note.cpp61 tcp.pParentWnd = this; in CreateChildWnd()
364 ecp.pParentWnd = this; in CreateChildWnd()
392 icp.pParentWnd = this; in CreateSubItem()
608 scp.pParentWnd = this; in CreateChildWnd()
615 dcp.pParentWnd = this; in CreateChildWnd()
622 ccp.pParentWnd = this; in CreateChildWnd()
1223 acp.pParentWnd = this; in CreateChildWnd()
1230 ccp.pParentWnd = this; in CreateChildWnd()
1239 icp.pParentWnd = this; in CreateChildWnd()
1245 ocp.pParentWnd = this; in CreateChildWnd()
[all …]
DPWL_IconList.cpp78 lcp.pParentWnd = this; in CreateChildWnd()
144 icp.pParentWnd = this; in CreateChildWnd()
364 ccp.pParentWnd = this; in CreateChildWnd()
DPWL_ComboBox.cpp290 ecp.pParentWnd = this; in CreateEdit()
313 bcp.pParentWnd = this; in CreateButton()
330 lcp.pParentWnd = this; in CreateListBox()
DPWL_EditCtrl.cpp126 ecp.pParentWnd = this; in CreateEditCaret()
DPWL_ScrollBar.cpp833 scp.pParentWnd = this; in CreateButtons()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h224 pParentWnd(NULL), in PWL_CREATEPARAM()
247 CPWL_Wnd* pParentWnd; // ignore member
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_FormFiller.cpp295 cp.pParentWnd = NULL; in GetCreateParam()