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 44 virtual bool supportLabels() const { return false; }
HTMLKeygenElement.h 57 virtual bool supportLabels() const OVERRIDE { return true; }
HTMLOutputElement.h 60 virtual bool supportLabels() const OVERRIDE { return true; }
HTMLButtonElement.h 60 virtual bool supportLabels() const OVERRIDE { return true; }
HTMLMeterElement.h 72 virtual bool supportLabels() const OVERRIDE { return true; }
HTMLProgressElement.h 55 virtual bool supportLabels() const OVERRIDE { return true; }
HTMLLabelElement.cpp 44 return toLabelableElement(element)->supportLabels();
HTMLTextAreaElement.h 92 virtual bool supportLabels() const OVERRIDE { return true; }
HTMLSelectElement.h 132 virtual bool supportLabels() const OVERRIDE { return true; }
HTMLInputElement.h 305 virtual bool supportLabels() const OVERRIDE;
HTMLInputElement.cpp     [all...]

Completed in 67 milliseconds