Searched refs:pJSDocument (Results 1 – 3 of 3) sorted by relevance
608 CJS_Document* pJSDocument = (CJS_Document*)JS_GetPrivate(pDocObj); in Source() local609 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() local643 ASSERT(pJSDocument != NULL); in Target_Field()644 Document* pDocument = (Document*)pJSDocument->GetEmbedObject(); in Target_Field()
161 CJS_Document * pJSDocument = NULL; in activeDocs() local169 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()
223 if (CJS_Document* pJSDocument = (CJS_Document*)JS_GetPrivate(pThis)) in SetReaderDocument() local225 if (Document * pDocument = (Document*)pJSDocument->GetEmbedObject()) in SetReaderDocument()