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

  /external/chromium_org/chrome/browser/extensions/
menu_manager.h 329 bool ItemUpdated(const MenuItem::Id& id);
menu_manager.cc 760 bool MenuManager::ItemUpdated(const MenuItem::Id& id) {
menu_manager_unittest.cc 673 manager_.ItemUpdated(item1->id());
  /external/chromium_org/chrome/browser/extensions/api/context_menus/
context_menus_api_helpers.h 317 // There is no need to call ItemUpdated if ChangeParent is called because
319 if (!parent && radio_item_updated && !menu_manager->ItemUpdated(item->id()))

Completed in 273 milliseconds