Home
last modified time | relevance | path

Searched refs:bUpdate (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fftextedit.cpp249 FX_BOOL bUpdate = FALSE; in UpdateFWLData() local
259 bUpdate = TRUE; in UpdateFWLData()
266 if (wsText != wsOldText || (eType == XFA_VALUEPICTURE_Edit && bUpdate)) { in UpdateFWLData()
268 bUpdate = TRUE; in UpdateFWLData()
270 if (bUpdate) { in UpdateFWLData()
/external/sqlite/dist/
Dsqlite3.c64415 int bUpdate /* True for an update, false otherwise */
64489 if( iOff==0 && bUpdate==0 ){
/external/sqlite/dist/orig/
Dsqlite3.c64397 int bUpdate /* True for an update, false otherwise */
64471 if( iOff==0 && bUpdate==0 ){