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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTextControl.h32 class RenderTextControl : public RenderBlockFlow { class in namespace:blink
34 virtual ~RenderTextControl();
40 RenderTextControl(HTMLTextFormControlElement*);
73 virtual const char* renderName() const OVERRIDE { return "RenderTextControl"; }
88 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderTextControl, isTextControl());
H A DRenderTextControl.cpp23 #include "core/rendering/RenderTextControl.h"
34 RenderTextControl::RenderTextControl(HTMLTextFormControlElement* element) function in class:blink::RenderTextControl
40 RenderTextControl::~RenderTextControl()
44 HTMLTextFormControlElement* RenderTextControl::textFormControlElement() const
49 HTMLElement* RenderTextControl::innerEditorElement() const
54 void RenderTextControl::addChild(RenderObject* newChild, RenderObject* beforeChild)
65 void RenderTextControl::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle)
88 void RenderTextControl
[all...]

Completed in 86 milliseconds