Home
last modified time | relevance | path

Searched defs:nFlags (Results 1 – 16 of 16) sorted by relevance

/external/pdfium/fpdfsdk/
Dcpdfsdk_annot.cpp29 Mask<FWL_EVENTFLAG> nFlags) { in OnMouseEnter()
35 Mask<FWL_EVENTFLAG> nFlags) { in OnMouseExit()
41 Mask<FWL_EVENTFLAG> nFlags, in OnLButtonDown()
48 Mask<FWL_EVENTFLAG> nFlags, in OnLButtonUp()
55 Mask<FWL_EVENTFLAG> nFlags, in OnLButtonDblClk()
62 Mask<FWL_EVENTFLAG> nFlags, in OnMouseMove()
69 Mask<FWL_EVENTFLAG> nFlags, in OnMouseWheel()
77 Mask<FWL_EVENTFLAG> nFlags, in OnRButtonDown()
84 Mask<FWL_EVENTFLAG> nFlags, in OnRButtonUp()
92 Mask<FWL_EVENTFLAG> nFlags) { in OnChar()
[all …]
Dcpdfsdk_baannot.cpp102 void CPDFSDK_BAAnnot::SetFlags(uint32_t nFlags) { in SetFlags()
200 uint32_t nFlags = GetFlags(); in IsVisible() local
295 void CPDFSDK_BAAnnot::OnMouseEnter(Mask<FWL_EVENTFLAG> nFlags) { in OnMouseEnter()
300 void CPDFSDK_BAAnnot::OnMouseExit(Mask<FWL_EVENTFLAG> nFlags) { in OnMouseExit()
305 bool CPDFSDK_BAAnnot::OnLButtonDown(Mask<FWL_EVENTFLAG> nFlags, in OnLButtonDown()
310 bool CPDFSDK_BAAnnot::OnLButtonUp(Mask<FWL_EVENTFLAG> nFlags, in OnLButtonUp()
315 bool CPDFSDK_BAAnnot::OnLButtonDblClk(Mask<FWL_EVENTFLAG> nFlags, in OnLButtonDblClk()
320 bool CPDFSDK_BAAnnot::OnMouseMove(Mask<FWL_EVENTFLAG> nFlags, in OnMouseMove()
325 bool CPDFSDK_BAAnnot::OnMouseWheel(Mask<FWL_EVENTFLAG> nFlags, in OnMouseWheel()
331 bool CPDFSDK_BAAnnot::OnRButtonDown(Mask<FWL_EVENTFLAG> nFlags, in OnRButtonDown()
[all …]
Dcpdfsdk_pageview.cpp326 bool CPDFSDK_PageView::OnFocus(Mask<FWL_EVENTFLAG> nFlags, in OnFocus()
338 bool CPDFSDK_PageView::OnLButtonDown(Mask<FWL_EVENTFLAG> nFlags, in OnLButtonDown()
356 bool CPDFSDK_PageView::OnLButtonUp(Mask<FWL_EVENTFLAG> nFlags, in OnLButtonUp()
368 bool CPDFSDK_PageView::OnLButtonDblClk(Mask<FWL_EVENTFLAG> nFlags, in OnLButtonDblClk()
386 bool CPDFSDK_PageView::OnRButtonDown(Mask<FWL_EVENTFLAG> nFlags, in OnRButtonDown()
402 bool CPDFSDK_PageView::OnRButtonUp(Mask<FWL_EVENTFLAG> nFlags, in OnRButtonUp()
418 bool CPDFSDK_PageView::OnMouseMove(Mask<FWL_EVENTFLAG> nFlags, in OnMouseMove()
447 Mask<FWL_EVENTFLAG> nFlags) { in EnterWidget()
454 Mask<FWL_EVENTFLAG> nFlags) { in ExitWidget()
471 bool CPDFSDK_PageView::OnMouseWheel(Mask<FWL_EVENTFLAG> nFlags, in OnMouseWheel()
[all …]
Dcpdfsdk_widget.cpp732 void CPDFSDK_Widget::OnMouseEnter(Mask<FWL_EVENTFLAG> nFlags) { in OnMouseEnter()
740 void CPDFSDK_Widget::OnMouseExit(Mask<FWL_EVENTFLAG> nFlags) { in OnMouseExit()
748 bool CPDFSDK_Widget::OnLButtonDown(Mask<FWL_EVENTFLAG> nFlags, in OnLButtonDown()
758 bool CPDFSDK_Widget::OnLButtonUp(Mask<FWL_EVENTFLAG> nFlags, in OnLButtonUp()
768 bool CPDFSDK_Widget::OnLButtonDblClk(Mask<FWL_EVENTFLAG> nFlags, in OnLButtonDblClk()
778 bool CPDFSDK_Widget::OnMouseMove(Mask<FWL_EVENTFLAG> nFlags, in OnMouseMove()
788 bool CPDFSDK_Widget::OnMouseWheel(Mask<FWL_EVENTFLAG> nFlags, in OnMouseWheel()
799 bool CPDFSDK_Widget::OnRButtonDown(Mask<FWL_EVENTFLAG> nFlags, in OnRButtonDown()
809 bool CPDFSDK_Widget::OnRButtonUp(Mask<FWL_EVENTFLAG> nFlags, in OnRButtonUp()
819 bool CPDFSDK_Widget::OnChar(uint32_t nChar, Mask<FWL_EVENTFLAG> nFlags) { in OnChar()
[all …]
Dcpdfsdk_interactiveform.cpp400 uint32_t nFlags = pWidget->GetFlags(); in DoAction_Hide() local
Dcpdfsdk_formfillenvironment.cpp772 bool CPDFSDK_FormFillEnvironment::KillFocusAnnot(Mask<FWL_EVENTFLAG> nFlags) { in KillFocusAnnot()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_widget.cpp291 void CPDFXFA_Widget::OnMouseEnter(Mask<FWL_EVENTFLAG> nFlags) { in OnMouseEnter()
297 void CPDFXFA_Widget::OnMouseExit(Mask<FWL_EVENTFLAG> nFlags) { in OnMouseExit()
303 bool CPDFXFA_Widget::OnLButtonDown(Mask<FWL_EVENTFLAG> nFlags, in OnLButtonDown()
310 bool CPDFXFA_Widget::OnLButtonUp(Mask<FWL_EVENTFLAG> nFlags, in OnLButtonUp()
317 bool CPDFXFA_Widget::OnLButtonDblClk(Mask<FWL_EVENTFLAG> nFlags, in OnLButtonDblClk()
324 bool CPDFXFA_Widget::OnMouseMove(Mask<FWL_EVENTFLAG> nFlags, in OnMouseMove()
331 bool CPDFXFA_Widget::OnMouseWheel(Mask<FWL_EVENTFLAG> nFlags, in OnMouseWheel()
340 bool CPDFXFA_Widget::OnRButtonDown(Mask<FWL_EVENTFLAG> nFlags, in OnRButtonDown()
347 bool CPDFXFA_Widget::OnRButtonUp(Mask<FWL_EVENTFLAG> nFlags, in OnRButtonUp()
354 bool CPDFXFA_Widget::OnChar(uint32_t nChar, Mask<FWL_EVENTFLAG> nFlags) { in OnChar()
[all …]
/external/pdfium/fpdfsdk/formfiller/
Dcffl_button.cpp32 Mask<FWL_EVENTFLAG> nFlags, in OnLButtonDown()
45 Mask<FWL_EVENTFLAG> nFlags, in OnLButtonUp()
56 Mask<FWL_EVENTFLAG> nFlags, in OnMouseMove()
Dcffl_radiobutton.cpp35 Mask<FWL_EVENTFLAG> nFlags) { in OnKeyDown()
47 Mask<FWL_EVENTFLAG> nFlags) { in OnChar()
73 Mask<FWL_EVENTFLAG> nFlags, in OnLButtonUp()
Dcffl_checkbox.cpp35 Mask<FWL_EVENTFLAG> nFlags) { in OnKeyDown()
47 Mask<FWL_EVENTFLAG> nFlags) { in OnChar()
84 Mask<FWL_EVENTFLAG> nFlags, in OnLButtonUp()
Dcffl_formfield.cpp89 Mask<FWL_EVENTFLAG> nFlags, in OnLButtonDown()
105 Mask<FWL_EVENTFLAG> nFlags, in OnLButtonUp()
117 Mask<FWL_EVENTFLAG> nFlags, in OnLButtonDblClk()
128 Mask<FWL_EVENTFLAG> nFlags, in OnMouseMove()
139 Mask<FWL_EVENTFLAG> nFlags, in OnMouseWheel()
150 Mask<FWL_EVENTFLAG> nFlags, in OnRButtonDown()
157 Mask<FWL_EVENTFLAG> nFlags, in OnRButtonUp()
164 Mask<FWL_EVENTFLAG> nFlags) { in OnKeyDown()
174 Mask<FWL_EVENTFLAG> nFlags) { in OnChar()
Dcffl_interactiveformfiller.cpp165 Mask<FWL_EVENTFLAG> nFlags, in OnLButtonDown()
205 Mask<FWL_EVENTFLAG> nFlags, in OnLButtonUp()
291 Mask<FWL_EVENTFLAG> nFlags, in OnLButtonDblClk()
300 Mask<FWL_EVENTFLAG> nFlags, in OnMouseMove()
309 Mask<FWL_EVENTFLAG> nFlags, in OnMouseWheel()
320 Mask<FWL_EVENTFLAG> nFlags, in OnRButtonDown()
329 Mask<FWL_EVENTFLAG> nFlags, in OnRButtonUp()
337 Mask<FWL_EVENTFLAG> nFlags) { in OnKeyDown()
344 Mask<FWL_EVENTFLAG> nFlags) { in OnChar()
Dcffl_textfield.cpp44 int nFlags = m_pWidget->GetFieldFlags(); in GetCreateParam() local
105 Mask<FWL_EVENTFLAG> nFlags) { in OnChar()
Dcffl_listbox.cpp81 Mask<FWL_EVENTFLAG> nFlags) { in OnChar()
Dcffl_combobox.cpp63 Mask<FWL_EVENTFLAG> nFlags) { in OnChar()
/external/pdfium/xfa/fde/
Dcfde_texteditengine.cpp1245 int32_t nFlags = GetBreakFlagsFor(eCurType, eNextType); in FindNextBreakPos() local
1256 int32_t nFlags = GetBreakFlagsFor(eNextType, eCurType); in FindNextBreakPos() local