Searched refs:nFlags (Results 1 - 23 of 23) sorted by relevance

/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_CheckBox.cpp34 FX_BOOL CFFL_CheckBox::OnKeyDown(CPDFSDK_Annot* pAnnot, FX_UINT nKeyCode, FX_UINT nFlags) argument
42 return CFFL_FormFiller::OnKeyDown(pAnnot, nKeyCode, nFlags);
45 FX_BOOL CFFL_CheckBox::OnChar(CPDFSDK_Annot* pAnnot, FX_UINT nChar, FX_UINT nFlags) argument
61 pIFormFiller->OnButtonUp(m_pWidget, pPageView, bReset, bExit,nFlags);
66 CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags);
71 CommitData(pPageView,nFlags);
75 return CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags);
79 FX_BOOL CFFL_CheckBox::OnLButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
81 CFFL_Button::OnLButtonUp(pPageView, pAnnot, nFlags, point);
92 if (!CommitData(pPageView, nFlags)) retur
[all...]
H A DFFL_RadioButton.cpp34 FX_BOOL CFFL_RadioButton::OnKeyDown(CPDFSDK_Annot* pAnnot, FX_UINT nKeyCode, FX_UINT nFlags) argument
42 return CFFL_FormFiller::OnKeyDown(pAnnot, nKeyCode, nFlags);
46 FX_BOOL CFFL_RadioButton::OnChar(CPDFSDK_Annot* pAnnot, FX_UINT nChar, FX_UINT nFlags) argument
62 pIFormFiller->OnButtonUp(m_pWidget, pPageView, bReset, bExit,nFlags);
67 CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags);
71 CommitData(pPageView,nFlags);
75 return CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags);
79 FX_BOOL CFFL_RadioButton::OnLButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
81 CFFL_Button::OnLButtonUp(pPageView, pAnnot, nFlags, point);
88 if (!CommitData(pPageView,nFlags)) retur
[all...]
H A DFFL_PushButton.cpp31 FX_BOOL CFFL_PushButton::OnChar(CPDFSDK_Annot* pAnnot, FX_UINT nChar, FX_UINT nFlags) argument
33 return CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags);
H A DFFL_TextField.cpp64 int nFlags = m_pWidget->GetFieldFlags(); local
67 if (nFlags & FIELDFLAG_PASSWORD)
72 if (!(nFlags & FIELDFLAG_DONOTSPELLCHECK))
76 if (nFlags & FIELDFLAG_MULTILINE)
80 if (!(nFlags & FIELDFLAG_DONOTSCROLL))
89 if (!(nFlags & FIELDFLAG_DONOTSCROLL))
95 if (nFlags & FIELDFLAG_COMB)
100 if (nFlags & FIELDFLAG_RICHTEXT)
168 FX_BOOL CFFL_TextField::OnChar(CPDFSDK_Annot* pAnnot, FX_UINT nChar, FX_UINT nFlags) argument
188 if (CommitData(pPageView, nFlags))
[all...]
H A DFFL_FormFiller.cpp147 FX_BOOL CFFL_FormFiller::OnLButtonDown(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
158 return pWnd->OnLButtonDown(WndtoPWL(pPageView, point),nFlags);
164 FX_BOOL CFFL_FormFiller::OnLButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
170 pWnd->OnLButtonUp(WndtoPWL(pPageView, point),nFlags); local
177 FX_BOOL CFFL_FormFiller::OnLButtonDblClk(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
181 pWnd->OnLButtonDblClk(WndtoPWL(pPageView, point),nFlags); local
188 FX_BOOL CFFL_FormFiller::OnMouseMove(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
197 pWnd->OnMouseMove(WndtoPWL(pPageView, point),nFlags); local
204 FX_BOOL CFFL_FormFiller::OnMouseWheel(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, short zDelta, const CPDF_Point& point) argument
210 return pWnd->OnMouseWheel(zDelta, WndtoPWL(pPageView, point),nFlags);
216 OnRButtonDown(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
220 pWnd->OnRButtonDown(WndtoPWL(pPageView, point),nFlags); local
227 OnRButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
231 pWnd->OnRButtonUp(WndtoPWL(pPageView, point),nFlags); local
238 OnRButtonDblClk(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
242 pWnd->OnRButtonDblClk(WndtoPWL(pPageView, point),nFlags); local
249 OnKeyDown(CPDFSDK_Annot* pAnnot, FX_UINT nKeyCode, FX_UINT nFlags) argument
265 OnChar(CPDFSDK_Annot* pAnnot, FX_UINT nChar, FX_UINT nFlags) argument
843 OnLButtonDown(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
857 OnLButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
873 OnMouseMove(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
[all...]
H A DFFL_ComboBox.cpp47 int nFlags = m_pWidget->GetFieldFlags(); local
49 if (nFlags & FIELDFLAG_EDIT)
55 if (nFlags & FIELDFLAG_COMMITONSELCHANGE)
106 FX_BOOL CFFL_ComboBox::OnChar(CPDFSDK_Annot* pAnnot, FX_UINT nChar, FX_UINT nFlags) argument
108 return CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags);
333 int nFlags = m_pWidget->GetFieldFlags(); local
335 if (nFlags & FIELDFLAG_COMMITONSELCHANGE)
H A DFFL_IFormFiller.cpp254 FX_BOOL CFFL_IFormFiller::OnLButtonDown(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
274 fa.bModifier = m_pApp->FFI_IsCTRLKeyDown(nFlags);
275 fa.bShift = m_pApp->FFI_IsSHIFTKeyDown(nFlags);
293 return pFormFiller->OnLButtonDown(pPageView, pAnnot, nFlags, point);
299 FX_BOOL CFFL_IFormFiller::OnLButtonUp(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
329 bRet = pFormFiller->OnLButtonUp(pPageView, pAnnot, nFlags, point);
336 OnButtonUp(pWidget, pPageView, bReset, bExit,nFlags);
386 FX_BOOL CFFL_IFormFiller::OnLButtonDblClk(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
393 return pFormFiller->OnLButtonDblClk(pPageView, pAnnot, nFlags, point);
399 FX_BOOL CFFL_IFormFiller::OnMouseMove(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, cons argument
413 OnMouseWheel(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, short zDelta, const CPDF_Point& point) argument
426 OnRButtonDown(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
439 OnRButtonUp(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
452 OnRButtonDblClk(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
465 OnKeyDown(CPDFSDK_Annot* pAnnot, FX_UINT nKeyCode, FX_UINT nFlags) argument
478 OnChar(CPDFSDK_Annot* pAnnot, FX_UINT nChar, FX_UINT nFlags) argument
[all...]
H A DFFL_ListBox.cpp121 FX_BOOL CFFL_ListBox::OnChar(CPDFSDK_Annot* pAnnot, FX_UINT nChar, FX_UINT nFlags) argument
123 return CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags);
302 int nFlags = m_pWidget->GetFieldFlags(); local
304 if (nFlags & FIELDFLAG_COMMITONSELCHANGE)
/external/pdfium/fpdfsdk/include/formfiller/
H A DFFL_CheckBox.h18 virtual FX_BOOL OnKeyDown(CPDFSDK_Annot* pAnnot, FX_UINT nKeyCode, FX_UINT nFlags);
19 virtual FX_BOOL OnChar(CPDFSDK_Annot* pAnnot, FX_UINT nChar, FX_UINT nFlags);
20 virtual FX_BOOL OnLButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point);
H A DFFL_RadioButton.h17 virtual FX_BOOL OnKeyDown(CPDFSDK_Annot* pAnnot, FX_UINT nKeyCode, FX_UINT nFlags);
18 virtual FX_BOOL OnChar(CPDFSDK_Annot* pAnnot, FX_UINT nChar, FX_UINT nFlags);
19 virtual FX_BOOL OnLButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point);
H A DFFL_IFormFiller.h50 virtual FX_BOOL OnLButtonDown(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point);
51 virtual FX_BOOL OnLButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point);
52 virtual FX_BOOL OnLButtonDblClk(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point);
53 virtual FX_BOOL OnMouseMove(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point);
54 virtual FX_BOOL OnMouseWheel(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, short zDelta, const CPDF_Point& point);
55 virtual FX_BOOL OnRButtonDown(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point);
56 virtual FX_BOOL OnRButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point);
57 virtual FX_BOOL OnRButtonDblClk(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point);
59 virtual FX_BOOL OnKeyDown(CPDFSDK_Annot* pAnnot, FX_UINT nKeyCode, FX_UINT nFlags);
60 virtual FX_BOOL OnChar(CPDFSDK_Annot* pAnnot, FX_UINT nChar, FX_UINT nFlags);
[all...]
H A DFFL_FormFiller.h55 virtual FX_BOOL OnLButtonDown(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point);
56 virtual FX_BOOL OnLButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point);
57 virtual FX_BOOL OnLButtonDblClk(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point);
58 virtual FX_BOOL OnMouseMove(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point);
59 virtual FX_BOOL OnMouseWheel(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, short zDelta, const CPDF_Point& point);
60 virtual FX_BOOL OnRButtonDown(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point);
61 virtual FX_BOOL OnRButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point);
62 virtual FX_BOOL OnRButtonDblClk(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point);
64 virtual FX_BOOL OnKeyDown(CPDFSDK_Annot* pAnnot, FX_UINT nKeyCode, FX_UINT nFlags);
65 virtual FX_BOOL OnChar(CPDFSDK_Annot* pAnnot, FX_UINT nChar, FX_UINT nFlags);
[all...]
H A DFFL_PushButton.h18 virtual FX_BOOL OnChar(CPDFSDK_Annot* pAnnot, FX_UINT nChar, FX_UINT nFlags);
H A DFFL_ListBox.h20 virtual FX_BOOL OnChar(CPDFSDK_Annot* pAnnot, FX_UINT nChar, FX_UINT nFlags);
H A DFFL_ComboBox.h29 virtual FX_BOOL OnChar(CPDFSDK_Annot* pAnnot, FX_UINT nChar, FX_UINT nFlags);
H A DFFL_TextField.h50 virtual FX_BOOL OnChar(CPDFSDK_Annot* pAnnot, FX_UINT nChar, FX_UINT nFlags);
/external/pdfium/fpdfsdk/include/
H A Dfsdk_annothandler.h63 virtual FX_BOOL OnLButtonDown(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) = 0;
64 virtual FX_BOOL OnLButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) = 0;
65 virtual FX_BOOL OnLButtonDblClk(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) = 0;
66 virtual FX_BOOL OnMouseMove(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) = 0;
67 virtual FX_BOOL OnMouseWheel(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, short zDelta, const CPDF_Point& point) = 0;
68 virtual FX_BOOL OnRButtonDown(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) = 0;
69 virtual FX_BOOL OnRButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) = 0;
70 virtual FX_BOOL OnRButtonDblClk(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) = 0;
72 virtual FX_BOOL OnChar(CPDFSDK_Annot* pAnnot, FX_DWORD nChar, FX_DWORD nFlags) = 0;
132 virtual FX_BOOL OnLButtonDown(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, cons
139 OnRButtonDblClk(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) argument
[all...]
H A Dfsdk_baseannot.h107 void SetFlags(int nFlags);
/external/pdfium/core/src/fxcrt/
H A Dfxcrt_posix.cpp18 void FXCRT_Posix_GetFileMode(FX_DWORD dwModes, FX_INT32 &nFlags, FX_INT32 &nMasks) argument
20 nFlags = O_BINARY | O_LARGEFILE;
22 nFlags |= O_RDONLY;
25 nFlags |= O_RDWR | O_CREAT;
27 nFlags |= O_TRUNC;
45 FX_INT32 nFlags, nMasks; local
46 FXCRT_Posix_GetFileMode(dwMode, nFlags, nMasks);
47 m_nFD = open(fileName.GetCStr(), nFlags, nMasks);
/external/pdfium/fpdfsdk/src/
H A Dfsdk_annothandler.cpp149 FX_BOOL CPDFSDK_AnnotHandlerMgr::Annot_OnLButtonDown(CPDFSDK_PageView * pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) argument
155 return pAnnotHandler->OnLButtonDown(pPageView, pAnnot, nFlags, point);
159 FX_BOOL CPDFSDK_AnnotHandlerMgr::Annot_OnLButtonUp(CPDFSDK_PageView * pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) argument
165 return pAnnotHandler->OnLButtonUp(pPageView, pAnnot, nFlags, point);
169 FX_BOOL CPDFSDK_AnnotHandlerMgr::Annot_OnLButtonDblClk(CPDFSDK_PageView * pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) argument
175 return pAnnotHandler->OnLButtonDblClk(pPageView, pAnnot, nFlags, point);
179 FX_BOOL CPDFSDK_AnnotHandlerMgr::Annot_OnMouseMove(CPDFSDK_PageView * pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) argument
185 return pAnnotHandler->OnMouseMove(pPageView, pAnnot, nFlags, point);
189 FX_BOOL CPDFSDK_AnnotHandlerMgr::Annot_OnMouseWheel(CPDFSDK_PageView * pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, short zDelta, const CPDF_Point& point) argument
195 return pAnnotHandler->OnMouseWheel(pPageView, pAnnot,nFlags,zDelt
199 Annot_OnRButtonDown(CPDFSDK_PageView * pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) argument
209 Annot_OnRButtonUp(CPDFSDK_PageView * pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) argument
242 Annot_OnChar(CPDFSDK_Annot* pAnnot, FX_DWORD nChar, FX_DWORD nFlags) argument
485 OnLButtonDown(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) argument
502 OnLButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) argument
519 OnLButtonDblClk(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) argument
536 OnMouseMove(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) argument
555 OnMouseWheel(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, short zDelta, const CPDF_Point& point) argument
572 OnRButtonDown(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) argument
588 OnRButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) argument
605 OnChar(CPDFSDK_Annot* pAnnot, FX_DWORD nChar, FX_DWORD nFlags) argument
[all...]
H A Dfsdk_baseform.cpp2190 int nFlags = pWidget->GetFlags(); local
2193 nFlags &= (~ANNOTFLAG_INVISIBLE);
2194 nFlags &= (~ANNOTFLAG_NOVIEW);
2195 nFlags |= (ANNOTFLAG_HIDDEN);
2199 nFlags &= (~ANNOTFLAG_INVISIBLE);
2200 nFlags &= (~ANNOTFLAG_HIDDEN);
2201 nFlags &= (~ANNOTFLAG_NOVIEW);
2203 pWidget->SetFlags(nFlags);
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Console.h119 afx_msg void OnMouseMove(UINT nFlags, CPoint point);
222 afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_vfs.c1175 int nFlags = 0; local
1177 if( Tcl_ListObjGetElements(interp, objv[2], &nFlags, &flags) ){
1181 for(j=0; j<nFlags; j++){
1188 if( aFlag[idx].iValue<0 && nFlags>1 ){

Completed in 213 milliseconds