Searched refs:sizeShouldIncludeDecoration (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DInputTypeView.cpp47 bool InputTypeView::sizeShouldIncludeDecoration(int, int& preferredSize) const function in class:WebCore::InputTypeView
H A DInputTypeView.h76 virtual bool sizeShouldIncludeDecoration(int defaultSize, int& preferredSize) const;
H A DNumberInputType.h54 virtual bool sizeShouldIncludeDecoration(int defaultSize, int& preferredSize) const OVERRIDE;
H A DNumberInputType.cpp166 bool NumberInputType::sizeShouldIncludeDecoration(int defaultSize, int& preferredSize) const function in class:WebCore::NumberInputType
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLInputElement.h135 bool sizeShouldIncludeDecoration(int& preferredSize) const;
H A DHTMLInputElement.cpp914 bool HTMLInputElement::sizeShouldIncludeDecoration(int& preferredSize) const function in class:WebCore::HTMLInputElement
916 return m_inputTypeView->sizeShouldIncludeDecoration(defaultSize, preferredSize);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTextControlSingleLine.cpp312 bool includesDecoration = inputElement()->sizeShouldIncludeDecoration(factor);

Completed in 197 milliseconds