textIndentedToRespectGroupLabel   63 Source/core/html/HTMLOptionElement.h     String textIndentedToRespectGroupLabel() const;
textIndentedToRespectGroupLabel 1566 Source/core/html/HTMLSelectElement.cpp     return toHTMLOptionElement(element)->textIndentedToRespectGroupLabel();
textIndentedToRespectGroupLabel  133 Source/core/rendering/RenderListBox.cpp                 text = toHTMLOptionElement(*element).textIndentedToRespectGroupLabel();
textIndentedToRespectGroupLabel  423 Source/core/rendering/RenderListBox.cpp         itemText = toHTMLOptionElement(*element).textIndentedToRespectGroupLabel();
textIndentedToRespectGroupLabel  174 Source/core/rendering/RenderMenuList.cpp         String text = toHTMLOptionElement(element)->textIndentedToRespectGroupLabel();
textIndentedToRespectGroupLabel  225 Source/core/rendering/RenderMenuList.cpp             text = toHTMLOptionElement(element)->textIndentedToRespectGroupLabel();
textIndentedToRespectGroupLabel  403 Source/core/rendering/RenderMenuList.cpp         itemString = toHTMLOptionElement(*element).textIndentedToRespectGroupLabel();