Searched defs:sizeShouldIncludeDecoration (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DInputTypeView.cpp52 bool InputTypeView::sizeShouldIncludeDecoration(int, int& preferredSize) const function in class:blink::InputTypeView
H A DNumberInputType.cpp151 bool NumberInputType::sizeShouldIncludeDecoration(int defaultSize, int& preferredSize) const function in class:blink::NumberInputType
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLInputElement.cpp898 bool HTMLInputElement::sizeShouldIncludeDecoration(int& preferredSize) const function in class:blink::HTMLInputElement
900 return m_inputTypeView->sizeShouldIncludeDecoration(defaultSize, preferredSize);

Completed in 827 milliseconds