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 159 bool hasPlaceholderLabelOption() const;
HTMLSelectElement.cpp 127 bool HTMLSelectElement::hasPlaceholderLabelOption() const
172 return firstSelectionIndex < 0 || (!firstSelectionIndex && hasPlaceholderLabelOption());
    [all...]

Completed in 24 milliseconds