Home
last modified time | relevance | path

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

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