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

  /external/webkit/WebCore/rendering/
RenderTextControl.h 33 class RenderTextControl : public RenderBlock {
35 virtual ~RenderTextControl();
62 RenderTextControl(Node*, bool);
92 virtual const char* renderName() const { return "RenderTextControl"; }
113 inline RenderTextControl* toRenderTextControl(RenderObject* object)
116 return static_cast<RenderTextControl*>(object);
119 inline const RenderTextControl* toRenderTextControl(const RenderObject* object)
122 return static_cast<const RenderTextControl*>(object);
126 void toRenderTextControl(const RenderTextControl*);
RenderTextControl.cpp 23 #include "RenderTextControl.h"
70 RenderTextControl::RenderTextControl(Node* node, bool placeholderVisible)
78 RenderTextControl::~RenderTextControl()
85 void RenderTextControl::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle)
102 void RenderTextControl::setInnerTextStyle(PassRefPtr<RenderStyle> style)
129 void RenderTextControl::adjustInnerTextStyle(const RenderStyle* startStyle, RenderStyle* textBlockStyle) const
140 void RenderTextControl::createSubtreeIfNeeded(TextControlInnerElement* innerBlock)
152 int RenderTextControl::textBlockHeight() cons
    [all...]

Completed in 27 milliseconds