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.h44 virtual bool supportLabels() const { return false; } in supportLabels() function
DHTMLOutputElement.h60 virtual bool supportLabels() const OVERRIDE { return true; } in supportLabels() function
DHTMLProgressElement.h55 virtual bool supportLabels() const OVERRIDE { return true; } in supportLabels() function
DHTMLKeygenElement.h57 virtual bool supportLabels() const OVERRIDE { return true; } in supportLabels() function
DHTMLButtonElement.h60 virtual bool supportLabels() const OVERRIDE { return true; } in supportLabels() function
DHTMLMeterElement.h72 virtual bool supportLabels() const OVERRIDE { return true; } in supportLabels() function
DHTMLTextAreaElement.h92 virtual bool supportLabels() const OVERRIDE { return true; } in supportLabels() function
DHTMLSelectElement.h132 virtual bool supportLabels() const OVERRIDE { return true; } in supportLabels() function
DHTMLInputElement.cpp1655 bool HTMLInputElement::supportLabels() const in supportLabels() function in WebCore::HTMLInputElement