HomeSort by relevance Sort by last modified time
    Searched refs:bNew (Results 1 - 13 of 13) sorted by null

  /external/pdfium/fpdfsdk/formfiller/
cffl_checkbox.h 33 CPWL_CheckBox* GetCheckBox(CPDFSDK_PageView* pPageView, bool bNew);
cffl_radiobutton.h 33 CPWL_RadioButton* GetRadioButton(CPDFSDK_PageView* pPageView, bool bNew);
cffl_checkbox.cpp 127 bool bNew) {
128 return static_cast<CPWL_CheckBox*>(GetPDFWindow(pPageView, bNew));
cffl_radiobutton.cpp 118 bool bNew) {
119 return static_cast<CPWL_RadioButton*>(GetPDFWindow(pPageView, bNew));
cffl_textfield.h 58 CPWL_Edit* GetEdit(CPDFSDK_PageView* pPageView, bool bNew);
cffl_textfield.cpp 258 CPWL_Edit* CFFL_TextField::GetEdit(CPDFSDK_PageView* pPageView, bool bNew) {
259 return static_cast<CPWL_Edit*>(GetPDFWindow(pPageView, bNew));
cffl_formfiller.h 126 CPWL_Wnd* GetPDFWindow(CPDFSDK_PageView* pPageView, bool bNew);
cffl_formfiller.cpp 334 bool bNew) {
340 if (!bNew)
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
reduce.rs 256 const int bNew = a % b;
259 b = bNew;
UT_reduce.java     [all...]
  /external/pdfium/xfa/fgas/layout/
cfx_rtfbreak.cpp 321 bool bNew = true;
327 if (bNew) {
339 bNew = false;
352 bNew = true;
  /external/pdfium/fxjs/xfa/
cjx_object.cpp     [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_reduce.java     [all...]

Completed in 185 milliseconds