Searched refs:innerEditor (Results 1 – 5 of 5) sorted by relevance
303 RefPtr<TextControlInnerTextElement> innerEditor = TextControlInnerTextElement::create(document); in createShadowSubtree() local305 shadowRoot->appendChild(innerEditor.release()); in createShadowSubtree()314 editingViewPort->appendChild(innerEditor.release()); in createShadowSubtree()362 RefPtr<Element> innerEditor = element().innerTextElement(); in listAttributeTargetChanged() local363 innerEditor->parentNode()->replaceChild(rpContainer.get(), innerEditor.get()); in listAttributeTargetChanged()365 editingViewPort->appendChild(innerEditor.release()); in listAttributeTargetChanged()
44 const AtomicString& innerEditor();
62 const AtomicString& innerEditor() in innerEditor() function
116 element->setAttribute(idAttr, ShadowElementNames::innerEditor()); in create()
656 return toHTMLElement(userAgentShadowRoot()->getElementById(ShadowElementNames::innerEditor())); in innerTextElement()