Home
last modified time | relevance | path

Searched refs:SpinButtonElement (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DSpinButtonElement.cpp46 inline SpinButtonElement::SpinButtonElement(Document& document, SpinButtonOwner& spinButtonOwner) in SpinButtonElement() function in WebCore::SpinButtonElement
52 , m_repeatingTimer(this, &SpinButtonElement::repeatingTimerFired) in SpinButtonElement()
56 PassRefPtr<SpinButtonElement> SpinButtonElement::create(Document& document, SpinButtonOwner& spinBu… in create()
58 RefPtr<SpinButtonElement> element = adoptRef(new SpinButtonElement(document, spinButtonOwner)); in create()
64 void SpinButtonElement::detach(const AttachContext& context) in detach()
70 void SpinButtonElement::defaultEventHandler(Event* event) in defaultEventHandler()
140 void SpinButtonElement::willOpenPopup() in willOpenPopup()
146 void SpinButtonElement::forwardEvent(Event* event) in forwardEvent()
164 bool SpinButtonElement::willRespondToMouseMoveEvents() in willRespondToMouseMoveEvents()
172 bool SpinButtonElement::willRespondToMouseClickEvents() in willRespondToMouseClickEvents()
[all …]
DSpinButtonElement.h36 class SpinButtonElement FINAL : public HTMLDivElement, public PopupOpeningObserver {
57 static PassRefPtr<SpinButtonElement> create(Document&, SpinButtonOwner&);
70 SpinButtonElement(Document&, SpinButtonOwner&);
82 void repeatingTimerFired(Timer<SpinButtonElement>*);
91 Timer<SpinButtonElement> m_repeatingTimer;
94 DEFINE_TYPE_CASTS(SpinButtonElement, Node, node, toElement(node)->isSpinButtonElement(), toElement(…
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXSpinButton.h40 void setSpinButtonElement(SpinButtonElement* spinButton) { m_spinButtonElement = spinButton; } in setSpinButtonElement()
52 SpinButtonElement* m_spinButtonElement;
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DTextFieldInputType.cpp118 if (SpinButtonElement* spinButton = spinButtonElement()) in ~TextFieldInputType()
122 SpinButtonElement* TextFieldInputType::spinButtonElement() const in spinButtonElement()
229 if (SpinButtonElement* spinButton = spinButtonElement()) { in forwardEvent()
328 container->appendChild(SpinButtonElement::create(document, *this)); in createShadowSubtree()
341 if (SpinButtonElement* spinButton = spinButtonElement()) in destroyShadowSubtree()
383 if (SpinButtonElement* spinButton = spinButtonElement()) in disabledAttributeChanged()
389 if (SpinButtonElement* spinButton = spinButtonElement()) in readonlyAttributeChanged()
DTextFieldInputType.h43 class TextFieldInputType : public InputType, protected SpinButtonElement::SpinButtonOwner {
97 SpinButtonElement* spinButtonElement() const;
DBaseMultipleFieldsDateAndTimeInputType.cpp134 SpinButtonElement* BaseMultipleFieldsDateAndTimeInputType::spinButtonElement() const in spinButtonElement()
288 if (SpinButtonElement* element = spinButtonElement()) in ~BaseMultipleFieldsDateAndTimeInputType()
344 container->appendChild(SpinButtonElement::create(document, *this)); in createShadowSubtree()
364 if (SpinButtonElement* element = spinButtonElement()) in destroyShadowSubtree()
399 if (SpinButtonElement* element = spinButtonElement()) { in forwardEvent()
DBaseMultipleFieldsDateAndTimeInputType.h50 , protected SpinButtonElement::SpinButtonOwner
115 SpinButtonElement* spinButtonElement() const;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTheme.cpp801 SpinButtonElement* element = toSpinButtonElement(node); in isSpinUpButtonPartPressed()
802 return element->upDownState() == SpinButtonElement::Up; in isSpinUpButtonPartPressed()
820 SpinButtonElement* element = toSpinButtonElement(node); in isHovered()
821 return element->hovered() && element->upDownState() != SpinButtonElement::Indeterminate; in isHovered()
829 SpinButtonElement* element = toSpinButtonElement(node); in isSpinUpButtonPartHovered()
830 return element->upDownState() == SpinButtonElement::Up; in isSpinUpButtonPartHovered()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_html.target.linux-arm.mk268 third_party/WebKit/Source/core/html/shadow/SpinButtonElement.cpp \
Dwebcore_html.target.darwin-x86.mk268 third_party/WebKit/Source/core/html/shadow/SpinButtonElement.cpp \
Dwebcore_html.target.linux-mips.mk268 third_party/WebKit/Source/core/html/shadow/SpinButtonElement.cpp \
Dwebcore_html.target.darwin-mips.mk268 third_party/WebKit/Source/core/html/shadow/SpinButtonElement.cpp \
Dwebcore_html.target.darwin-arm.mk268 third_party/WebKit/Source/core/html/shadow/SpinButtonElement.cpp \
Dwebcore_html.target.linux-x86.mk268 third_party/WebKit/Source/core/html/shadow/SpinButtonElement.cpp \
Dcore.gypi2651 'html/shadow/SpinButtonElement.cpp',
2652 'html/shadow/SpinButtonElement.h',