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 RenderBlock {
34 virtual ~RenderTextControl();
40 RenderTextControl(HTMLTextFormControlElement*);
68 virtual const char* renderName() const { return "RenderTextControl"; }
84 inline RenderTextControl* toRenderTextControl(RenderObject* object)
87 return static_cast<RenderTextControl*>(object);
90 inline const RenderTextControl* toRenderTextControl(const RenderObject* object)
93 return static_cast<const RenderTextControl*>(object);
97 void toRenderTextControl(const RenderTextControl*);
RenderTextControl.cpp 23 #include "core/rendering/RenderTextControl.h"
35 RenderTextControl::RenderTextControl(HTMLTextFormControlElement* element)
41 RenderTextControl::~RenderTextControl()
45 HTMLTextFormControlElement* RenderTextControl::textFormControlElement() const
50 HTMLElement* RenderTextControl::innerTextElement() const
55 void RenderTextControl::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle)
78 void RenderTextControl::adjustInnerTextStyle(RenderStyle* textBlockStyle) const
88 int RenderTextControl::textBlockLogicalHeight() cons
    [all...]

Completed in 7388 milliseconds