Home | History | Annotate | Download | only in rendering

Lines Matching refs:Element

172             frame->textFieldDidBeginEditing(static_cast<Element*>(node()));
177 frame->textDidChangeInTextField(static_cast<Element*>(node()));
254 // If we're within the text control, we want to act as if we've hit the inner text block element, in case the point
255 // was on the control but not on the inner element (see Radar 4617841).
263 // If we hit a node inside the inner text element, say that we hit that element,
265 // inner text element so that it gains focus.
356 // 3) The element is focused
442 // Create the inner block element
448 // Create the search results button element
453 // Create innerText element before adding the cancel button
457 // Create the cancel button element
473 innerTextElement()->setInnerText(static_cast<Element*>(node())->getAttribute(placeholderAttr), ec);
610 return static_cast<Element*>(node())->getAttribute(autosaveAttr);
847 return toInputElement(static_cast<Element*>(node()));