Home | History | Annotate | Download | only in javascript

Lines Matching defs:pDocument

610 	Document* pDocument = (Document*)pJSDocument->GetEmbedObject();

611 ASSERT(pDocument != NULL);
613 pDocument->AttachDoc(m_pTargetDoc);
615 pDocument->AttachDoc(m_pJSContext->GetReaderDocument());
627 pField->AttachField(pDocument, m_strSourceName);
644 Document* pDocument = (Document*)pJSDocument->GetEmbedObject();
645 ASSERT(pDocument != NULL);
647 pDocument->AttachDoc(m_pTargetDoc);
649 pDocument->AttachDoc(m_pJSContext->GetReaderDocument());
657 pField->AttachField(pDocument, m_strTargetName);