Lines Matching refs:RenderTextControlSingleLine

25 #include "core/rendering/RenderTextControlSingleLine.h"
43 RenderTextControlSingleLine::RenderTextControlSingleLine(HTMLInputElement* element)
50 RenderTextControlSingleLine::~RenderTextControlSingleLine()
54 inline Element* RenderTextControlSingleLine::containerElement() const
59 inline Element* RenderTextControlSingleLine::editingViewPortElement() const
64 inline HTMLElement* RenderTextControlSingleLine::innerSpinButtonElement() const
69 void RenderTextControlSingleLine::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
88 LayoutUnit RenderTextControlSingleLine::computeLogicalHeightLimit() const
93 void RenderTextControlSingleLine::layout()
196 bool RenderTextControlSingleLine::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction hitTestAction)
219 void RenderTextControlSingleLine::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle)
244 void RenderTextControlSingleLine::capsLockStateMayHaveChanged()
265 bool RenderTextControlSingleLine::hasControlClip() const
271 LayoutRect RenderTextControlSingleLine::controlClipRect(const LayoutPoint& additionalOffset) const
281 float RenderTextControlSingleLine::getAvgCharWidth(AtomicString family)
293 LayoutUnit RenderTextControlSingleLine::preferredContentLogicalWidth(float charWidth) const
330 LayoutUnit RenderTextControlSingleLine::computeControlLogicalHeight(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const
335 PassRefPtr<RenderStyle> RenderTextControlSingleLine::createInnerEditorStyle(const RenderStyle* startStyle) const
362 bool RenderTextControlSingleLine::textShouldBeTruncated() const
367 void RenderTextControlSingleLine::autoscroll(const IntPoint& position)
376 LayoutUnit RenderTextControlSingleLine::scrollWidth() const
383 LayoutUnit RenderTextControlSingleLine::scrollHeight() const
390 LayoutUnit RenderTextControlSingleLine::scrollLeft() const
397 LayoutUnit RenderTextControlSingleLine::scrollTop() const
404 void RenderTextControlSingleLine::setScrollLeft(LayoutUnit newLeft)
410 void RenderTextControlSingleLine::setScrollTop(LayoutUnit newTop)
416 HTMLInputElement* RenderTextControlSingleLine::inputElement() const