Home
last modified time | relevance | path

Searched refs:pJSDocument (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
DJS_EventHandler.cpp608 CJS_Document* pJSDocument = (CJS_Document*)JS_GetPrivate(pDocObj); in Source() local
609 ASSERT(pJSDocument != NULL); in Source()
610 Document* pDocument = (Document*)pJSDocument->GetEmbedObject(); in Source()
642 CJS_Document* pJSDocument = (CJS_Document*)JS_GetPrivate(pDocObj); in Target_Field() local
643 ASSERT(pJSDocument != NULL); in Target_Field()
644 Document* pDocument = (Document*)pJSDocument->GetEmbedObject(); in Target_Field()
Dapp.cpp161 CJS_Document * pJSDocument = NULL; in activeDocs() local
169 pJSDocument = (CJS_Document*)JS_GetPrivate(pRuntime->GetIsolate(),pObj); in activeDocs()
175 pJSDocument = (CJS_Document*)JS_GetPrivate(pRuntime->GetIsolate(),pObj); in activeDocs()
176 ASSERT(pJSDocument != NULL); in activeDocs()
182 aDocs.SetElement(0,CJS_Value(pRuntime->GetIsolate(),pJSDocument)); in activeDocs()
DJS_Runtime.cpp223 if (CJS_Document* pJSDocument = (CJS_Document*)JS_GetPrivate(pThis)) in SetReaderDocument() local
225 if (Document * pDocument = (Document*)pJSDocument->GetEmbedObject()) in SetReaderDocument()