Searched refs:willRespondToMouseClickEvents (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLSummaryElement.h34 virtual bool willRespondToMouseClickEvents() OVERRIDE;
H A DHTMLLabelElement.cpp168 bool HTMLLabelElement::willRespondToMouseClickEvents() function in class:WebCore::HTMLLabelElement
170 if (control() && control()->willRespondToMouseClickEvents())
173 return HTMLElement::willRespondToMouseClickEvents();
H A DHTMLLabelElement.h38 virtual bool willRespondToMouseClickEvents() OVERRIDE;
H A DHTMLSummaryElement.cpp133 bool HTMLSummaryElement::willRespondToMouseClickEvents() function in class:WebCore::HTMLSummaryElement
138 return HTMLElement::willRespondToMouseClickEvents();
H A DHTMLButtonElement.h39 virtual bool willRespondToMouseClickEvents() OVERRIDE;
H A DHTMLButtonElement.cpp155 bool HTMLButtonElement::willRespondToMouseClickEvents() function in class:WebCore::HTMLButtonElement
159 return HTMLFormControlElement::willRespondToMouseClickEvents();
H A DHTMLAnchorElement.h79 virtual bool willRespondToMouseClickEvents() OVERRIDE;
H A DHTMLPlugInElement.h94 virtual bool willRespondToMouseClickEvents() OVERRIDE;
H A DHTMLAnchorElement.cpp490 bool HTMLAnchorElement::willRespondToMouseClickEvents() function in class:WebCore::HTMLAnchorElement
492 return isLink() || HTMLElement::willRespondToMouseClickEvents();
H A DHTMLInputElement.h229 virtual bool willRespondToMouseClickEvents() OVERRIDE;
H A DHTMLPlugInElement.cpp90 bool HTMLPlugInElement::willRespondToMouseClickEvents() function in class:WebCore::HTMLPlugInElement
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DTextControlInnerElements.h76 virtual bool willRespondToMouseClickEvents() OVERRIDE;
89 virtual bool willRespondToMouseClickEvents() OVERRIDE;
116 virtual bool willRespondToMouseClickEvents();
H A DPasswordGeneratorButtonElement.h50 virtual bool willRespondToMouseClickEvents() OVERRIDE;
H A DPickerIndicatorElement.cpp88 bool PickerIndicatorElement::willRespondToMouseClickEvents() function in class:WebCore::PickerIndicatorElement
93 return HTMLDivElement::willRespondToMouseClickEvents();
H A DMediaControlElements.h51 virtual bool willRespondToMouseClickEvents() OVERRIDE { return true; }
136 virtual bool willRespondToMouseClickEvents() OVERRIDE { return true; }
167 virtual bool willRespondToMouseClickEvents() OVERRIDE { return true; }
184 virtual bool willRespondToMouseClickEvents() OVERRIDE;
204 virtual bool willRespondToMouseClickEvents() OVERRIDE { return true; }
H A DMediaControlElementTypes.h145 virtual bool willRespondToMouseClickEvents() OVERRIDE { return true; }
161 virtual bool willRespondToMouseClickEvents() OVERRIDE;
H A DPasswordGeneratorButtonElement.cpp163 bool PasswordGeneratorButtonElement::willRespondToMouseClickEvents() function in class:WebCore::PasswordGeneratorButtonElement
169 return HTMLDivElement::willRespondToMouseClickEvents();
H A DPickerIndicatorElement.h62 virtual bool willRespondToMouseClickEvents() OVERRIDE;
H A DSliderThumbElement.h56 virtual bool willRespondToMouseClickEvents() OVERRIDE;
H A DSpinButtonElement.h65 virtual bool willRespondToMouseClickEvents() OVERRIDE;
H A DMediaControlElementTypes.cpp201 bool MediaControlVolumeSliderElement::willRespondToMouseClickEvents() function in class:WebCore::MediaControlVolumeSliderElement
206 return MediaControlInputElement::willRespondToMouseClickEvents();
H A DSpinButtonElement.cpp172 bool SpinButtonElement::willRespondToMouseClickEvents() function in class:WebCore::SpinButtonElement
177 return HTMLDivElement::willRespondToMouseClickEvents();
H A DTextControlInnerElements.cpp196 bool SearchFieldDecorationElement::willRespondToMouseClickEvents() function in class:WebCore::SearchFieldDecorationElement
267 bool SearchFieldCancelButtonElement::willRespondToMouseClickEvents() function in class:WebCore::SearchFieldCancelButtonElement
273 return HTMLDivElement::willRespondToMouseClickEvents();
367 bool InputFieldSpeechButtonElement::willRespondToMouseClickEvents() function in class:WebCore::InputFieldSpeechButtonElement
373 return HTMLDivElement::willRespondToMouseClickEvents();
H A DSliderThumbElement.cpp378 bool SliderThumbElement::willRespondToMouseClickEvents() function in class:WebCore::SliderThumbElement
384 return HTMLDivElement::willRespondToMouseClickEvents();
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DTouchDisambiguation.cpp61 if (node != eventNode && node->willRespondToMouseClickEvents()) {
110 if (!renderer || !it->get()->willRespondToMouseClickEvents())
131 if (node->willRespondToMouseClickEvents()) {

Completed in 957 milliseconds

12