Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_Wnd.cpp891 void CPWL_Wnd::EnableWindow(bool bEnable) { in EnableWindow() argument
892 if (m_bEnabled == bEnable) in EnableWindow()
897 pChild->EnableWindow(bEnable); in EnableWindow()
899 m_bEnabled = bEnable; in EnableWindow()
DPWL_Wnd.h321 void EnableWindow(bool bEnable);
/external/sqlite/dist/
Dsqlite3.h8712 SQLITE_API int sqlite3session_enable(sqlite3_session *pSession, int bEnable);
Dsqlite3.c8989 SQLITE_API int sqlite3session_enable(sqlite3_session *pSession, int bEnable);
174218 int bEnable; /* True if currently recording */
175404 if( pSession->bEnable==0 ) continue;
175744 pNew->bEnable = 1;
176573 SQLITE_API int sqlite3session_enable(sqlite3_session *pSession, int bEnable){
176576 if( bEnable>=0 ){
176577 pSession->bEnable = bEnable;
176579 ret = pSession->bEnable;
/external/sqlite/dist/orig/
Dsqlite3.h8712 SQLITE_API int sqlite3session_enable(sqlite3_session *pSession, int bEnable);
Dsqlite3.c8989 SQLITE_API int sqlite3session_enable(sqlite3_session *pSession, int bEnable);
174206 int bEnable; /* True if currently recording */
175392 if( pSession->bEnable==0 ) continue;
175732 pNew->bEnable = 1;
176561 SQLITE_API int sqlite3session_enable(sqlite3_session *pSession, int bEnable){
176564 if( bEnable>=0 ){
176565 pSession->bEnable = bEnable;
176567 ret = pSession->bEnable;