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

  /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 303 if (IsItemDynamicAt(index))
309 if (IsItemDynamicAt(index))
315 if (IsItemDynamicAt(index))
320 bool SimpleMenuModel::IsItemDynamicAt(int index) const {
348 if (IsItemDynamicAt(index))
  /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;
242 bool NetworkMenuModel::IsItemDynamicAt(int index) const {

Completed in 366 milliseconds