OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetJSRuntime
(Results
1 - 11
of
11
) sorted by null
/external/pdfium/fpdfsdk/src/javascript/
app.cpp
25
CJS_Runtime* pRuntime = pContext->
GetJSRuntime
();
148
CJS_Runtime* pRuntime = pContext->
GetJSRuntime
();
209
CJS_Runtime* pRuntime = pContext->
GetJSRuntime
();
444
CJS_Runtime* pRuntime = pContext->
GetJSRuntime
();
459
CJS_Runtime* pRuntime = pContext->
GetJSRuntime
();
489
CJS_Runtime* pRuntime = pContext->
GetJSRuntime
();
513
CJS_Runtime* pRuntime = pContext->
GetJSRuntime
();
562
CJS_Runtime* pRuntime = pContext->
GetJSRuntime
();
607
CJS_Runtime* pRuntime = pContext->
GetJSRuntime
();
655
CJS_Runtime* pRuntime = pContext->
GetJSRuntime
();
[
all
...]
color.cpp
22
CJS_Runtime* pRuntime = pContext->
GetJSRuntime
();
162
v8::Isolate* isolate = pContext->
GetJSRuntime
()->GetIsolate();\
Document.cpp
26
CJS_Runtime* pRuntime = pContext->
GetJSRuntime
();
152
pDoc->SetIsolate(pContext->
GetJSRuntime
()->GetIsolate());
445
CJS_Runtime* pRuntime = pContext->
GetJSRuntime
();
602
CJS_Runtime* pRuntime = pContext->
GetJSRuntime
();
615
CJS_Runtime* pRuntime = pContext->
GetJSRuntime
();
867
CJS_Runtime* pRuntime = pContext->
GetJSRuntime
();
905
CJS_Runtime* pRuntime = pContext->
GetJSRuntime
();
995
CJS_Runtime* pRuntime = pContext->
GetJSRuntime
();
1051
CJS_Runtime* pRuntime = pContext->
GetJSRuntime
();
[
all
...]
JS_EventHandler.cpp
601
CJS_Runtime* pRuntime = m_pJSContext->
GetJSRuntime
();
635
CJS_Runtime* pRuntime = m_pJSContext->
GetJSRuntime
();
util.cpp
28
CJS_Runtime* pRuntime = pContext->
GetJSRuntime
();
Field.cpp
122
pField->SetIsolate(pContext->
GetJSRuntime
()->GetIsolate());
[
all
...]
PublicMethods.cpp
27
CJS_Runtime* pRuntime = pContext->
GetJSRuntime
();
[
all
...]
/external/pdfium/fpdfsdk/include/javascript/
JS_Context.h
78
CJS_Runtime*
GetJSRuntime
(){return m_pRuntime;}
JS_Console.h
199
IFXJS_Runtime*
GetJSRuntime
();
/external/pdfium/fpdfsdk/src/
fsdk_mgr.cpp
268
IFXJS_Runtime* CPDFDoc_Environment::
GetJSRuntime
()
585
IFXJS_Runtime * CPDFSDK_Document::
GetJsRuntime
()
588
return m_pEnv->
GetJSRuntime
();
/external/pdfium/fpdfsdk/include/
fsdk_mgr.h
365
IFXJS_Runtime*
GetJSRuntime
();
422
IFXJS_Runtime *
GetJsRuntime
();
Completed in 257 milliseconds