Searched defs:old_item (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ash/shelf/
H A Dshelf_item_delegate_manager.cc58 const ShelfItem& old_item) {
57 ShelfItemChanged(int index, const ShelfItem& old_item) argument
H A Dshelf_view.cc1503 void ShelfView::ShelfItemChanged(int model_index, const ShelfItem& old_item) { argument
1505 if (old_item.type != item.type) {
/external/chromium_org/content/renderer/
H A Dhistory_controller.cc108 const WebHistoryItem& old_item = local
113 if (old_item.isNull() ||
114 new_item.itemSequenceNumber() != old_item.itemSequenceNumber()) {
115 if (!old_item.isNull() &&
116 new_item.documentSequenceNumber() == old_item.documentSequenceNumber())
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller.cc1109 const ash::ShelfItem& old_item) {
1107 ShelfItemChanged( int index, const ash::ShelfItem& old_item) argument
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller.cc1529 MenuItemView* old_item,
1535 BuildMenuItemPath(old_item, old_path);
1528 BuildPathsAndCalculateDiff( MenuItemView* old_item, MenuItemView* new_item, std::vector<MenuItemView*>* old_path, std::vector<MenuItemView*>* new_path, size_t* first_diff_at) argument

Completed in 221 milliseconds