Home
last modified time | relevance | path

Searched defs:isListBox (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderListBox.h56 virtual bool isListBox() const OVERRIDE { return true; } in isListBox() function
DRenderObject.h364 virtual bool isListBox() const { return false; } in isListBox() function