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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLSelectElement.h 156 bool hasPlaceholderLabelOption() const;
HTMLSelectElement.cpp 130 bool HTMLSelectElement::hasPlaceholderLabelOption() const
175 return firstSelectionIndex < 0 || (!firstSelectionIndex && hasPlaceholderLabelOption());
    [all...]

Completed in 35 milliseconds