Searched refs:SetIsolate (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Runtime.h54 void SetIsolate(v8::Isolate* isolate){m_isolate = isolate;} function in class:CJS_Runtime
H A DDocument.h175 void SetIsolate(v8::Isolate* isolate) {m_isolate = isolate;} function in class:Document
H A DField.h235 void SetIsolate(v8::Isolate* isolate) {m_isolate = isolate;} function in class:Field
/external/pdfium/fpdfsdk/src/javascript/
H A DDocument.cpp152 pDoc->SetIsolate(pContext->GetJSRuntime()->GetIsolate());
H A DField.cpp122 pField->SetIsolate(pContext->GetJSRuntime()->GetIsolate());

Completed in 164 milliseconds