| /external/pdfium/fpdfsdk/ | 
| D | cpdfsdk_annot.cpp | 29                                  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 …] 
 | 
| D | cpdfsdk_baannot.cpp | 102 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 …] 
 | 
| D | cpdfsdk_pageview.cpp | 326 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 …] 
 | 
| D | cpdfsdk_widget.cpp | 732 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 …] 
 | 
| D | cpdfsdk_interactiveform.cpp | 400         uint32_t nFlags = pWidget->GetFlags();  in DoAction_Hide()  local
  | 
| D | cpdfsdk_formfillenvironment.cpp | 772 bool CPDFSDK_FormFillEnvironment::KillFocusAnnot(Mask<FWL_EVENTFLAG> nFlags) {  in KillFocusAnnot()
  | 
| /external/pdfium/fpdfsdk/fpdfxfa/ | 
| D | cpdfxfa_widget.cpp | 291 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/ | 
| D | cffl_button.cpp | 32                                 Mask<FWL_EVENTFLAG> nFlags,  in OnLButtonDown() 45                               Mask<FWL_EVENTFLAG> nFlags,  in OnLButtonUp() 56                               Mask<FWL_EVENTFLAG> nFlags,  in OnMouseMove()
  | 
| D | cffl_radiobutton.cpp | 35                                  Mask<FWL_EVENTFLAG> nFlags) {  in OnKeyDown() 47                               Mask<FWL_EVENTFLAG> nFlags) {  in OnChar() 73                                    Mask<FWL_EVENTFLAG> nFlags,  in OnLButtonUp()
  | 
| D | cffl_checkbox.cpp | 35                               Mask<FWL_EVENTFLAG> nFlags) {  in OnKeyDown() 47                            Mask<FWL_EVENTFLAG> nFlags) {  in OnChar() 84                                 Mask<FWL_EVENTFLAG> nFlags,  in OnLButtonUp()
  | 
| D | cffl_formfield.cpp | 89                                    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()
  | 
| D | cffl_interactiveformfiller.cpp | 165     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()
  | 
| D | cffl_textfield.cpp | 44   int nFlags = m_pWidget->GetFieldFlags();  in GetCreateParam()  local 105                             Mask<FWL_EVENTFLAG> nFlags) {  in OnChar()
  | 
| D | cffl_listbox.cpp | 81                           Mask<FWL_EVENTFLAG> nFlags) {  in OnChar()
  | 
| D | cffl_combobox.cpp | 63                            Mask<FWL_EVENTFLAG> nFlags) {  in OnChar()
  | 
| /external/pdfium/xfa/fde/ | 
| D | cfde_texteditengine.cpp | 1245         int32_t nFlags = GetBreakFlagsFor(eCurType, eNextType);  in FindNextBreakPos()  local 1256         int32_t nFlags = GetBreakFlagsFor(eNextType, eCurType);  in FindNextBreakPos()  local
  |