Home
last modified time | relevance | path

Searched refs:searchDecoration (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderSearchField.cpp51 …turn inputElement()->userAgentShadowRoot()->getElementById(ShadowElementNames::searchDecoration()); in searchDecorationElement()
61 Element* searchDecoration = searchDecorationElement(); in computeControlLogicalHeight() local
62 if (RenderBox* decorationRenderer = searchDecoration ? searchDecoration->renderBox() : 0) { in computeControlLogicalHeight()
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DShadowElementNames.h48 const AtomicString& searchDecoration();
DShadowElementNames.cpp86 const AtomicString& searchDecoration() in searchDecoration() function
DTextControlInnerElements.cpp163 element->setAttribute(idAttr, ShadowElementNames::searchDecoration()); in create()