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

  /system/core/libutils/
RefBase.cpp 80 void renameStrongRefId(const void* /*old_id*/, const void* /*new_id*/) { }
83 void renameWeakRefId(const void* /*old_id*/, const void* /*new_id*/) { }
153 void renameStrongRefId(const void* old_id, const void* new_id) {
156 // mBase, old_id, new_id);
157 renameRefsId(mStrongRefs, old_id, new_id);
172 void renameWeakRefId(const void* old_id, const void* new_id) {
173 renameRefsId(mWeakRefs, old_id, new_id);
273 void renameRefsId(ref_entry* r, const void* old_id, const void* new_id)
279 if (ref->id == old_id) {
638 const void* old_id, const void* new_id)
    [all...]
  /external/chromium_org/sync/syncable/
syncable_util.cc 53 Id old_id = entry->Get(ID); local
64 trans->directory()->GetChildHandlesById(trans, old_id, &children);
  /external/chromium_org/ui/message_center/
fake_message_center.cc 62 const std::string& old_id,
message_center.h 91 // Updates an existing notification with id = old_id and set its id to new_id.
93 const std::string& old_id,
fake_message_center.h 33 virtual void UpdateNotification(const std::string& old_id,
message_center_impl.cc 295 const std::string& old_id,
298 notification_list_->UpdateNotificationMessage(old_id,
300 if (old_id == new_id) {
305 OnNotificationRemoved(old_id, false));
notification_list.h 63 void UpdateNotificationMessage(const std::string& old_id,
message_center_impl.h 152 virtual void UpdateNotification(const std::string& old_id,
notification_list.cc 80 const std::string& old_id,
82 Notifications::iterator iter = GetNotification(old_id);
  /external/chromium_org/chrome/browser/notifications/
message_center_notification_manager.cc 206 std::string old_id = local
208 DCHECK(message_center_->HasNotification(old_id));
213 profile_notifications_.erase(old_id);
223 message_center_->UpdateNotification(old_id,
  /external/chromium_org/chrome/browser/sessions/
tab_restore_service_helper.h 162 void UpdateTabBrowserIDs(SessionID::id_type old_id,
tab_restore_service_helper.cc 581 void TabRestoreServiceHelper::UpdateTabBrowserIDs(SessionID::id_type old_id,
587 if (tab->browser_id == old_id)
  /external/chromium_org/chrome/common/extensions/api/
extension_api.cc 118 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/content/browser/devtools/
worker_devtools_manager.cc 143 static void WorkerReloaded(WorkerId old_id, WorkerId new_id) {
145 AgentHosts::iterator it = g_orphan_map.Get().find(old_id);
148 g_orphan_map.Get().erase(old_id);
151 RemovePendingWorkerData(old_id);
  /system/core/include/utils/
RefBase.h 163 const void* old_id, const void* new_id);
166 const void* old_id, const void* new_id);
200 const void* old_id, const void* new_id) { }
  /external/chromium/chrome/browser/sessions/
tab_restore_service.h 281 void UpdateTabBrowserIDs(SessionID::id_type old_id,
tab_restore_service.cc     [all...]
  /external/chromium_org/ash/system/web_notification/
web_notification_tray_unittest.cc 115 void UpdateNotification(const std::string& old_id,
128 GetMessageCenter()->UpdateNotification(old_id, notification.Pass());
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager.cc 369 int old_id = old_children[i]->renderer_id(); local
370 if (new_child_ids.find(old_id) == new_child_ids.end())
  /external/chromium/chrome/browser/sync/engine/
syncer_util.cc 82 syncable::Id old_id = entry->Get(ID); local
92 trans->directory()->GetChildHandles(trans, old_id, children);
110 entry->Get(PREV_ID) == old_id) {
    [all...]
  /external/chromium/chrome/browser/history/
history_backend.cc 2181 FaviconID old_id = m->icon_id; local
    [all...]
  /external/chromium_org/chrome/browser/history/
history_backend.cc 2925 chrome::FaviconID old_id = m->icon_id; local
    [all...]
  /external/valgrind/main/helgrind/
libhb_core.c 2710 VtsID old_id, new_id; local
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js     [all...]

Completed in 1405 milliseconds