Searched refs:childDocument (Results 1 – 3 of 3) sorted by relevance
107 if (Document* childDocument = childFrame->document()) { in urlForHistoryItem() local108 if (childDocument->isWMLDocument()) in urlForHistoryItem()
1784 Node* childDocument = static_cast<HTMLFrameElementBase*>(node)->contentDocument(); in scanForForm() local1785 if (HTMLFormElement* frameResult = scanForForm(childDocument)) in scanForForm()
1631 Document* childDocument = owner->contentFrame()->document(); in findCandidatePointForTouch() local1632 return findCandidatePointForTouch(newTouchPoint, childDocument); in findCandidatePointForTouch()