Searched refs:object_id_ (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/components/invalidation/
H A Dunacked_invalidation_set.cc27 object_id_(id) {}
32 object_id_(other.object_id_),
39 return object_id_;
96 << "Unrecognized to ack for object " << ObjectIdToString(object_id_);
113 << ObjectIdToString(object_id_);
130 value->SetString(kSourceKey, base::IntToString(object_id_.source()));
131 value->SetString(kNameKey, object_id_.name());
160 object_id_ = invalidation::ObjectId(source, name);
H A Dunacked_invalidation_set.h111 invalidation::ObjectId object_id_; member in class:syncer::UnackedInvalidationSet
H A Dunacked_invalidation_set_test_util.cc66 return expected_.object_id_ == actual.object_id_
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dinstrument.h69 const std::string& object_id() const { return object_id_; }
96 std::string object_id_; member in class:autofill::wallet::Instrument
H A Dwallet_address.h81 // |object_id_|.
84 // Newly created addresses will not have an associated |object_id_| and are
117 const std::string& object_id() const { return object_id_; }
151 object_id_ = object_id;
215 std::string object_id_; member in class:autofill::wallet::Address
H A Dwallet_address.cc162 object_id_(object_id),
274 if (!object_id_.empty())
275 dict->SetString("id", object_id_);
409 return object_id_ == other.object_id_ &&
H A Dwallet_items.h113 const std::string& object_id() const { return object_id_; }
161 std::string object_id_; member in class:autofill::wallet::WalletItems::MaskedInstrument
H A Dwallet_items.cc119 object_id_(object_id) {
216 if (object_id_ != other.object_id_)
/external/chromium_org/content/renderer/java/
H A Dgin_java_bridge_object.h31 GinJavaBridgeDispatcher::ObjectID object_id() const { return object_id_; }
62 GinJavaBridgeDispatcher::ObjectID object_id_; member in class:content::GinJavaBridgeObject
H A Dgin_java_bridge_object.cc68 object_id_(object_id),
74 dispatcher_->OnGinJavaBridgeObjectDeleted(object_id_);
92 known_methods_[property] = dispatcher_->HasJavaMethod(object_id_, property);
109 dispatcher_->GetJavaMethods(object_id_, &method_names);
139 object_id_, name, arguments, &error);
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
H A Drefcount.h89 typeid(this).name(), object_counter_, object_id_, ref_count_)
127 object_id_ = AtomicIncrement(&next_id_);
166 mutable size_t object_id_; member in class:sfntly::RefCounted
/external/sfntly/cpp/src/sfntly/port/
H A Drefcount.h89 typeid(this).name(), object_counter_, object_id_, ref_count_)
127 object_id_ = AtomicIncrement(&next_id_);
166 mutable size_t object_id_; member in class:sfntly::RefCounted
/external/chromium_org/chrome/browser/policy/cloud/
H A Dcloud_policy_invalidator.cc113 invalidation_map.ForObject(object_id_);
290 if (!is_registered_ || !(object_id == object_id_))
305 object_id_ = object_id;
H A Dcloud_policy_invalidator.h201 invalidation::ObjectId object_id_; member in class:policy::CloudPolicyInvalidator

Completed in 2537 milliseconds