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

  /external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_invalidator.h 163 invalidation::ObjectId object_id_; member in class:policy::CloudPolicyInvalidator
  /external/chromium_org/components/autofill/content/browser/wallet/
instrument.h 69 const std::string& object_id() const { return object_id_; }
70 void set_object_id(const std::string& object_id) { object_id_ = object_id; }
97 std::string object_id_; member in class:autofill::wallet::Instrument
wallet_address.h 78 // |object_id_|.
81 // Newly created addresses will not have an associated |object_id_| and are
109 const std::string& object_id() const { return object_id_; }
140 object_id_ = object_id;
189 std::string object_id_; member in class:autofill::wallet::Address
wallet_items.h 109 const std::string& object_id() const { return object_id_; }
159 std::string object_id_; member in class:autofill::wallet::WalletItems::MaskedInstrument
  /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

Completed in 5150 milliseconds