Home
last modified time | relevance | path

Searched refs:innerTextElement (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderTextControlSingleLine.cpp264 RenderBox* innerTextRenderer = innerTextElement()->renderBox(); in layout()
349 if (result.innerNode()->isDescendantOf(innerTextElement()) || result.innerNode() == node()) in nodeAtPoint()
367 RenderBox* innerTextRenderer = innerTextElement()->renderBox(); in nodeAtPoint()
393 RenderBox* innerTextRenderer = innerTextElement()->renderBox(); in forwardEvent()
1036 RenderLayer* layer = innerTextElement()->renderBox()->layer(); in autoscroll()
1043 if (innerTextElement()) in scrollWidth()
1044 return innerTextElement()->scrollWidth(); in scrollWidth()
1050 if (innerTextElement()) in scrollHeight()
1051 return innerTextElement()->scrollHeight(); in scrollHeight()
1057 if (innerTextElement()) in scrollLeft()
[all …]
DRenderTextControlMultiLine.cpp68 if (result.innerNode() == node() || result.innerNode() == innerTextElement()) in nodeAtPoint()
137 if (HTMLElement* innerText = innerTextElement()) { in textBlockInsetLeft()
147 if (HTMLElement* innerText = innerTextElement()) { in textBlockInsetRight()
157 if (HTMLElement* innerText = innerTextElement()) { in textBlockInsetTop()
DRenderTextControl.cpp209 HTMLElement* innerText = innerTextElement(); in selectionStart()
222 HTMLElement* innerText = innerTextElement(); in selectionEnd()
347 int RenderTextControl::indexForVisiblePosition(HTMLElement* innerTextElement, const VisiblePosition… in indexForVisiblePosition() argument
350 if (!RenderTextControl::isSelectableElement(innerTextElement, indexPosition.deprecatedNode())) in indexForVisiblePosition()
354 range->setStart(innerTextElement, 0, ec); in indexForVisiblePosition()
617 HTMLElement* RenderTextControl::innerTextElement() const in innerTextElement() function in WebCore::RenderTextControl
652 RenderBox* textRenderer = innerTextElement() ? innerTextElement()->renderBox() : 0; in paintPlaceholder()
DRenderTextControl.h37 HTMLElement* innerTextElement() const;
/external/webkit/Source/WebCore/editing/
DTextIterator.cpp634 if (HTMLElement* innerTextElement = toRenderTextControl(renderer)->innerTextElement()) { in handleReplacedElement() local
635 m_node = innerTextElement->shadowTreeRootNode(); in handleReplacedElement()
/external/webkit/Source/WebCore/accessibility/
DAccessibilityRenderObject.cpp2493 …nderTextControl::indexForVisiblePosition(toRenderTextControl(m_renderer)->innerTextElement(), pos); in indexForVisiblePosition()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2451469 recreated, which in turn makes a new innerTextElement. However, if the text field was
51470 focused, the VisibleSelection is left pointing to the old innerTextElement, so text
DChangeLog-2009-06-1631127 then we say we hit the innerTextElement.
31130 'innerTextElement' terminology used elsewhere.
59793 (WebCore::RenderTextControl::innerTextElement):
DChangeLog-2008-08-108390 (WebCore::RenderTextControl::innerTextElement): Added.
8391 * rendering/RenderTextControl.h: Added innerTextElement(), a private
DChangeLog58403 Remove need for 'friend' clause by making innerTextElement() public.
DChangeLog-2010-01-2996495 remove assumption that innerTextElement will never be 0 since RenderTextControl