Home
last modified time | relevance | path

Searched refs:willRespondToMouseClickEvents (Results 1 – 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DMediaControlElements.h93 virtual bool willRespondToMouseClickEvents() OVERRIDE { return true; } in willRespondToMouseClickEvents() function
109 virtual bool willRespondToMouseClickEvents() OVERRIDE { return true; } in willRespondToMouseClickEvents() function
141 virtual bool willRespondToMouseClickEvents() OVERRIDE { return true; } in willRespondToMouseClickEvents() function
158 virtual bool willRespondToMouseClickEvents() OVERRIDE;
179 virtual bool willRespondToMouseClickEvents() OVERRIDE { return true; } in willRespondToMouseClickEvents() function
197 virtual bool willRespondToMouseClickEvents() OVERRIDE;
DTextControlInnerElements.h74 virtual bool willRespondToMouseClickEvents() OVERRIDE;
87 virtual bool willRespondToMouseClickEvents() OVERRIDE;
DTextControlInnerElements.cpp190 bool SearchFieldDecorationElement::willRespondToMouseClickEvents() in willRespondToMouseClickEvents() function in WebCore::SearchFieldDecorationElement
242 bool SearchFieldCancelButtonElement::willRespondToMouseClickEvents() in willRespondToMouseClickEvents() function in WebCore::SearchFieldCancelButtonElement
248 return HTMLDivElement::willRespondToMouseClickEvents(); in willRespondToMouseClickEvents()
DPickerIndicatorElement.cpp88 bool PickerIndicatorElement::willRespondToMouseClickEvents() in willRespondToMouseClickEvents() function in WebCore::PickerIndicatorElement
93 return HTMLDivElement::willRespondToMouseClickEvents(); in willRespondToMouseClickEvents()
DSpinButtonElement.cpp171 bool SpinButtonElement::willRespondToMouseClickEvents() in willRespondToMouseClickEvents() function in WebCore::SpinButtonElement
176 return HTMLDivElement::willRespondToMouseClickEvents(); in willRespondToMouseClickEvents()
DPickerIndicatorElement.h65 virtual bool willRespondToMouseClickEvents() OVERRIDE;
DSliderThumbElement.h56 virtual bool willRespondToMouseClickEvents() OVERRIDE;
DSpinButtonElement.h69 virtual bool willRespondToMouseClickEvents() OVERRIDE;
DMediaControlElements.cpp421 bool MediaControlTimelineElement::willRespondToMouseClickEvents() in willRespondToMouseClickEvents() function in WebCore::MediaControlTimelineElement
491 bool MediaControlVolumeSliderElement::willRespondToMouseClickEvents() in willRespondToMouseClickEvents() function in WebCore::MediaControlVolumeSliderElement
496 return MediaControlInputElement::willRespondToMouseClickEvents(); in willRespondToMouseClickEvents()
DSliderThumbElement.cpp386 bool SliderThumbElement::willRespondToMouseClickEvents() in willRespondToMouseClickEvents() function in WebCore::SliderThumbElement
392 return HTMLDivElement::willRespondToMouseClickEvents(); in willRespondToMouseClickEvents()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLLabelElement.cpp178 bool HTMLLabelElement::willRespondToMouseClickEvents() in willRespondToMouseClickEvents() function in WebCore::HTMLLabelElement
180 if (control() && control()->willRespondToMouseClickEvents()) in willRespondToMouseClickEvents()
183 return HTMLElement::willRespondToMouseClickEvents(); in willRespondToMouseClickEvents()
DHTMLSummaryElement.cpp133 bool HTMLSummaryElement::willRespondToMouseClickEvents() in willRespondToMouseClickEvents() function in WebCore::HTMLSummaryElement
138 return HTMLElement::willRespondToMouseClickEvents(); in willRespondToMouseClickEvents()
DHTMLButtonElement.cpp154 bool HTMLButtonElement::willRespondToMouseClickEvents() in willRespondToMouseClickEvents() function in WebCore::HTMLButtonElement
158 return HTMLFormControlElement::willRespondToMouseClickEvents(); in willRespondToMouseClickEvents()
DHTMLSummaryElement.h34 virtual bool willRespondToMouseClickEvents() OVERRIDE;
DHTMLLabelElement.h38 virtual bool willRespondToMouseClickEvents() OVERRIDE;
DHTMLButtonElement.h39 virtual bool willRespondToMouseClickEvents() OVERRIDE;
DHTMLAnchorElement.h77 virtual bool willRespondToMouseClickEvents() OVERRIDE FINAL;
DHTMLPlugInElement.h103 virtual bool willRespondToMouseClickEvents() OVERRIDE FINAL;
DHTMLAnchorElement.cpp409 bool HTMLAnchorElement::willRespondToMouseClickEvents() in willRespondToMouseClickEvents() function in WebCore::HTMLAnchorElement
411 return isLink() || HTMLElement::willRespondToMouseClickEvents(); in willRespondToMouseClickEvents()
DHTMLInputElement.h217 virtual bool willRespondToMouseClickEvents() OVERRIDE;
DHTMLPlugInElement.cpp96 bool HTMLPlugInElement::willRespondToMouseClickEvents() in willRespondToMouseClickEvents() function in WebCore::HTMLPlugInElement
/external/chromium_org/third_party/WebKit/Source/core/page/
DTouchDisambiguation.cpp59 if (node != eventNode && node->willRespondToMouseClickEvents()) { in boundingBoxForEventNodes()
108 if (!renderer || !it->get()->willRespondToMouseClickEvents()) in findGoodTouchTargets()
129 if (node->willRespondToMouseClickEvents()) { in findGoodTouchTargets()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAElement.cpp220 bool SVGAElement::willRespondToMouseClickEvents() in willRespondToMouseClickEvents() function in WebCore::SVGAElement
222 return isLink() || SVGGraphicsElement::willRespondToMouseClickEvents(); in willRespondToMouseClickEvents()
DSVGAElement.h57 virtual bool willRespondToMouseClickEvents() OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DTextFieldInputType.cpp95 virtual bool willRespondToMouseClickEvents() OVERRIDE in willRespondToMouseClickEvents() function in WebCore::FINAL

12