HomeSort by relevance Sort by last modified time
    Searched defs:IsItemDynamicAt (Results 1 - 9 of 9) 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.cc 171 bool InputMethodMenu::IsItemDynamicAt(int index) const {
network_menu.h 74 virtual bool IsItemDynamicAt(int index) const { return true; }
  /external/chromium_org/ui/base/models/
button_menu_item_model.cc 85 bool ButtonMenuItemModel::IsItemDynamicAt(int index) const {
92 if (IsItemDynamicAt(index))
simple_menu_model.cc 277 if (IsItemDynamicAt(index))
283 if (IsItemDynamicAt(index))
288 bool SimpleMenuModel::IsItemDynamicAt(int index) const {
316 if (IsItemDynamicAt(index))
  /external/chromium/chrome/browser/ui/toolbar/
back_forward_menu_model.cc 102 bool BackForwardMenuModel::IsItemDynamicAt(int index) const {
  /external/chromium_org/chrome/browser/ui/toolbar/
back_forward_menu_model.cc 122 bool BackForwardMenuModel::IsItemDynamicAt(int index) const {
  /external/chromium_org/chrome/browser/chromeos/status/
network_menu.cc 125 virtual bool IsItemDynamicAt(int index) const OVERRIDE;
250 bool NetworkMenuModel::IsItemDynamicAt(int index) const {

Completed in 126 milliseconds