Home | History | Annotate | Download | only in shadow

Lines Matching refs:shadowAncestor

115         Node* shadowAncestor = shadowAncestorNode();
119 if (shadowAncestor && shadowAncestor != this)
120 shadowAncestor->defaultEventHandler(event);
129 Node* shadowAncestor = shadowAncestorNode();
130 if (shadowAncestor && shadowAncestor->renderer()) {
131 ASSERT(shadowAncestor->renderer()->isTextField() || shadowAncestor->renderer()->isTextArea());
132 multiLine = shadowAncestor->renderer()->isTextArea();