Home
last modified time | relevance | path

Searched refs:bEnable (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.cpp792 void CPWL_Wnd::EnableWindow(bool bEnable) { in EnableWindow() argument
793 if (m_bEnabled == bEnable) in EnableWindow()
798 pChild->EnableWindow(bEnable); in EnableWindow()
800 m_bEnabled = bEnable; in EnableWindow()
Dcpwl_wnd.h233 void EnableWindow(bool bEnable);
/external/sqlite/dist/
Dsqlite3.h9019 SQLITE_API int sqlite3session_enable(sqlite3_session *pSession, int bEnable);
Dsqlite3.c10043 SQLITE_API int sqlite3session_enable(sqlite3_session *pSession, int bEnable);
178838 int bEnable; /* True if currently recording */
180105 if( pSession->bEnable==0 ) continue;
180444 pNew->bEnable = 1;
181287 SQLITE_API int sqlite3session_enable(sqlite3_session *pSession, int bEnable){
181290 if( bEnable>=0 ){
181291 pSession->bEnable = bEnable;
181293 ret = pSession->bEnable;
/external/sqlite/dist/orig/
Dsqlite3.h9019 SQLITE_API int sqlite3session_enable(sqlite3_session *pSession, int bEnable);
Dsqlite3.c10043 SQLITE_API int sqlite3session_enable(sqlite3_session *pSession, int bEnable);
178810 int bEnable; /* True if currently recording */
180077 if( pSession->bEnable==0 ) continue;
180416 pNew->bEnable = 1;
181259 SQLITE_API int sqlite3session_enable(sqlite3_session *pSession, int bEnable){
181262 if( bEnable>=0 ){
181263 pSession->bEnable = bEnable;
181265 ret = pSession->bEnable;
/external/syzkaller/sys/windows/
Dwindows.txt1462 EnableWindow(hWnd ptr[inout, intptr], bEnable int32)