Searched refs:innerEditorElement (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderTextControlSingleLine.cpp | 108 RenderBox* innerEditorRenderer = innerEditorElement()->renderBox(); in layout() 206 …if (result.innerNode()->isDescendantOf(innerEditorElement()) || result.innerNode() == node() || (c… in nodeAtPoint() 236 RenderObject* innerEditorRenderer = innerEditorElement()->renderer(); in styleDidChange() 369 RenderBox* renderer = innerEditorElement()->renderBox(); in autoscroll() 378 if (innerEditorElement()) in scrollWidth() 379 return innerEditorElement()->scrollWidth(); in scrollWidth() 385 if (innerEditorElement()) in scrollHeight() 386 return innerEditorElement()->scrollHeight(); in scrollHeight() 392 if (innerEditorElement()) in scrollLeft() 393 return innerEditorElement()->scrollLeft(); in scrollLeft() [all …]
|
D | RenderTextControl.cpp | 49 HTMLElement* RenderTextControl::innerEditorElement() const in innerEditorElement() function in blink::RenderTextControl 51 return textFormControlElement()->innerEditorElement(); in innerEditorElement() 68 Element* innerEditor = innerEditorElement(); in styleDidChange() 105 Element* innerEditor = innerEditorElement(); in textBlockLogicalWidth() 117 Element* innerEditor = innerEditorElement(); in updateFromElement() 130 HTMLElement* innerEditor = innerEditorElement(); in computeLogicalHeight() 153 HTMLElement* innerEditor = innerEditorElement(); in hitInnerEditorElement() 249 if (RenderBox* innerEditorRenderBox = innerEditorElement()->renderBox()) in computeIntrinsicLogicalWidths()
|
D | RenderTextControlMultiLine.cpp | 45 if (result.innerNode() == node() || result.innerNode() == innerEditorElement()) in nodeAtPoint()
|
D | RenderTextControl.h | 44 HTMLElement* innerEditorElement() const;
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLTextFormControlElement.cpp | 113 innerEditorElement()->defaultEventHandler(event); in forwardEvent() 363 HTMLElement* innerEditor = innerEditorElement(); in setSelectionRange() 392 return VisiblePosition(firstPositionInNode(innerEditorElement()), DOWNSTREAM); in visiblePositionForIndex() 394 bool selected = Range::selectNodeContents(innerEditorElement(), start, end); in visiblePositionForIndex() 409 range->setStart(innerEditorElement(), 0, ASSERT_NO_EXCEPTION); in indexForVisiblePosition() 431 return indexForPosition(innerEditorElement(), frame->selection().start()); in computeSelectionStart() 450 return indexForPosition(innerEditorElement(), frame->selection().end()); in computeSelectionEnd() 513 HTMLElement* innerText = innerEditorElement(); in selection() 587 if (textIsChanged || !innerEditorElement()->hasChildren()) { in setInnerEditorValue() 592 innerEditorElement()->setInnerText(value, ASSERT_NO_EXCEPTION); in setInnerEditorValue() [all …]
|
D | HTMLTextFormControlElementTest.cpp | 184 HTMLElement* innerText = textControl().innerEditorElement(); in TEST_F() 216 …Position newPosition(input->innerEditorElement()->firstChild(), 3, Position::PositionIsOffsetInAnc… in TEST_F()
|
D | HTMLTextFormControlElement.h | 86 HTMLElement* innerEditorElement() const;
|
D | HTMLTextAreaElement.cpp | 570 userAgentShadowRoot()->insertBefore(placeholder, innerEditorElement()->nextSibling()); in updatePlaceholderText()
|
/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
D | TextFieldInputType.cpp | 232 if (RenderBox* innerEditorRenderer = element().innerEditorElement()->renderBox()) { in forwardEvent() 345 RefPtrWillBeRawPtr<Element> innerEditor = element().innerEditorElement(); in listAttributeTargetChanged() 460 Node* previous = container ? container : element().innerEditorElement(); in updatePlaceholderText()
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | SpellChecker.cpp | 143 element = textControl->innerEditorElement(); in didBeginEditing() 747 HTMLElement* innerEditor = textFormControlElement->innerEditorElement(); in didEndEditingOnTextField()
|