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

  /external/chromium_org/sync/notifier/
unacked_invalidation_set.cc 27 object_id_(id) {}
32 object_id_(other.object_id_),
39 return object_id_;
95 << "Unrecognized to ack for object " << ObjectIdToString(object_id_);
112 << ObjectIdToString(object_id_);
129 value->SetString(kSourceKey, base::IntToString(object_id_.source()));
130 value->SetString(kNameKey, object_id_.name());
159 object_id_ = invalidation::ObjectId(source, name);
unacked_invalidation_set.h 108 invalidation::ObjectId object_id_; member in class:syncer::UnackedInvalidationSet
unacked_invalidation_set_test_util.cc 66 return expected_.object_id_ == actual.object_id_
  /external/chromium_org/components/autofill/content/browser/wallet/
instrument.h 69 const std::string& object_id() const { return object_id_; }
96 std::string object_id_; member in class:autofill::wallet::Instrument
wallet_address.h 81 // |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
wallet_address.cc 162 object_id_(object_id),
274 if (!object_id_.empty())
275 dict->SetString("id", object_id_);
409 return object_id_ == other.object_id_ &&
wallet_items.h 112 const std::string& object_id() const { return object_id_; }
160 std::string object_id_; member in class:autofill::wallet::WalletItems::MaskedInstrument
wallet_items.cc 119 object_id_(object_id) {
216 if (object_id_ != other.object_id_)
  /external/chromium_org/content/renderer/java/
gin_java_bridge_object.h 31 GinJavaBridgeDispatcher::ObjectID object_id() const { return object_id_; }
62 GinJavaBridgeDispatcher::ObjectID object_id_; member in class:content::GinJavaBridgeObject
gin_java_bridge_object.cc 68 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/
refcount.h 89 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/
refcount.h 89 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/
cloud_policy_invalidator.h 186 invalidation::ObjectId object_id_; member in class:policy::CloudPolicyInvalidator
cloud_policy_invalidator.cc 98 invalidation_map.ForObject(object_id_);
248 if (!is_registered_ || !(object_id == object_id_))
263 object_id_ = object_id;

Completed in 523 milliseconds