Searched refs:RenderTextControlMultiLine (Results 1 - 15 of 15) 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...]
H A DRenderTextControlMultiLine.h31 class RenderTextControlMultiLine FINAL : public RenderTextControl {
33 RenderTextControlMultiLine(HTMLTextAreaElement*);
34 virtual ~RenderTextControlMultiLine();
52 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderTextControlMultiLine, isTextArea());
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTextAreaElement.cpp50 #include "core/rendering/RenderTextControlMultiLine.h"
200 return new RenderTextControlMultiLine(this);
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_rendering.target.darwin-arm.mk125 third_party/WebKit/Source/core/rendering/RenderTextControlMultiLine.cpp \
H A Dwebcore_rendering.target.darwin-arm64.mk125 third_party/WebKit/Source/core/rendering/RenderTextControlMultiLine.cpp \
H A Dwebcore_rendering.target.darwin-mips.mk125 third_party/WebKit/Source/core/rendering/RenderTextControlMultiLine.cpp \
H A Dwebcore_rendering.target.darwin-mips64.mk125 third_party/WebKit/Source/core/rendering/RenderTextControlMultiLine.cpp \
H A Dwebcore_rendering.target.darwin-x86.mk125 third_party/WebKit/Source/core/rendering/RenderTextControlMultiLine.cpp \
H A Dwebcore_rendering.target.darwin-x86_64.mk125 third_party/WebKit/Source/core/rendering/RenderTextControlMultiLine.cpp \
H A Dwebcore_rendering.target.linux-arm.mk125 third_party/WebKit/Source/core/rendering/RenderTextControlMultiLine.cpp \
H A Dwebcore_rendering.target.linux-arm64.mk125 third_party/WebKit/Source/core/rendering/RenderTextControlMultiLine.cpp \
H A Dwebcore_rendering.target.linux-mips.mk125 third_party/WebKit/Source/core/rendering/RenderTextControlMultiLine.cpp \
H A Dwebcore_rendering.target.linux-mips64.mk125 third_party/WebKit/Source/core/rendering/RenderTextControlMultiLine.cpp \
H A Dwebcore_rendering.target.linux-x86.mk125 third_party/WebKit/Source/core/rendering/RenderTextControlMultiLine.cpp \
H A Dwebcore_rendering.target.linux-x86_64.mk125 third_party/WebKit/Source/core/rendering/RenderTextControlMultiLine.cpp \

Completed in 632 milliseconds