Home
last modified time | relevance | path

Searched defs:pWnd (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/fpdfsdk/src/formfiller/
DFFL_TextField.cpp106 CPWL_Edit * pWnd = new CPWL_Edit(); in NewPDFWindow() local
153 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, TRUE)) in OnChar() local
196 if (CPWL_Edit* pWnd = (CPWL_Edit*)GetPDFWindow(pPageView, FALSE)) in SaveData() local
214 if (CPWL_Edit* pWnd = (CPWL_Edit*)GetPDFWindow(pPageView, FALSE)) in GetActionData() local
228 if (CPWL_Edit* pWnd = (CPWL_Edit*)GetPDFWindow(pPageView, FALSE)) in GetActionData() local
281 if (CPWL_Edit* pWnd = (CPWL_Edit*)GetPDFWindow(pPageView, FALSE)) in SaveState() local
292 if (CPWL_Edit* pWnd = (CPWL_Edit*)GetPDFWindow(pPageView, TRUE)) in RestoreState() local
321 void CFFL_TextField::OnSetFocus(CPWL_Wnd* pWnd) in OnSetFocus()
345 void CFFL_TextField::OnKillFocus(CPWL_Wnd* pWnd) in OnKillFocus()
DFFL_RadioButton.cpp25 CPWL_RadioButton* pWnd = new CPWL_RadioButton(); in NewPDFWindow() local
69 if (CPWL_RadioButton * pWnd = (CPWL_RadioButton*)GetPDFWindow(pPageView, TRUE)) in OnChar() local
85 if (CPWL_RadioButton * pWnd = (CPWL_RadioButton*)GetPDFWindow(pPageView, TRUE)) in OnLButtonUp() local
98 if (CPWL_RadioButton* pWnd = (CPWL_RadioButton*)GetPDFWindow(pPageView, FALSE)) in IsDataChanged() local
110 if (CPWL_RadioButton* pWnd = (CPWL_RadioButton*)GetPDFWindow(pPageView, FALSE)) in SaveData() local
DFFL_CheckBox.cpp25 CPWL_CheckBox* pWnd = new CPWL_CheckBox(); in NewPDFWindow() local
68 if (CPWL_CheckBox * pWnd = (CPWL_CheckBox*)GetPDFWindow(pPageView, TRUE)) in OnChar() local
85 if (CPWL_CheckBox * pWnd = (CPWL_CheckBox*)GetPDFWindow(pPageView, TRUE)) in OnLButtonUp() local
103 if (CPWL_CheckBox* pWnd = (CPWL_CheckBox*)GetPDFWindow(pPageView, FALSE)) in IsDataChanged() local
116 if (CPWL_CheckBox* pWnd = (CPWL_CheckBox*)GetPDFWindow(pPageView, FALSE)) in SaveData() local
DFFL_FormFiller.cpp35 CPWL_Wnd* pWnd = NULL; in ~CFFL_FormFiller() local
52 if (CPWL_Wnd* pWnd = this->GetPDFWindow(pPageView, FALSE)) in SetWindowRect() local
60 if (CPWL_Wnd* pWnd = this->GetPDFWindow(pPageView, FALSE)) in GetWindowRect() local
75 if (CPWL_Wnd* pWnd = this->GetPDFWindow(pPageView, FALSE)) in GetViewBBox() local
99 if (CPWL_Wnd * pWnd = GetPDFWindow(pPageView, FALSE)) in OnDraw() local
149 if (CPWL_Wnd * pWnd = GetPDFWindow(pPageView, TRUE)) in OnLButtonDown() local
166 if (CPWL_Wnd * pWnd = GetPDFWindow(pPageView, FALSE)) in OnLButtonUp() local
179 if (CPWL_Wnd * pWnd = GetPDFWindow(pPageView, FALSE)) in OnLButtonDblClk() local
195 if (CPWL_Wnd * pWnd = GetPDFWindow(pPageView, FALSE)) in OnMouseMove() local
208 if (CPWL_Wnd * pWnd = GetPDFWindow(pPageView, TRUE)) in OnMouseWheel() local
[all …]
DFFL_ComboBox.cpp76 CPWL_ComboBox * pWnd = new CPWL_ComboBox(); in NewPDFWindow() local
108 if (CPWL_ComboBox * pWnd = (CPWL_ComboBox*)GetPDFWindow(pPageView, FALSE)) in IsDataChanged() local
138 if (CPWL_ComboBox* pWnd = (CPWL_ComboBox*)GetPDFWindow(pPageView, FALSE)) in SaveData() local
346 void CFFL_ComboBox::OnSetFocus(CPWL_Wnd* pWnd) in OnSetFocus()
369 void CFFL_ComboBox::OnKillFocus(CPWL_Wnd* pWnd) in OnKillFocus()
DFFL_PushButton.cpp24 CPWL_PushButton* pWnd = new CPWL_PushButton(); in NewPDFWindow() local
DFFL_ListBox.cpp71 CPWL_ListBox* pWnd = new CPWL_ListBox(); in NewPDFWindow() local
DFFL_IFormFiller.cpp1149 …CPWL_Wnd* pWnd = pFormFiller->ResetPDFWindow(pData->pPageView, nValueAge == pData->pWidget->GetVal… in OnBeforeKeyStroke() local
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Wnd.cpp103 CPWL_MsgControl(CPWL_Wnd * pWnd) in CPWL_MsgControl()
160 void SetFocus(CPWL_Wnd * pWnd) in SetFocus()
182 if (CPWL_Wnd* pWnd = m_aKeyboardPath.GetAt(0)) in KillFocus() local
189 void SetCapture(CPWL_Wnd * pWnd) in SetCapture()
617 void CPWL_Wnd::AddChild(CPWL_Wnd * pWnd) in AddChild()
622 void CPWL_Wnd::RemoveChild(CPWL_Wnd * pWnd) in RemoveChild()
637 void CPWL_Wnd::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam) in OnNotify()
DPWL_Note.cpp182 void CPWL_Note_Edit::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam) in OnNotify()
549 void CPWL_Note_Contents::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam) in OnNotify()
1018 if (const CPWL_Wnd* pWnd = this->GetFocused()) in GetFocusedNoteItem() local
1098 void CPWL_NoteItem::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam) in OnNotify()
1241 if (const CPWL_Wnd* pWnd = this->GetFocused()) in RePosChildWnd() local
1583 void CPWL_Note::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam) in OnNotify()
DPWL_ComboBox.cpp604 void CPWL_ComboBox::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam) in OnNotify()
DPWL_ListBox.cpp359 void CPWL_ListBox::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam) in OnNotify()
DPWL_IconList.cpp449 void CPWL_IconList::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam) in OnNotify()
DPWL_EditCtrl.cpp84 void CPWL_EditCtrl::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam) in OnNotify()
DPWL_ScrollBar.cpp843 void CPWL_ScrollBar::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam) in OnNotify()