Searched refs:bRc (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/fpdfsdk/javascript/ |
D | cjs_event_context.cpp | 157 bool& bRc) { in OnField_Calculate() argument 158 m_pEventHandler->OnField_Calculate(pSource, pTarget, Value, bRc); in OnField_Calculate() 178 bool& bRc) { in OnField_Keystroke() argument 181 pTarget, Value, bWillCommit, bFieldFull, bRc); in OnField_Keystroke() 191 bool& bRc) { in OnField_Validate() argument 193 bShift, pTarget, Value, bRc); in OnField_Validate()
|
D | ijs_event_context.h | 65 bool& bRc) = 0; 80 bool& bRc) = 0; 88 bool& bRc) = 0;
|
D | cjs_event_context.h | 62 bool& bRc) override; 77 bool& bRc) override; 85 bool& bRc) override;
|
D | JS_Runtime_Stub.cpp | 58 bool& bRc) override {} in OnField_Calculate() argument 73 bool& bRc) override {} in OnField_Keystroke() argument 81 bool& bRc) override {} in OnField_Validate() argument
|
D | JS_EventHandler.h | 84 bool& bRc); 99 bool& bRc); 107 bool& bRc);
|
D | JS_EventHandler.cpp | 181 bool& bRc) { in OnField_Keystroke() argument 195 m_pbRc = &bRc; in OnField_Keystroke() 206 bool& bRc) { in OnField_Validate() argument 216 m_pbRc = &bRc; in OnField_Validate() 222 bool& bRc) { in OnField_Calculate() argument 229 m_pbRc = &bRc; in OnField_Calculate()
|
D | event.cpp | 149 bool& bRc = pEvent->Rc(); in rc() local 151 vp >> bRc; in rc() 153 vp << bRc; in rc()
|
D | PublicMethods.cpp | 940 bool& bRc = pEvent->Rc(); in AFNumber_Keystroke() local 941 bRc = false; in AFNumber_Keystroke() 955 bool& bRc = pEvent->Rc(); in AFNumber_Keystroke() local 956 bRc = false; in AFNumber_Keystroke() 964 bool& bRc = pEvent->Rc(); in AFNumber_Keystroke() local 965 bRc = false; in AFNumber_Keystroke() 970 bool& bRc = pEvent->Rc(); in AFNumber_Keystroke() local 971 bRc = false; in AFNumber_Keystroke() 975 bool& bRc = pEvent->Rc(); in AFNumber_Keystroke() local 976 bRc = false; in AFNumber_Keystroke() [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 27096 BOOL bRc; 27108 bRc = CloseHandle((HANDLE)p->tid); 27109 assert( bRc ); 41604 BOOL bRc = osUnmapViewOfFile(p->aRegion[i].pMap); 41606 osGetCurrentProcessId(), i, bRc ? "ok" : "failed")); 41607 UNUSED_VARIABLE_VALUE(bRc); 41608 bRc = osCloseHandle(p->aRegion[i].hMap); 41610 osGetCurrentProcessId(), i, bRc ? "ok" : "failed")); 41611 UNUSED_VARIABLE_VALUE(bRc);
|
/external/sqlite/dist/ |
D | sqlite3.c | 27096 BOOL bRc; 27108 bRc = CloseHandle((HANDLE)p->tid); 27109 assert( bRc ); 41604 BOOL bRc = osUnmapViewOfFile(p->aRegion[i].pMap); 41606 osGetCurrentProcessId(), i, bRc ? "ok" : "failed")); 41607 UNUSED_VARIABLE_VALUE(bRc); 41608 bRc = osCloseHandle(p->aRegion[i].hMap); 41610 osGetCurrentProcessId(), i, bRc ? "ok" : "failed")); 41611 UNUSED_VARIABLE_VALUE(bRc);
|