Home | History | Annotate | Download | only in rendering

Lines Matching defs:RenderTextControl

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() const
157 int RenderTextControl::textBlockWidth() const
163 void RenderTextControl::updateFromElement()
168 void RenderTextControl::setInnerTextValue(const String& innerTextValue)
205 void RenderTextControl::setLastChangeWasUserEdit(bool lastChangeWasUserEdit)
211 int RenderTextControl::selectionStart()
219 int RenderTextControl::selectionEnd()
227 void RenderTextControl::setSelectionStart(int start)
232 void RenderTextControl::setSelectionEnd(int end)
237 void RenderTextControl::select()
242 void RenderTextControl::setSelectionRange(int start, int end)
276 VisibleSelection RenderTextControl::selection(int start, int end) const
282 VisiblePosition RenderTextControl::visiblePositionForIndex(int index)
299 int RenderTextControl::indexForVisiblePosition(const VisiblePosition& pos)
313 void RenderTextControl::subtreeHasChanged()
319 String RenderTextControl::finishText(Vector<UChar>& result) const
332 String RenderTextControl::text()
368 String RenderTextControl::textWithHardLineBreaks()
418 int RenderTextControl::scrollbarThickness() const
424 void RenderTextControl::calcHeight()
440 void RenderTextControl::hitInnerTextElement(HitTestResult& result, int xPos, int yPos, int tx, int ty)
448 void RenderTextControl::forwardEvent(Event* event)
455 IntRect RenderTextControl::controlClipRect(int tx, int ty) const
462 void RenderTextControl::calcPrefWidths()
498 void RenderTextControl::selectionChanged(bool userTriggered)
508 void RenderTextControl::addFocusRingRects(Vector<IntRect>& rects, int tx, int ty)
514 HTMLElement* RenderTextControl::innerTextElement() const
519 void RenderTextControl::updatePlaceholderVisibility(bool placeholderShouldBeVisible, bool placeholderValueChanged)