HomeSort by relevance Sort by last modified time
    Searched defs:m_pContext (Results 1 - 9 of 9) sorted by null

  /external/pdfium/core/include/fxge/
fx_ge_apple.h 22 CGContextRef m_pContext;
  /external/pdfium/fpdfsdk/src/javascript/
JS_Runtime_Stub.cpp 127 if (!m_pContext)
128 m_pContext.reset(new CJS_ContextStub());
132 IJS_Context* GetCurrentContext() override { return m_pContext.get(); }
160 std::unique_ptr<CJS_ContextStub> m_pContext;
  /external/pdfium/fpdfsdk/include/
fsdk_rendercontext.h 22 CPDF_RenderContext* m_pContext;
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_checksum.h 45 CXFA_ChecksumContext* m_pContext;
  /external/pdfium/xfa/src/fxjse/src/
class.h 14 : m_lpClassDefinition(nullptr), m_pContext(lpContext) {}
17 inline CFXJSE_Context* GetContext() { return m_pContext; }
37 CFXJSE_Context* m_pContext;
  /external/pdfium/core/src/fxcodec/codec/
codec_int.h 382 CJBig2_Context* m_pContext;
  /frameworks/compile/mclinker/include/mcld/MC/
Input.h 102 void setContext(LDContext* pContext) { m_pContext = pContext; }
104 bool hasContext() const { return (m_pContext != NULL); }
106 const LDContext* context() const { return m_pContext; }
107 LDContext* context() { return m_pContext; }
118 LDContext* m_pContext;
  /external/pdfium/core/include/fpdfapi/
fpdf_render.h 151 CPDF_RenderContext* const m_pContext;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
render_int.h 141 CPDF_RenderContext* GetContext() { return m_pContext; }
236 CPDF_RenderContext* m_pContext;
392 CPDF_RenderContext* m_pContext;
414 CPDF_RenderContext* m_pContext;

Completed in 360 milliseconds