HomeSort by relevance Sort by last modified time
    Searched defs:pJSDocument (Results 1 - 2 of 2) 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 160 CJS_Document * pJSDocument = NULL;
168 pJSDocument = (CJS_Document*)JS_GetPrivate(pRuntime->GetIsolate(),pObj);
174 pJSDocument = (CJS_Document*)JS_GetPrivate(pRuntime->GetIsolate(),pObj);
175 ASSERT(pJSDocument != NULL);
181 aDocs.SetElement(0,CJS_Value(pRuntime->GetIsolate(),pJSDocument));

Completed in 124 milliseconds