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

  /external/chromium_org/ui/views/controls/menu/
menu_delegate.h 107 virtual bool GetContextualLabel(int id, string16* out) const;
menu.h 97 virtual bool GetContextualLabel(int id, string16* out) const;
menu_delegate.cc 60 bool MenuDelegate::GetContextualLabel(int id, string16* out) const {
menu.cc 52 bool Menu::Delegate::GetContextualLabel(int id, string16* out) const {
menu_win.cc 499 if (!delegate()->GetContextualLabel(id, &label))

Completed in 32 milliseconds