object_id          74 chrome/browser/drive/drive_notification_manager.cc   const invalidation::ObjectId object_id(
object_id          77 chrome/browser/drive/drive_notification_manager.cc   DCHECK_EQ(1U, ids.count(object_id));
object_id          83 chrome/browser/extensions/api/push_messaging/push_messaging_apitest.cc       const invalidation::ObjectId& object_id,
object_id          87 chrome/browser/extensions/api/push_messaging/push_messaging_apitest.cc         syncer::Invalidation::Init(object_id, version, payload));
object_id          43 chrome/browser/extensions/api/push_messaging/push_messaging_invalidation_handler.cc bool ObjectIdToExtensionAndSubchannel(const invalidation::ObjectId& object_id,
object_id          46 chrome/browser/extensions/api/push_messaging/push_messaging_invalidation_handler.cc   if (object_id.source() !=
object_id          48 chrome/browser/extensions/api/push_messaging/push_messaging_invalidation_handler.cc     DLOG(WARNING) << "Invalid source: " << object_id.source();
object_id          52 chrome/browser/extensions/api/push_messaging/push_messaging_invalidation_handler.cc   const std::string& name = object_id.name();
object_id          95 chrome/browser/invalidation/fake_invalidation_service.cc   if (registered_ids.find(invalidation.object_id()) == registered_ids.end()) {
object_id          91 chrome/browser/invalidation/invalidation_logger.cc     invalidation_count_[it->object_id()]++;
object_id          37 chrome/browser/invalidation/invalidator_storage.cc     map->insert(std::make_pair(storage.object_id(), storage));
object_id          94 chrome/browser/invalidation/invalidator_storage_unittest.cc   map.insert(std::make_pair(storage1.object_id(), storage1));
object_id          95 chrome/browser/invalidation/invalidator_storage_unittest.cc   map.insert(std::make_pair(storage2.object_id(), storage2));
object_id         115 chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.cc   base::string16 object_id =
object_id         117 chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.cc   if (object_id.empty())
object_id         121 chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.cc   if (!media_transfer_protocol::GetDirectoryEntries(device, object_id,
object_id         168 chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.cc   base::string16 object_id =
object_id         170 chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.cc   if (object_id.empty())
object_id         172 chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.cc   return media_transfer_protocol::GetFileEntryInfo(device, object_id,
object_id          12 chrome/browser/media_galleries/win/mtp_device_object_entry.cc MTPDeviceObjectEntry::MTPDeviceObjectEntry(const base::string16& object_id,
object_id          17 chrome/browser/media_galleries/win/mtp_device_object_entry.cc     : object_id(object_id),
object_id          19 chrome/browser/media_galleries/win/mtp_device_object_entry.h   MTPDeviceObjectEntry(const base::string16& object_id,
object_id          27 chrome/browser/media_galleries/win/mtp_device_object_entry.h   base::string16 object_id;
object_id          61 chrome/browser/media_galleries/win/mtp_device_object_enumerator.cc   return object_entries_[index_].object_id;
object_id          24 chrome/browser/media_galleries/win/mtp_device_object_enumerator_unittest.cc   base::string16 object_id;
object_id          68 chrome/browser/media_galleries/win/mtp_device_object_enumerator_unittest.cc         kTestCases[i].object_id,
object_id          79 chrome/browser/media_galleries/win/mtp_device_object_enumerator_unittest.cc     EXPECT_EQ(kTestCases[i].object_id, enumerator.GetObjectId());
object_id         166 chrome/browser/media_galleries/win/mtp_device_operations_util.cc                       const base::string16 object_id,
object_id         173 chrome/browser/media_galleries/win/mtp_device_operations_util.cc   DCHECK(!object_id.empty());
object_id         204 chrome/browser/media_galleries/win/mtp_device_operations_util.cc   hr = properties->GetValues(object_id.c_str(),
object_id         229 chrome/browser/media_galleries/win/mtp_device_operations_util.cc                              const base::string16& object_id,
object_id         233 chrome/browser/media_galleries/win/mtp_device_operations_util.cc   DCHECK(!object_id.empty());
object_id         239 chrome/browser/media_galleries/win/mtp_device_operations_util.cc   if (!GetObjectDetails(device, object_id, &name, &is_directory, &size,
object_id         242 chrome/browser/media_galleries/win/mtp_device_operations_util.cc   *entry = MTPDeviceObjectEntry(object_id, name, is_directory, size,
object_id         318 chrome/browser/media_galleries/win/mtp_device_operations_util.cc     const base::string16& object_id,
object_id         321 chrome/browser/media_galleries/win/mtp_device_operations_util.cc   DCHECK(!object_id.empty());
object_id         324 chrome/browser/media_galleries/win/mtp_device_operations_util.cc   if (!GetMTPDeviceObjectEntry(device, object_id, &entry))
object_id         405 chrome/browser/media_galleries/win/mtp_device_operations_util.cc   return object_entries[0].object_id;
object_id          37 chrome/browser/media_galleries/win/mtp_device_operations_util.h     const base::string16& object_id,
object_id         234 chrome/browser/policy/cloud/cloud_policy_invalidator.cc   invalidation::ObjectId object_id(
object_id         240 chrome/browser/policy/cloud/cloud_policy_invalidator.cc   if (!is_registered_ || !(object_id == object_id_))
object_id         241 chrome/browser/policy/cloud/cloud_policy_invalidator.cc     Register(object_id);
object_id         244 chrome/browser/policy/cloud/cloud_policy_invalidator.cc void CloudPolicyInvalidator::Register(const invalidation::ObjectId& object_id) {
object_id         255 chrome/browser/policy/cloud/cloud_policy_invalidator.cc   object_id_ = object_id;
object_id         260 chrome/browser/policy/cloud/cloud_policy_invalidator.cc   ids.insert(object_id);
object_id         102 chrome/browser/policy/cloud/cloud_policy_invalidator.h   void Register(const invalidation::ObjectId& object_id);
object_id         103 chrome/browser/sync/profile_sync_service_android.cc   invalidation::ObjectId object_id(
object_id         109 chrome/browser/sync/profile_sync_service_android.cc         syncer::Invalidation::InitUnknownVersion(object_id));
object_id         112 chrome/browser/sync/profile_sync_service_android.cc         max_invalidation_versions_.find(object_id);
object_id         118 chrome/browser/sync/profile_sync_service_android.cc     max_invalidation_versions_[object_id] = version;
object_id         120 chrome/browser/sync/profile_sync_service_android.cc         syncer::Invalidation::Init(object_id, version, state));
object_id         979 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc       previously_selected_instrument_id_ = instrument->object_id();
object_id         983 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc       previously_selected_shipping_address_id_ = address->object_id();
object_id        2857 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc           addresses[i]->object_id() == default_shipping_address_id) {
object_id        2895 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc           if (instruments[i]->object_id() == default_instrument_id)
object_id        3525 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc     active_instrument_id_ = active_instrument->object_id();
object_id        3533 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc     active_address_id_ = active_address->object_id();
object_id        3550 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc         active_address_id_ = duplicated_address->object_id();
object_id        3554 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc         DCHECK(inputted_address->object_id().empty());
object_id        1738 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   return !arg->object_id().empty();
object_id         541 chrome/test/chromedriver/chrome/web_view_impl.cc                                   std::string* object_id) {
object_id         551 chrome/test/chromedriver/chrome/web_view_impl.cc   if (!result->GetString("objectId", object_id))
object_id         128 chrome/test/chromedriver/chrome/web_view_impl.h                                   std::string* object_id);
object_id         170 chrome/test/chromedriver/chrome/web_view_impl_unittest.cc   std::string object_id;
object_id         172 chrome/test/chromedriver/chrome/web_view_impl_unittest.cc       &client, 0, std::string(), &got_object, &object_id).IsOk());
object_id         174 chrome/test/chromedriver/chrome/web_view_impl_unittest.cc   ASSERT_TRUE(object_id.empty());
object_id         184 chrome/test/chromedriver/chrome/web_view_impl_unittest.cc   std::string object_id;
object_id         186 chrome/test/chromedriver/chrome/web_view_impl_unittest.cc       &client, 0, std::string(), &got_object, &object_id).IsOk());
object_id         188 chrome/test/chromedriver/chrome/web_view_impl_unittest.cc   ASSERT_STREQ("id", object_id.c_str());
object_id          69 components/autofill/content/browser/wallet/instrument.h   const std::string& object_id() const { return object_id_; }
object_id          27 components/autofill/content/browser/wallet/wallet_address.cc                                const std::string& object_id) {
object_id          99 components/autofill/content/browser/wallet/wallet_address.cc                                  object_id);
object_id         142 components/autofill/content/browser/wallet/wallet_address.cc                  const std::string& object_id)
object_id         153 components/autofill/content/browser/wallet/wallet_address.cc       object_id_(object_id),
object_id         161 components/autofill/content/browser/wallet/wallet_address.cc   std::string object_id;
object_id         162 components/autofill/content/browser/wallet/wallet_address.cc   if (!dictionary.GetString("id", &object_id)) {
object_id         166 components/autofill/content/browser/wallet/wallet_address.cc   return scoped_ptr<Address>(CreateAddressInternal(dictionary, object_id));
object_id         172 components/autofill/content/browser/wallet/wallet_address.cc   std::string object_id;
object_id         173 components/autofill/content/browser/wallet/wallet_address.cc   dictionary.GetString("id", &object_id);
object_id         174 components/autofill/content/browser/wallet/wallet_address.cc   return scoped_ptr<Address>(CreateAddressInternal(dictionary, object_id));
object_id          55 components/autofill/content/browser/wallet/wallet_address.h           const std::string& object_id);
object_id         116 components/autofill/content/browser/wallet/wallet_address.h   const std::string& object_id() const { return object_id_; }
object_id         148 components/autofill/content/browser/wallet/wallet_address.h   void set_object_id(const std::string& object_id) {
object_id         149 components/autofill/content/browser/wallet/wallet_address.h     object_id_ = object_id;
object_id         384 components/autofill/content/browser/wallet/wallet_client.cc       DCHECK(!reference_instrument->object_id().empty());
object_id         395 components/autofill/content/browser/wallet/wallet_client.cc                              reference_instrument->object_id());
object_id         420 components/autofill/content/browser/wallet/wallet_client.cc       address->set_object_id(reference_address->object_id());
object_id         421 components/autofill/content/browser/wallet/wallet_client.cc       DCHECK(!address->object_id().empty());
object_id         111 components/autofill/content/browser/wallet/wallet_items.cc     const std::string& object_id)
object_id         119 components/autofill/content/browser/wallet/wallet_items.cc       object_id_(object_id) {
object_id         152 components/autofill/content/browser/wallet/wallet_items.cc   std::string object_id;
object_id         153 components/autofill/content/browser/wallet/wallet_items.cc   if (!dictionary.GetString("object_id", &object_id)) {
object_id         189 components/autofill/content/browser/wallet/wallet_items.cc                                                            object_id));
object_id         227 components/autofill/content/browser/wallet/wallet_items.cc     const std::string& object_id) const {
object_id         228 components/autofill/content/browser/wallet/wallet_items.cc   if (object_id.empty())
object_id         232 components/autofill/content/browser/wallet/wallet_items.cc     if (instruments_[i]->object_id() == object_id)
object_id         112 components/autofill/content/browser/wallet/wallet_items.h     const std::string& object_id() const { return object_id_; }
object_id         135 components/autofill/content/browser/wallet/wallet_items.h                      const std::string& object_id);
object_id         234 components/autofill/content/browser/wallet/wallet_items.h       const std::string& object_id) const;
object_id         173 components/storage_monitor/portable_device_watcher_win.cc REFPROPERTYKEY GetUniqueIdPropertyKey(const base::string16& object_id) {
object_id         174 components/storage_monitor/portable_device_watcher_win.cc   return (object_id == WPD_DEVICE_OBJECT_ID) ?
object_id         181 components/storage_monitor/portable_device_watcher_win.cc     const base::string16& object_id,
object_id         189 components/storage_monitor/portable_device_watcher_win.cc   REFPROPERTYKEY key = GetUniqueIdPropertyKey(object_id);
object_id         211 components/storage_monitor/portable_device_watcher_win.cc                        const base::string16& object_id,
object_id         230 components/storage_monitor/portable_device_watcher_win.cc   if (!PopulatePropertyKeyCollection(object_id, &properties_to_read))
object_id         234 components/storage_monitor/portable_device_watcher_win.cc   if (FAILED(properties->GetValues(object_id.c_str(),
object_id         240 components/storage_monitor/portable_device_watcher_win.cc   REFPROPERTYKEY key = GetUniqueIdPropertyKey(object_id);
object_id         287 components/storage_monitor/portable_device_watcher_win.cc     base::win::ScopedPropVariant object_id;
object_id         288 components/storage_monitor/portable_device_watcher_win.cc     hr = storage_ids->GetAt(index, object_id.Receive());
object_id         289 components/storage_monitor/portable_device_watcher_win.cc     if (SUCCEEDED(hr) && object_id.get().vt == VT_LPWSTR &&
object_id         290 components/storage_monitor/portable_device_watcher_win.cc         object_id.get().pwszVal != NULL) {
object_id         291 components/storage_monitor/portable_device_watcher_win.cc       storage_object_ids->push_back(object_id.get().pwszVal);
object_id        2220 content/browser/renderer_host/render_widget_host_impl.cc void RenderWidgetHostImpl::AccessibilityDoDefaultAction(int object_id) {
object_id        2221 content/browser/renderer_host/render_widget_host_impl.cc   Send(new AccessibilityMsg_DoDefaultAction(GetRoutingID(), object_id));
object_id        2224 content/browser/renderer_host/render_widget_host_impl.cc void RenderWidgetHostImpl::AccessibilitySetFocus(int object_id) {
object_id        2225 content/browser/renderer_host/render_widget_host_impl.cc   Send(new AccessibilityMsg_SetFocus(GetRoutingID(), object_id));
object_id        2241 content/browser/renderer_host/render_widget_host_impl.cc     int object_id, int start_offset, int end_offset) {
object_id        2243 content/browser/renderer_host/render_widget_host_impl.cc       GetRoutingID(), object_id, start_offset, end_offset));
object_id         184 content/browser/renderer_host/render_widget_host_impl.h   virtual void AccessibilityDoDefaultAction(int object_id) OVERRIDE;
object_id         185 content/browser/renderer_host/render_widget_host_impl.h   virtual void AccessibilitySetFocus(int object_id) OVERRIDE;
object_id         220 content/public/browser/render_widget_host.h   virtual void AccessibilityDoDefaultAction(int object_id) = 0;
object_id         223 content/public/browser/render_widget_host.h   virtual void AccessibilitySetFocus(int object_id) = 0;
object_id          18 ppapi/proxy/plugin_var_tracker_unittest.cc PP_Var MakeObject(int32 object_id) {
object_id          21 ppapi/proxy/plugin_var_tracker_unittest.cc   ret.value.as_id = object_id;
object_id         357 ppapi/proxy/ppb_var_deprecated_proxy.cc void PPB_Var_Deprecated_Proxy::OnMsgAddRefObject(int64 object_id,
object_id         360 ppapi/proxy/ppb_var_deprecated_proxy.cc   var.value.as_id = object_id;
object_id         364 ppapi/proxy/ppb_var_deprecated_proxy.cc void PPB_Var_Deprecated_Proxy::OnMsgReleaseObject(int64 object_id) {
object_id         387 ppapi/proxy/ppb_var_deprecated_proxy.cc                                 object_id)));
object_id         519 ppapi/proxy/ppb_var_deprecated_proxy.cc void PPB_Var_Deprecated_Proxy::DoReleaseObject(int64 object_id) {
object_id         521 ppapi/proxy/ppb_var_deprecated_proxy.cc   var.value.as_id = object_id;
object_id          38 ppapi/proxy/ppb_var_deprecated_proxy.h   void OnMsgAddRefObject(int64 object_id, int* unused);
object_id          39 ppapi/proxy/ppb_var_deprecated_proxy.h   void OnMsgReleaseObject(int64 object_id);
object_id          91 ppapi/proxy/ppb_var_deprecated_proxy.h   void DoReleaseObject(int64 object_id);
object_id          15 ppapi/proxy/serialized_var_unittest.cc PP_Var MakeObjectVar(int64_t object_id) {
object_id          18 ppapi/proxy/serialized_var_unittest.cc   ret.value.as_id = object_id;
object_id         132 sync/internal_api/public/base/invalidation.cc   DCHECK(tracker->object_id() == object_id());
object_id          43 sync/internal_api/public/base/invalidation.h   invalidation::ObjectId object_id() const;
object_id          78 sync/internal_api/public/base/invalidation_test_util.cc   if (!(expected_.object_id() == actual.object_id())) {
object_id          38 sync/notifier/dropped_invalidation_tracker.h   const invalidation::ObjectId& object_id() const;
object_id          34 sync/notifier/invalidation_util.cc   DCHECK(a.object_id() == b.object_id())
object_id          35 sync/notifier/invalidation_util.cc       << "a: " << ObjectIdToString(a.object_id()) << ", "
object_id          36 sync/notifier/invalidation_util.cc       << "b: " << ObjectIdToString(a.object_id());
object_id          51 sync/notifier/invalidation_util.cc                              invalidation::ObjectId* object_id) {
object_id          56 sync/notifier/invalidation_util.cc   object_id->Init(ipc::invalidation::ObjectSource::CHROME_SYNC,
object_id          61 sync/notifier/invalidation_util.cc bool ObjectIdToRealModelType(const invalidation::ObjectId& object_id,
object_id          63 sync/notifier/invalidation_util.cc   return NotificationTypeToRealModelType(object_id.name(), model_type);
object_id          67 sync/notifier/invalidation_util.cc     const invalidation::ObjectId& object_id) {
object_id          69 sync/notifier/invalidation_util.cc   value->SetInteger("source", object_id.source());
object_id          70 sync/notifier/invalidation_util.cc   value->SetString("name", object_id.name());
object_id          88 sync/notifier/invalidation_util.cc     const invalidation::ObjectId& object_id) {
object_id          89 sync/notifier/invalidation_util.cc   scoped_ptr<base::DictionaryValue> value(ObjectIdToValue(object_id));
object_id         125 sync/notifier/invalidation_util.cc   ss << "object_id: " << ObjectIdToString(invalidation.object_id()) << ", ";
object_id          54 sync/notifier/invalidation_util.h                                          invalidation::ObjectId* object_id);
object_id          56 sync/notifier/invalidation_util.h bool ObjectIdToRealModelType(const invalidation::ObjectId& object_id,
object_id          61 sync/notifier/invalidation_util.h     const invalidation::ObjectId& object_id);
object_id          67 sync/notifier/invalidation_util.h     const invalidation::ObjectId& object_id);
object_id          38 sync/notifier/object_id_invalidation_map.cc   map_[invalidation.object_id()].Insert(invalidation);
object_id         128 sync/notifier/sync_invalidation_listener.cc   const invalidation::ObjectId& id = invalidation.object_id();
object_id         148 sync/notifier/sync_invalidation_listener.cc     const invalidation::ObjectId& object_id,
object_id         156 sync/notifier/sync_invalidation_listener.cc   Invalidation unknown_version = Invalidation::InitUnknownVersion(object_id);
object_id         225 sync/notifier/sync_invalidation_listener.cc       const invalidation::ObjectId& object_id,
object_id         230 sync/notifier/sync_invalidation_listener.cc            << ObjectIdToString(object_id) << " " << new_state;
object_id         234 sync/notifier/sync_invalidation_listener.cc     registration_manager_->MarkRegistrationLost(object_id);
object_id         240 sync/notifier/sync_invalidation_listener.cc     const invalidation::ObjectId& object_id,
object_id         246 sync/notifier/sync_invalidation_listener.cc            << ObjectIdToString(object_id)
object_id         253 sync/notifier/sync_invalidation_listener.cc     registration_manager_->MarkRegistrationLost(object_id);
object_id         263 sync/notifier/sync_invalidation_listener.cc     registration_manager_->DisableId(object_id);
object_id         100 sync/notifier/sync_invalidation_listener.h       const invalidation::ObjectId& object_id,
object_id         107 sync/notifier/sync_invalidation_listener.h       const invalidation::ObjectId& object_id,
object_id         111 sync/notifier/sync_invalidation_listener.h       const invalidation::ObjectId& object_id,
object_id          85 sync/notifier/sync_invalidation_listener_unittest.cc   virtual void Register(const ObjectId& object_id) OVERRIDE {
object_id          90 sync/notifier/sync_invalidation_listener_unittest.cc     registered_ids_.insert(object_id);
object_id         102 sync/notifier/sync_invalidation_listener_unittest.cc   virtual void Unregister(const ObjectId& object_id) OVERRIDE {
object_id         107 sync/notifier/sync_invalidation_listener_unittest.cc     registered_ids_.erase(object_id);
object_id         404 sync/notifier/sync_invalidation_listener_unittest.cc   void FireInvalidate(const ObjectId& object_id,
object_id         408 sync/notifier/sync_invalidation_listener_unittest.cc       inv = invalidation::Invalidation(object_id, version, payload);
object_id         410 sync/notifier/sync_invalidation_listener_unittest.cc       inv = invalidation::Invalidation(object_id, version);
object_id         419 sync/notifier/sync_invalidation_listener_unittest.cc   void FireInvalidateUnknownVersion(const ObjectId& object_id) {
object_id         423 sync/notifier/sync_invalidation_listener_unittest.cc                                        object_id,
object_id         197 sync/notifier/unacked_invalidation_set.cc   invalidation::ObjectId id = invalidations_.begin()->object_id();
object_id          40 sync/notifier/unacked_invalidation_set.h   const invalidation::ObjectId& object_id() const;
object_id          16 sync/sessions/data_type_tracker.cc DataTypeTracker::DataTypeTracker(const invalidation::ObjectId& object_id)
object_id          20 sync/sessions/data_type_tracker.cc     drop_tracker_(object_id) { }
object_id          29 sync/sessions/data_type_tracker.h   explicit DataTypeTracker(const invalidation::ObjectId& object_id);
object_id          22 win8/metro_driver/ime/ime_popup_monitor.cc                                LONG object_id,