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 55 virtual bool supportLabels() const OVERRIDE { return true; }
HTMLButtonElement.h 60 virtual bool supportLabels() const OVERRIDE { return true; }
HTMLMeterElement.h 74 virtual bool supportLabels() const OVERRIDE { return true; }
HTMLOutputElement.h 62 virtual bool supportLabels() const OVERRIDE { return true; }
HTMLProgressElement.h 57 virtual bool supportLabels() const OVERRIDE { return true; }
HTMLLabelElement.cpp 46 return toLabelableElement(element).supportLabels();
HTMLTextAreaElement.h 97 virtual bool supportLabels() const OVERRIDE { return true; }
HTMLSelectElement.h 139 virtual bool supportLabels() const OVERRIDE { return true; }
HTMLInputElement.h 296 virtual bool supportLabels() const OVERRIDE FINAL;
HTMLInputElement.cpp     [all...]

Completed in 459 milliseconds