HomeSort by relevance Sort by last modified time
    Searched refs:pJSDocument (Results 1 - 3 of 3) sorted by null

  /external/pdfium/fpdfsdk/src/javascript/
JS_EventHandler.cpp 608 CJS_Document* pJSDocument = (CJS_Document*)JS_GetPrivate(pDocObj);
609 ASSERT(pJSDocument != NULL);
610 Document* pDocument = (Document*)pJSDocument->GetEmbedObject();
642 CJS_Document* pJSDocument = (CJS_Document*)JS_GetPrivate(pDocObj);
643 ASSERT(pJSDocument != NULL);
644 Document* pDocument = (Document*)pJSDocument->GetEmbedObject();
app.cpp 161 CJS_Document * pJSDocument = NULL;
169 pJSDocument = (CJS_Document*)JS_GetPrivate(pRuntime->GetIsolate(),pObj);
175 pJSDocument = (CJS_Document*)JS_GetPrivate(pRuntime->GetIsolate(),pObj);
176 ASSERT(pJSDocument != NULL);
182 aDocs.SetElement(0,CJS_Value(pRuntime->GetIsolate(),pJSDocument));
JS_Runtime.cpp 223 if (CJS_Document* pJSDocument = (CJS_Document*)JS_GetPrivate(pThis))
225 if (Document * pDocument = (Document*)pJSDocument->GetEmbedObject())

Completed in 111 milliseconds