Home
last modified time | relevance | path

Searched refs:isComboBox (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXObject.h320 bool isComboBox() const { return roleValue() == ComboBoxRole; } in isComboBox() function
DAXRenderObject.cpp234 if (isComboBox()) in shouldNotifyActiveDescendant()