Home
last modified time | relevance | path

Searched refs:m_v8EmbedderSlot (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/docs/
Dgetting-started.md46 config.m_v8EmbedderSlot = 0;
59 `m_pIsolate` and `m_v8EmbedderSlot` are both used to configure the V8
62 case PDFium to allocate a new isolate. `m_v8EmbedderSlot` is the embedder data
132 config.m_v8EmbedderSlot = 0;
/external/pdfium/fpdfsdk/javascript/
Dcjs_runtime.cpp71 embedderDataSlot = pPlatform->m_v8EmbedderSlot; in CJS_Runtime()
/external/pdfium/public/
Dfpdfview.h174 unsigned int m_v8EmbedderSlot; member
Dfpdf_formfill.h303 unsigned int m_v8EmbedderSlot; /* Unused in v3, retain for compatibility. */ member
/external/pdfium/testing/
Dembedder_test.cpp101 config.m_v8EmbedderSlot = 0; in SetUp()
/external/pdfium/samples/
Dpdfium_test.cc960 config.m_v8EmbedderSlot = 0; in main()
/external/pdfium/fpdfsdk/
Dfpdfview.cpp408 IJS_Runtime::Initialize(cfg->m_v8EmbedderSlot, cfg->m_pIsolate); in FPDF_InitLibraryWithConfig()