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

  /external/webkit/Source/WebCore/rendering/
RenderTextControl.h 33 class RenderTextControl : public RenderBlock {
35 virtual ~RenderTextControl();
57 RenderTextControl(Node*, bool);
88 virtual const char* renderName() const { return "RenderTextControl"; }
121 inline RenderTextControl* toRenderTextControl(RenderObject* object)
124 return static_cast<RenderTextControl*>(object);
127 inline const RenderTextControl* toRenderTextControl(const RenderObject* object)
130 return static_cast<const RenderTextControl*>(object);
134 void toRenderTextControl(const RenderTextControl*);
RenderTextControl.cpp 23 #include "RenderTextControl.h"
74 RenderTextControl::RenderTextControl(Node* node, bool placeholderVisible)
81 RenderTextControl::~RenderTextControl()
88 void RenderTextControl::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle)
103 void RenderTextControl::setInnerTextStyle(PassRefPtr<RenderStyle> style)
130 void RenderTextControl::adjustInnerTextStyle(const RenderStyle* startStyle, RenderStyle* textBlockStyle) const
141 void RenderTextControl::createSubtreeIfNeeded(TextControlInnerElement* innerBlock)
153 int RenderTextControl::textBlockHeight() cons
    [all...]

Completed in 26 milliseconds