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

  /external/chromium/chrome/browser/chromeos/status/
clock_menu_button.h 45 virtual bool IsItemDynamicAt(int index) const { return true; }
power_menu_button.h 39 virtual bool IsItemDynamicAt(int index) const { return true; }
input_method_menu.h 46 virtual bool IsItemDynamicAt(int index) const;
network_menu.h 74 virtual bool IsItemDynamicAt(int index) const { return true; }
input_method_menu.cc 171 bool InputMethodMenu::IsItemDynamicAt(int index) const {
  /external/chromium/chrome/browser/ui/toolbar/
back_forward_menu_model.h 53 virtual bool IsItemDynamicAt(int index) const;
back_forward_menu_model.cc 102 bool BackForwardMenuModel::IsItemDynamicAt(int index) const {
  /external/chromium/chrome/browser/ui/gtk/
menu_gtk.cc 740 if (model->IsItemDynamicAt(index)) {
799 if (model->IsItemDynamicAt(id)) {

Completed in 68 milliseconds