Searched refs:innerSpinButtonElement (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTextControlSingleLine.h79 HTMLElement* innerSpinButtonElement() const;
H A DRenderTextControlSingleLine.cpp67 inline HTMLElement* RenderTextControlSingleLine::innerSpinButtonElement() const function in class:WebCore::RenderTextControlSingleLine
172 if (RenderBox* innerSpinBox = innerSpinButtonElement() ? innerSpinButtonElement()->renderBox() : 0) {
334 HTMLElement* spinButton = innerSpinButtonElement();

Completed in 133 milliseconds