Searched refs:searchDecoration (Results 1 – 4 of 4) sorted by relevance
51 …turn inputElement()->userAgentShadowRoot()->getElementById(ShadowElementNames::searchDecoration()); in searchDecorationElement()61 Element* searchDecoration = searchDecorationElement(); in computeControlLogicalHeight() local62 if (RenderBox* decorationRenderer = searchDecoration ? searchDecoration->renderBox() : 0) { in computeControlLogicalHeight()
48 const AtomicString& searchDecoration();
86 const AtomicString& searchDecoration() in searchDecoration() function
163 element->setAttribute(idAttr, ShadowElementNames::searchDecoration()); in create()