Searched refs:old_id (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/chrome/browser/undo/
H A Dbookmark_renumber_observer.h14 virtual void OnBookmarkRenumbered(int64 old_id, int64 new_id) = 0;
H A Dbookmark_undo_service.cc66 virtual void OnBookmarkRenumbered(int64 old_id, int64 new_id) OVERRIDE;
100 void BookmarkAddOperation::OnBookmarkRenumbered(int64 old_id, int64 new_id) { argument
101 if (parent_id_ == old_id)
125 virtual void OnBookmarkRenumbered(int64 old_id, int64 new_id) OVERRIDE;
182 void BookmarkRemoveOperation::OnBookmarkRenumbered(int64 old_id, int64 new_id) { argument
183 if (parent_id_ == old_id)
202 virtual void OnBookmarkRenumbered(int64 old_id, int64 new_id) OVERRIDE;
237 void BookmarkEditOperation::OnBookmarkRenumbered(int64 old_id, int64 new_id) { argument
238 if (node_id_ == old_id)
260 virtual void OnBookmarkRenumbered(int64 old_id, int6
312 OnBookmarkRenumbered(int64 old_id, int64 new_id) argument
381 OnBookmarkRenumbered(int64 old_id, int64 new_id) argument
477 OnBookmarkRenumbered(int64 old_id, int64 new_id) argument
[all...]
H A Dbookmark_undo_service.h61 virtual void OnBookmarkRenumbered(int64 old_id, int64 new_id) OVERRIDE;
/external/chromium_org/sync/syncable/
H A Dsyncable_util.cc53 Id old_id = entry->GetId(); local
64 trans->directory()->GetChildHandlesById(trans, old_id, &children);
/external/chromium_org/media/filters/
H A Dframe_processor.cc253 bool FrameProcessor::UpdateTrack(StreamParser::TrackId old_id, argument
255 DVLOG(2) << __FUNCTION__ << "() : old_id=" << old_id << ", new_id=" << new_id;
257 if (old_id == new_id || !FindTrack(old_id) || FindTrack(new_id))
260 track_buffers_[new_id] = track_buffers_[old_id];
261 CHECK_EQ(1u, track_buffers_.erase(old_id));
H A Dframe_processor.h74 // buffer formerly associated with |old_id| to be associated with |new_id|.
76 // for |old_id| or collision with previous track buffer already mapped to
78 bool UpdateTrack(StreamParser::TrackId old_id, StreamParser::TrackId new_id);
H A Dchunk_demuxer.cc657 StreamParser::TrackId old_id = stream_itr->first; local
659 if (new_id != old_id) {
660 if (frame_processor_->UpdateTrack(old_id, new_id)) {
/external/chromium_org/ui/message_center/
H A Dfake_message_center.cc68 const std::string& old_id,
67 UpdateNotification( const std::string& old_id, scoped_ptr<Notification> new_notification) argument
H A Dmessage_center_impl.cc94 void UpdateNotification(const std::string& old_id,
187 void ChangeQueue::UpdateNotification(const std::string& old_id, argument
192 Replace(old_id, change.Pass());
591 const std::string& old_id,
609 !notification_queue_->Has(old_id) &&
610 notification_list_->HasNotificationOfType(old_id,
614 notification_queue_->UpdateNotification(old_id, new_notification.Pass());
620 notification_list_->UpdateNotificationMessage(old_id,
624 if (old_id == new_id) {
629 OnNotificationRemoved(old_id, fals
590 UpdateNotification( const std::string& old_id, scoped_ptr<Notification> new_notification) argument
[all...]
H A Dfake_message_center.h37 virtual void UpdateNotification(const std::string& old_id,
H A Dmessage_center.h91 // Updates an existing notification with id = old_id and set its id to new_id.
93 const std::string& old_id,
H A Dnotification_list.h67 void UpdateNotificationMessage(const std::string& old_id,
H A Dnotification_list.cc93 const std::string& old_id,
95 Notifications::iterator iter = GetNotification(old_id);
92 UpdateNotificationMessage( const std::string& old_id, scoped_ptr<Notification> new_notification) argument
H A Dmessage_center_impl.h165 virtual void UpdateNotification(const std::string& old_id,
/external/chromium_org/chrome/browser/sessions/
H A Dtab_restore_service_helper.h162 void UpdateTabBrowserIDs(SessionID::id_type old_id,
H A Dtab_restore_service_helper.cc584 void TabRestoreServiceHelper::UpdateTabBrowserIDs(SessionID::id_type old_id, argument
590 if (tab->browser_id == old_id)
/external/chromium_org/extensions/common/
H A Dextension_api.cc118 std::string old_id;
119 CHECK(schema->GetString(key, &old_id));
120 if (old_id.find(".") == std::string::npos)
121 schema->SetString(key, schema_namespace + "." + old_id);
/external/chromium_org/ui/accessibility/
H A Dax_tree.cc227 int old_id = old_children[i]->id(); local
228 if (new_child_id_set.find(old_id) == new_child_id_set.end())
/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_notification_manager.cc164 std::string old_id = local
170 profile_notifications_.erase(old_id);
182 old_id,
/external/kernel-headers/original/uapi/linux/
H A Djffs2.h219 jint16_t old_id; member in union:jffs2_device_node
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dmediastreamsignaling_unittest.cc1198 int old_id = 1; local
1199 AddDataChannel(cricket::DCT_SCTP, "a", old_id);
1203 EXPECT_NE(old_id, new_id);
1206 old_id = 0;
1207 AddDataChannel(cricket::DCT_SCTP, "a", old_id);
1209 EXPECT_NE(old_id, new_id);
/external/chromium_org/ash/system/web_notification/
H A Dweb_notification_tray_unittest.cc125 void UpdateNotification(const std::string& old_id, argument
138 GetMessageCenter()->UpdateNotification(old_id, notification.Pass());
/external/valgrind/main/helgrind/
H A Dlibhb_core.c2709 VtsID old_id, new_id; local
2712 old_id = *ii;
2713 old_te = VG_(indexXA)( old_tab, old_id );

Completed in 1809 milliseconds