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

  /external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_object_entry.h 21 MTPDeviceObjectEntry(const string16& object_id,
29 string16 object_id; member in struct:chrome::MTPDeviceObjectEntry
mtp_device_object_enumerator_unittest.cc 25 string16 object_id; member in struct:chrome::__anon7710::MTPDeviceObjectEntryData
69 kTestCases[i].object_id,
80 EXPECT_EQ(kTestCases[i].object_id, enumerator.GetObjectId());
  /external/chromium_org/chrome/test/chromedriver/chrome/
web_view_impl_unittest.cc 167 std::string object_id; local
169 &client, 0, std::string(), &got_object, &object_id).IsOk());
171 ASSERT_TRUE(object_id.empty());
181 std::string object_id; local
183 &client, 0, std::string(), &got_object, &object_id).IsOk());
185 ASSERT_STREQ("id", object_id.c_str());
  /external/chromium/chrome/browser/sync/notifier/
registration_manager.cc 219 invalidation::ObjectId object_id; local
220 if (!RealModelTypeToObjectId(model_type, &object_id)) {
224 invalidation_client_->Register(object_id);
232 invalidation::ObjectId object_id; local
233 if (!RealModelTypeToObjectId(model_type, &object_id)) {
237 invalidation_client_->Unregister(object_id);
  /external/chromium_org/components/autofill/content/browser/wallet/
instrument.h 69 const std::string& object_id() const { return object_id_; } function in class:autofill::wallet::Instrument
70 void set_object_id(const std::string& object_id) { object_id_ = object_id; }
wallet_address.cc 25 const std::string& object_id) {
83 object_id);
122 const std::string& object_id)
131 object_id_(object_id),
140 std::string object_id; local
141 if (!dictionary.GetString("id", &object_id)) {
145 return scoped_ptr<Address>(CreateAddressInternal(dictionary, object_id));
151 std::string object_id; local
152 dictionary.GetString("id", &object_id);
153 return scoped_ptr<Address>(CreateAddressInternal(dictionary, object_id));
    [all...]
wallet_address.h 53 const std::string& object_id);
109 const std::string& object_id() const { return object_id_; } function in class:autofill::wallet::Address
139 void set_object_id(const std::string& object_id) {
140 object_id_ = object_id;
146 // Tests if this address exact matches |other|. |object_id| is ignored.
149 // Tests if this address exact matches |other| including |object_id|.
wallet_items.cc 94 const std::string& object_id)
103 object_id_(object_id) {
136 std::string object_id; local
137 if (!dictionary.GetString("object_id", &object_id)) {
186 object_id));
226 const std::string& object_id) const {
227 if (object_id.empty())
231 if (instruments_[i]->object_id() == object_id)
    [all...]
wallet_items.h 109 const std::string& object_id() const { return object_id_; } function in class:autofill::wallet::WalletItems::MaskedInstrument
131 const std::string& object_id);
232 const std::string& object_id) const;
  /external/chromium_org/chrome/browser/storage_monitor/
portable_device_watcher_win.cc 172 // |object_id|.
173 REFPROPERTYKEY GetUniqueIdPropertyKey(const string16& object_id) {
174 return (object_id == WPD_DEVICE_OBJECT_ID) ?
179 // property key of the object specified by the |object_id|.
181 const string16& object_id,
189 REFPROPERTYKEY key = GetUniqueIdPropertyKey(object_id);
208 // Constructs a unique identifier for the object specified by the |object_id|.
211 const string16& object_id,
230 if (!PopulatePropertyKeyCollection(object_id, &properties_to_read))
234 if (FAILED(properties->GetValues(object_id.c_str()
287 base::win::ScopedPropVariant object_id; local
    [all...]
  /external/chromium_org/chrome_frame/
chrome_frame_activex.cc 345 base::win::ScopedBstr object_id; local
346 GetObjectScriptId(obj_element, object_id.Receive());
357 FAILED(hr = CreateScriptBlockForEvent(element, object_id,
  /art/runtime/jdwp/
jdwp_handler.cc 65 static JdwpError WriteTaggedObject(ExpandBuf* reply, ObjectId object_id)
68 JdwpError rc = Dbg::GetObjectTag(object_id, tag);
71 expandBufAddObjectId(reply, object_id);
91 * If "is_constructor" is set, this returns "object_id" rather than the
95 ObjectId thread_id, ObjectId object_id,
98 CHECK(!is_constructor || object_id != 0);
102 VLOG(jdwp) << StringPrintf(" --> thread_id=%#llx object_id=%#llx", thread_id, object_id);
125 JdwpError err = Dbg::InvokeMethod(thread_id, object_id, class_id, method_id, arg_count, argValues.get(), argTypes.get(), options, &resultTag, &resultValue, &exceptObjId);
135 resultValue = (exceptObjId == 0) ? object_id : 0
343 ObjectId object_id = request.ReadObjectId(); local
701 ObjectId object_id; local
720 ObjectId object_id; local
798 ObjectId object_id = request.ReadObjectId(); local
807 ObjectId object_id = request.ReadObjectId(); local
827 ObjectId object_id = request.ReadObjectId(); local
849 ObjectId object_id = request.ReadObjectId(); local
866 ObjectId object_id = request.ReadObjectId(); local
876 ObjectId object_id = request.ReadObjectId(); local
882 ObjectId object_id = request.ReadObjectId(); local
888 ObjectId object_id = request.ReadObjectId(); local
897 ObjectId object_id = request.ReadObjectId(); local
1441 ObjectId object_id; local
    [all...]
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin.cc 870 int object_id = item_ptr->first local
    [all...]
  /external/chromium_org/v8/src/
heap-snapshot-generator.cc 822 SnapshotObjectId object_id = local
824 return snapshot_->AddEntry(type, name, object_id, object_size);
    [all...]

Completed in 449 milliseconds