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.cpp50 …turn inputElement()->userAgentShadowRoot()->getElementById(ShadowElementNames::searchDecoration()); in searchDecorationElement()
60 Element* searchDecoration = searchDecorationElement(); in computeControlLogicalHeight() local
61 if (RenderBox* decorationRenderer = searchDecoration ? searchDecoration->renderBox() : 0) { in computeControlLogicalHeight()
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DShadowElementNames.h49 const AtomicString& searchDecoration();
DShadowElementNames.cpp92 const AtomicString& searchDecoration() in searchDecoration() function
DTextControlInnerElements.cpp157 element->setAttribute(idAttr, ShadowElementNames::searchDecoration()); in create()