Home
last modified time | relevance | path

Searched defs:supportLabels (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DLabelableElement.h46 virtual bool supportLabels() const { return false; } in supportLabels() function
DHTMLOutputElement.h62 virtual bool supportLabels() const OVERRIDE { return true; } in supportLabels() function
DHTMLProgressElement.h57 virtual bool supportLabels() const OVERRIDE { return true; } in supportLabels() function
DHTMLKeygenElement.h55 virtual bool supportLabels() const OVERRIDE { return true; } in supportLabels() function
DHTMLButtonElement.h60 virtual bool supportLabels() const OVERRIDE { return true; } in supportLabels() function
DHTMLMeterElement.h74 virtual bool supportLabels() const OVERRIDE { return true; } in supportLabels() function
DHTMLTextAreaElement.h97 virtual bool supportLabels() const OVERRIDE { return true; } in supportLabels() function
DHTMLSelectElement.h139 virtual bool supportLabels() const OVERRIDE { return true; } in supportLabels() function
DHTMLInputElement.cpp1632 bool HTMLInputElement::supportLabels() const in supportLabels() function in WebCore::HTMLInputElement