Home
last modified time | relevance | path

Searched refs:bRc (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/fpdfsdk/javascript/
Dcjs_event_context.cpp157 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()
Dijs_event_context.h65 bool& bRc) = 0;
80 bool& bRc) = 0;
88 bool& bRc) = 0;
Dcjs_event_context.h62 bool& bRc) override;
77 bool& bRc) override;
85 bool& bRc) override;
DJS_Runtime_Stub.cpp58 bool& bRc) override {} in OnField_Calculate() argument
73 bool& bRc) override {} in OnField_Keystroke() argument
81 bool& bRc) override {} in OnField_Validate() argument
DJS_EventHandler.h84 bool& bRc);
99 bool& bRc);
107 bool& bRc);
DJS_EventHandler.cpp181 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()
Devent.cpp149 bool& bRc = pEvent->Rc(); in rc() local
151 vp >> bRc; in rc()
153 vp << bRc; in rc()
DPublicMethods.cpp940 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/
Dsqlite3.c27096 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/
Dsqlite3.c27096 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);