Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DSpinButtonElement.cpp45 inline SpinButtonElement::SpinButtonElement(Document& document, SpinButtonOwner& spinButtonOwner) in SpinButtonElement() function in WebCore::SpinButtonElement
51 , m_repeatingTimer(this, &SpinButtonElement::repeatingTimerFired) in SpinButtonElement()
55 PassRefPtrWillBeRawPtr<SpinButtonElement> SpinButtonElement::create(Document& document, SpinButtonO… in create()
57 …RefPtrWillBeRawPtr<SpinButtonElement> element = adoptRefWillBeNoop(new SpinButtonElement(document,… in create()
63 void SpinButtonElement::detach(const AttachContext& context) in detach()
69 void SpinButtonElement::defaultEventHandler(Event* event) in defaultEventHandler()
139 void SpinButtonElement::willOpenPopup() in willOpenPopup()
145 void SpinButtonElement::forwardEvent(Event* event) in forwardEvent()
163 bool SpinButtonElement::willRespondToMouseMoveEvents() in willRespondToMouseMoveEvents()
171 bool SpinButtonElement::willRespondToMouseClickEvents() in willRespondToMouseClickEvents()
[all …]
DSpinButtonElement.h36 class SpinButtonElement FINAL : public HTMLDivElement, public PopupOpeningObserver {
61 static PassRefPtrWillBeRawPtr<SpinButtonElement> create(Document&, SpinButtonOwner&);
76 SpinButtonElement(Document&, SpinButtonOwner&);
88 void repeatingTimerFired(Timer<SpinButtonElement>*);
97 Timer<SpinButtonElement> m_repeatingTimer;
100 DEFINE_TYPE_CASTS(SpinButtonElement, Node, node, toElement(node)->isSpinButtonElement(), toElement(…
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DTextFieldInputType.cpp119 if (SpinButtonElement* spinButton = spinButtonElement()) in ~TextFieldInputType()
124 SpinButtonElement* TextFieldInputType::spinButtonElement() const in spinButtonElement()
223 if (SpinButtonElement* spinButton = spinButtonElement()) { in forwardEvent()
261 if (SpinButtonElement *spinButton = spinButtonElement()) in handleBlurEvent()
311 container->appendChild(SpinButtonElement::create(document, *this)); in createShadowSubtree()
324 if (SpinButtonElement* spinButton = spinButtonElement()) in destroyShadowSubtree()
368 if (SpinButtonElement* spinButton = spinButtonElement()) in disabledAttributeChanged()
374 if (SpinButtonElement* spinButton = spinButtonElement()) in readonlyAttributeChanged()
557 void TextFieldInputType::spinButtonDidReleaseMouseCapture(SpinButtonElement::EventDispatch eventDis… in spinButtonDidReleaseMouseCapture()
559 if (eventDispatch == SpinButtonElement::EventDispatchAllowed) in spinButtonDidReleaseMouseCapture()
DTextFieldInputType.h43 class TextFieldInputType : public InputType, protected SpinButtonElement::SpinButtonOwner {
97 virtual void spinButtonDidReleaseMouseCapture(SpinButtonElement::EventDispatch) OVERRIDE FINAL;
99 SpinButtonElement* spinButtonElement() const;
DBaseMultipleFieldsDateAndTimeInputType.cpp135 SpinButtonElement* BaseMultipleFieldsDateAndTimeInputType::spinButtonElement() const in spinButtonElement()
166 if (SpinButtonElement *spinButton = spinButtonElement()) in didBlurFromControl()
246 void BaseMultipleFieldsDateAndTimeInputType::spinButtonDidReleaseMouseCapture(SpinButtonElement::Ev… in spinButtonDidReleaseMouseCapture()
248 if (eventDispatch == SpinButtonElement::EventDispatchAllowed) in spinButtonDidReleaseMouseCapture()
299 if (SpinButtonElement* element = spinButtonElement()) in ~BaseMultipleFieldsDateAndTimeInputType()
356 container->appendChild(SpinButtonElement::create(document, *this)); in createShadowSubtree()
369 if (SpinButtonElement* element = spinButtonElement()) in destroyShadowSubtree()
404 if (SpinButtonElement* element = spinButtonElement()) { in forwardEvent()
DBaseMultipleFieldsDateAndTimeInputType.h50 , protected SpinButtonElement::SpinButtonOwner
80 virtual void spinButtonDidReleaseMouseCapture(SpinButtonElement::EventDispatch) OVERRIDE;
119 SpinButtonElement* spinButtonElement() const;
/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/rendering/
DRenderTheme.cpp734 SpinButtonElement* element = toSpinButtonElement(node); in isSpinUpButtonPartPressed()
735 return element->upDownState() == SpinButtonElement::Up; in isSpinUpButtonPartPressed()
754 SpinButtonElement* element = toSpinButtonElement(node); in isHovered()
755 return element->hovered() && element->upDownState() != SpinButtonElement::Indeterminate; in isHovered()
763 SpinButtonElement* element = toSpinButtonElement(node); in isSpinUpButtonPartHovered()
764 return element->upDownState() == SpinButtonElement::Up; in isSpinUpButtonPartHovered()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_html.target.linux-x86.mk283 third_party/WebKit/Source/core/html/shadow/SpinButtonElement.cpp \
Dwebcore_html.target.linux-arm64.mk283 third_party/WebKit/Source/core/html/shadow/SpinButtonElement.cpp \
Dwebcore_html.target.darwin-x86.mk283 third_party/WebKit/Source/core/html/shadow/SpinButtonElement.cpp \
Dwebcore_html.target.darwin-arm64.mk283 third_party/WebKit/Source/core/html/shadow/SpinButtonElement.cpp \
Dwebcore_html.target.darwin-x86_64.mk283 third_party/WebKit/Source/core/html/shadow/SpinButtonElement.cpp \
Dwebcore_html.target.linux-mips.mk283 third_party/WebKit/Source/core/html/shadow/SpinButtonElement.cpp \
Dwebcore_html.target.linux-x86_64.mk283 third_party/WebKit/Source/core/html/shadow/SpinButtonElement.cpp \
Dwebcore_html.target.darwin-mips.mk283 third_party/WebKit/Source/core/html/shadow/SpinButtonElement.cpp \
Dwebcore_html.target.linux-arm.mk283 third_party/WebKit/Source/core/html/shadow/SpinButtonElement.cpp \
Dwebcore_html.target.darwin-arm.mk283 third_party/WebKit/Source/core/html/shadow/SpinButtonElement.cpp \
Dcore.gypi2809 'html/shadow/SpinButtonElement.cpp',
2810 'html/shadow/SpinButtonElement.h',