Home
last modified time | relevance | path

Searched refs:bNew (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/fpdfsdk/formfiller/
Dcffl_radiobutton.cpp118 bool bNew) { in GetRadioButton() argument
119 return static_cast<CPWL_RadioButton*>(GetPDFWindow(pPageView, bNew)); in GetRadioButton()
Dcffl_checkbox.cpp127 bool bNew) { in GetCheckBox() argument
128 return static_cast<CPWL_CheckBox*>(GetPDFWindow(pPageView, bNew)); in GetCheckBox()
Dcffl_radiobutton.h33 CPWL_RadioButton* GetRadioButton(CPDFSDK_PageView* pPageView, bool bNew);
Dcffl_checkbox.h33 CPWL_CheckBox* GetCheckBox(CPDFSDK_PageView* pPageView, bool bNew);
Dcffl_textfield.cpp258 CPWL_Edit* CFFL_TextField::GetEdit(CPDFSDK_PageView* pPageView, bool bNew) { in GetEdit() argument
259 return static_cast<CPWL_Edit*>(GetPDFWindow(pPageView, bNew)); in GetEdit()
Dcffl_textfield.h58 CPWL_Edit* GetEdit(CPDFSDK_PageView* pPageView, bool bNew);
Dcffl_formfiller.h126 CPWL_Wnd* GetPDFWindow(CPDFSDK_PageView* pPageView, bool bNew);
Dcffl_formfiller.cpp334 bool bNew) { in GetPDFWindow() argument
340 if (!bNew) in GetPDFWindow()
/external/pdfium/xfa/fgas/layout/
Dcfx_rtfbreak.cpp321 bool bNew = true; in EndBreak_SplitLine() local
327 if (bNew) { in EndBreak_SplitLine()
339 bNew = false; in EndBreak_SplitLine()
352 bNew = true; in EndBreak_SplitLine()
/external/pdfium/fxjs/xfa/
Dcjx_object.cpp1404 bool bNew = false; in Script_Som_Message() local
1408 bNew = true; in Script_Som_Message()
1428 if (!bNew) { in Script_Som_Message()
/external/sqlite/dist/orig/
Dsqlite3.c179226 int bNew, /* True to hash the new.* PK */
179241 if( bNew ){
193968 int bNew; /* If non-delete entry should be written */
193970 bNew = (pHash->eDetail==FTS5_DETAIL_FULL);
194060 bNew = 1;
194082 bNew = 1;
194088 if( bNew ){
/external/sqlite/dist/
Dsqlite3.c179254 int bNew, /* True to hash the new.* PK */
179269 if( bNew ){
193996 int bNew; /* If non-delete entry should be written */
193998 bNew = (pHash->eDetail==FTS5_DETAIL_FULL);
194088 bNew = 1;
194110 bNew = 1;
194116 if( bNew ){