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

  /external/chromium_org/chrome/browser/extensions/api/context_menus/
context_menus_api_helpers.cc 41 MenuItem* parent = menu_manager->GetItemById(parent_id);
context_menus_api.cc 92 MenuItem* item = manager->GetItemById(id);
context_menus_api_helpers.h 136 if (menu_manager->GetItemById(item_id)) {
235 MenuItem* item = menu_manager->GetItemById(item_id);
  /external/chromium_org/chrome/browser/extensions/
menu_manager_unittest.cc 115 ASSERT_EQ(item1, manager_.GetItemById(item1->id()));
123 ASSERT_EQ(item2, manager_.GetItemById(item2->id()));
134 ASSERT_EQ(item3, manager_.GetItemById(id3));
137 ASSERT_EQ(NULL, manager_.GetItemById(id3));
187 ASSERT_EQ(item2_child, manager_.GetItemById(id2_child));
302 ASSERT_EQ(item1, manager_.GetItemById(item1_id));
303 ASSERT_EQ(item2, manager_.GetItemById(item2_id));
304 ASSERT_EQ(item3, manager_.GetItemById(item3_id));
305 ASSERT_EQ(item4, manager_.GetItemById(item4_id));
306 ASSERT_EQ(item5, manager_.GetItemById(item5_id))
    [all...]
menu_manager.cc 376 MenuItem* parent = GetItemById(parent_id);
398 MenuItem* next = GetItemById(*id);
410 MenuItem* child = GetItemById(child_id);
411 MenuItem* new_parent = parent_id ? GetItemById(*parent_id) : NULL;
421 MenuItem* old_parent = GetItemById(*old_parent_id);
465 MenuItem* menu_item = GetItemById(id);
495 SanitizeRadioList(GetItemById(*child->parent_id())->children());
540 MenuItem* MenuManager::GetItemById(const MenuItem::Id& id) const {
554 MenuItem* parent = GetItemById(*item->parent_id());
615 MenuItem* item = GetItemById(menu_item_id)
    [all...]
menu_manager.h 323 MenuItem* GetItemById(const MenuItem::Id& id) const;
327 // acquired by a call to GetItemById and changed, then this should be called.
context_menu_matcher.cc 301 MenuItem* item = manager->GetItemById(i->second);
  /external/chromium_org/chrome/browser/extensions/api/web_view/
chrome_web_view_internal_api.cc 94 MenuItem* item = menu_manager->GetItemById(id);

Completed in 134 milliseconds