OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pJSDocument
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/fpdfsdk/src/javascript/
JS_EventHandler.cpp
613
CJS_Document*
pJSDocument
=
615
Document* pDocument = (Document*)
pJSDocument
->GetEmbedObject();
636
CJS_Document*
pJSDocument
=
638
Document* pDocument = (Document*)
pJSDocument
->GetEmbedObject();
app.cpp
122
CJS_Document*
pJSDocument
= NULL;
126
pJSDocument
=
131
pJSDocument
=
133
ASSERT(
pJSDocument
);
135
aDocs.SetElement(0, CJS_Value(pRuntime,
pJSDocument
));
JS_Runtime.cpp
226
if (CJS_Document*
pJSDocument
=
228
if (Document* pDocument = (Document*)
pJSDocument
->GetEmbedObject())
Completed in 115 milliseconds