HomeSort by relevance Sort by last modified time
    Searched refs:m_bBusy (Results 1 - 4 of 4) sorted by null

  /external/pdfium/fxjs/
cjs_event_context.cpp 18 m_bBusy(false) {
34 if (m_bBusy) {
39 AutoRestorer<bool> restorer(&m_bBusy);
40 m_bBusy = true;
cjs_event_context.h 133 bool m_bBusy;
  /external/pdfium/fpdfsdk/
cpdfsdk_interform.h 133 bool m_bBusy;
cpdfsdk_interform.cpp 88 m_bBusy(false),
254 if (m_bBusy)
257 m_bBusy = true;
260 m_bBusy = false;
299 m_bBusy = false;

Completed in 74 milliseconds