HomeSort by relevance Sort by last modified time
    Searched refs:supportLabels (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
LabelableElement.cpp 44 if (!supportLabels())
LabelableElement.h 46 virtual bool supportLabels() const { return false; }
HTMLKeygenElement.h 56 virtual bool supportLabels() const OVERRIDE { return true; }
HTMLMeterElement.h 75 virtual bool supportLabels() const OVERRIDE { return true; }
HTMLOutputElement.h 63 virtual bool supportLabels() const OVERRIDE { return true; }
HTMLProgressElement.h 58 virtual bool supportLabels() const OVERRIDE { return true; }
HTMLButtonElement.h 63 virtual bool supportLabels() const OVERRIDE { return true; }
HTMLTextAreaElement.h 102 virtual bool supportLabels() const OVERRIDE { return true; }
HTMLLabelElement.cpp 67 if (element->supportLabels())
74 if (isLabelableElement(*element) && toLabelableElement(*element).supportLabels())
HTMLSelectElement.h 146 virtual bool supportLabels() const OVERRIDE { return true; }
HTMLInputElement.h 276 virtual bool supportLabels() const OVERRIDE FINAL;
HTMLInputElement.cpp     [all...]

Completed in 82 milliseconds