HomeSort by relevance Sort by last modified time
    Searched defs:RenderTextControl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTextControl.h 32 class RenderTextControl : public RenderBlockFlow {
34 virtual ~RenderTextControl();
40 RenderTextControl(HTMLTextFormControlElement*);
73 virtual const char* renderName() const OVERRIDE { return "RenderTextControl"; }
88 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderTextControl, isTextControl());
RenderTextControl.cpp 23 #include "core/rendering/RenderTextControl.h"
35 RenderTextControl::RenderTextControl(HTMLTextFormControlElement* element)
41 RenderTextControl::~RenderTextControl()
45 HTMLTextFormControlElement* RenderTextControl::textFormControlElement() const
50 HTMLElement* RenderTextControl::innerEditorElement() const
55 void RenderTextControl::addChild(RenderObject* newChild, RenderObject* beforeChild)
66 void RenderTextControl::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle)
89 void RenderTextControl::adjustInnerEditorStyle(RenderStyle* textBlockStyle) cons
    [all...]

Completed in 114 milliseconds