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

  /external/pdfium/fxjs/
cfxjse_context.cpp 46 class CFXJSE_ScopeUtil_IsolateHandleContext {
48 explicit CFXJSE_ScopeUtil_IsolateHandleContext(CFXJSE_Context* pContext)
60 CFXJSE_ScopeUtil_IsolateHandleContext(
61 const CFXJSE_ScopeUtil_IsolateHandleContext&) = delete;
62 void operator=(const CFXJSE_ScopeUtil_IsolateHandleContext&) = delete;
192 CFXJSE_ScopeUtil_IsolateHandleContext scope(this);
208 CFXJSE_ScopeUtil_IsolateHandleContext scope(this);
cfxjse_context.h 39 friend class CFXJSE_ScopeUtil_IsolateHandleContext;

Completed in 51 milliseconds