Searched refs:SpinButtonOwner (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/html/shadow/
H A DSpinButtonElement.h44 class SpinButtonOwner { class in class:WebCore::final
46 virtual ~SpinButtonOwner() { }
55 // because SpinButtonElement can be outlive SpinButtonOwner
57 static PassRefPtr<SpinButtonElement> create(Document&, SpinButtonOwner&);
70 SpinButtonElement(Document&, SpinButtonOwner&);
88 SpinButtonOwner* m_spinButtonOwner;
H A DSpinButtonElement.cpp46 inline SpinButtonElement::SpinButtonElement(Document& document, SpinButtonOwner& spinButtonOwner)
57 PassRefPtr<SpinButtonElement> SpinButtonElement::create(Document& document, SpinButtonOwner& spinButtonOwner)
/macosx-10.10/WebCore-7600.1.25/html/
H A DTextFieldInputType.h44 class TextFieldInputType : public InputType, protected SpinButtonElement::SpinButtonOwner {
102 // SpinButtonElement::SpinButtonOwner functions.

Completed in 173 milliseconds