Searched defs:itemIsLabel (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/web/ | ||
D | ExternalPopupMenuTest.cpp | 48 virtual bool itemIsLabel(unsigned listIndex) const OVERRIDE { return false; } in itemIsLabel() function in __anoneed3443a0111::TestPopupMenuClient |
D | PopupMenuTest.cpp | 121 virtual bool itemIsLabel(unsigned listIndex) const { return false; } in itemIsLabel() function in __anon5c959dd70111::TestPopupMenuClient |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ | ||
D | RenderMenuList.cpp | 610 bool RenderMenuList::itemIsLabel(unsigned listIndex) const in itemIsLabel() function in blink::RenderMenuList |