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

  /external/webkit/Source/WebCore/accessibility/
AccessibilityMenuListOption.cpp 63 return !static_cast<HTMLOptionElement*>(m_element.get())->ownElementDisabled();
  /external/webkit/Source/WebCore/html/
HTMLOptionElement.h 62 bool ownElementDisabled() const { return HTMLFormControlElement::disabled(); }
HTMLOptionElement.cpp 241 return ownElementDisabled() || (parentNode() && static_cast<HTMLFormControlElement*>(parentNode())->disabled());

Completed in 371 milliseconds