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 300 bool ItemUpdated(const MenuItem::Id& id);
menu_manager.cc 736 bool MenuManager::ItemUpdated(const MenuItem::Id& id) {
menu_manager_unittest.cc 663 manager_.ItemUpdated(item1->id());
  /external/chromium_org/chrome/browser/extensions/api/context_menus/
context_menus_api.cc 344 // There is no need to call ItemUpdated if ChangeParent is called because
346 if (!parent && radio_item_updated && !manager->ItemUpdated(item->id()))

Completed in 1337 milliseconds