Searched defs:RenderTextControlMultiLine (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTextControlMultiLine.cpp23 #include "core/rendering/RenderTextControlMultiLine.h"
30 RenderTextControlMultiLine::RenderTextControlMultiLine(HTMLTextAreaElement* element) function in class:blink::RenderTextControlMultiLine
36 RenderTextControlMultiLine::~RenderTextControlMultiLine()
40 bool RenderTextControlMultiLine::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction hitTestAction)
51 float RenderTextControlMultiLine::getAvgCharWidth(AtomicString family)
62 LayoutUnit RenderTextControlMultiLine::preferredContentLogicalWidth(float charWidth) const
68 LayoutUnit RenderTextControlMultiLine::computeControlLogicalHeight(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const
73 int RenderTextControlMultiLine
[all...]

Completed in 87 milliseconds