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

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityMenuListOption.cpp 54 return !toHTMLOptionElement(m_element.get())->ownElementDisabled();
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLOptionElement.h 60 bool ownElementDisabled() const { return m_disabled; }
HTMLOptionElement.cpp 339 if (ownElementDisabled())

Completed in 208 milliseconds