OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ownElementDisabled
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXMenuListOption.cpp
54
return !toHTMLOptionElement(m_element)->
ownElementDisabled
();
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLOptionElement.h
59
bool
ownElementDisabled
() const { return m_disabled; }
HTMLOptionElement.cpp
331
if (
ownElementDisabled
())
Completed in 36 milliseconds