supportLabels 60 Source/core/html/HTMLButtonElement.h virtual bool supportLabels() const OVERRIDE { return true; } supportLabels 303 Source/core/html/HTMLInputElement.h virtual bool supportLabels() const OVERRIDE FINAL; supportLabels 58 Source/core/html/HTMLKeygenElement.h virtual bool supportLabels() const OVERRIDE { return true; } supportLabels 43 Source/core/html/HTMLLabelElement.cpp return toLabelableElement(element).supportLabels(); supportLabels 72 Source/core/html/HTMLMeterElement.h virtual bool supportLabels() const OVERRIDE { return true; } supportLabels 60 Source/core/html/HTMLOutputElement.h virtual bool supportLabels() const OVERRIDE { return true; } supportLabels 55 Source/core/html/HTMLProgressElement.h virtual bool supportLabels() const OVERRIDE { return true; } supportLabels 135 Source/core/html/HTMLSelectElement.h virtual bool supportLabels() const OVERRIDE { return true; } supportLabels 95 Source/core/html/HTMLTextAreaElement.h virtual bool supportLabels() const OVERRIDE { return true; } supportLabels 44 Source/core/html/LabelableElement.cpp if (!supportLabels()) supportLabels 44 Source/core/html/LabelableElement.h virtual bool supportLabels() const { return false; }