Searched refs:object_id (Results 1 - 25 of 67) sorted by relevance

123

/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_object_entry.cc12 MTPDeviceObjectEntry::MTPDeviceObjectEntry(const base::string16& object_id, argument
17 : object_id(object_id),
H A Dmtp_device_object_entry.h19 MTPDeviceObjectEntry(const base::string16& object_id,
27 base::string16 object_id; member in struct:MTPDeviceObjectEntry
H A Dmtp_device_object_enumerator_unittest.cc24 base::string16 object_id; member in struct:__anon5541::MTPDeviceObjectEntryData
68 kTestCases[i].object_id,
79 EXPECT_EQ(kTestCases[i].object_id, enumerator.GetObjectId());
H A Dmtp_device_operations_util.h31 // Gets the details of the object specified by |object_id| from the given MTP
37 const base::string16& object_id,
H A Dmtp_device_operations_util.cc164 // Gets the details of the object specified by the |object_id| given the media
168 const base::string16 object_id,
175 DCHECK(!object_id.empty());
206 hr = properties->GetValues(object_id.c_str(),
228 // Creates an MTP device object entry for the given |device| and |object_id|.
231 const base::string16& object_id,
235 DCHECK(!object_id.empty());
241 if (!GetObjectDetails(device, object_id, &name, &is_directory, &size,
244 *entry = MTPDeviceObjectEntry(object_id, name, is_directory, size,
320 const base::string16& object_id,
167 GetObjectDetails(IPortableDevice* device, const base::string16 object_id, base::string16* name, bool* is_directory, int64* size, base::Time* last_modified_time) argument
230 GetMTPDeviceObjectEntry(IPortableDevice* device, const base::string16& object_id, MTPDeviceObjectEntry* entry) argument
318 GetFileEntryInfo( IPortableDevice* device, const base::string16& object_id, base::PlatformFileInfo* file_entry_info) argument
[all...]
/external/chromium/chrome/browser/sync/notifier/
H A Dinvalidation_util.cc17 invalidation::ObjectId* object_id) {
23 object_id->Init(invalidation::ObjectSource::CHROME_SYNC, notification_type);
27 bool ObjectIdToRealModelType(const invalidation::ObjectId& object_id, argument
31 object_id.name(), model_type);
35 const invalidation::ObjectId& object_id) {
38 ss << "name: " << object_id.name() << ", ";
39 ss << "source: " << object_id.source();
45 const invalidation::ObjectIdP& object_id) {
48 (invalidation::ObjectSource_Type) object_id.source(),
49 object_id
16 RealModelTypeToObjectId(syncable::ModelType model_type, invalidation::ObjectId* object_id) argument
34 ObjectIdToString( const invalidation::ObjectId& object_id) argument
44 ObjectIdPToString( const invalidation::ObjectIdP& object_id) argument
[all...]
H A Dinvalidation_util.h21 invalidation::ObjectId* object_id);
23 bool ObjectIdToRealModelType(const invalidation::ObjectId& object_id,
29 std::string ObjectIdToString(const invalidation::ObjectId& object_id);
31 std::string ObjectIdPToString(const invalidation::ObjectIdP& object_id);
H A Dregistration_manager.cc219 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/tools/telemetry/telemetry/core/heap/
H A Dlive_heap_object.py9 object_id: int, identifier for the object.
21 def __init__(self, object_id, type_string, class_name):
25 object_id: int, identifier for the LiveHeapObject.
29 self.object_id = object_id
54 prefix = 'LiveHeapObject(' + str(self.object_id) + ' '
/external/chromium_org/sync/notifier/
H A Dinvalidation_util.cc34 DCHECK(a.object_id() == b.object_id())
35 << "a: " << ObjectIdToString(a.object_id()) << ", "
36 << "b: " << ObjectIdToString(a.object_id());
51 invalidation::ObjectId* object_id) {
56 object_id->Init(ipc::invalidation::ObjectSource::CHROME_SYNC,
61 bool ObjectIdToRealModelType(const invalidation::ObjectId& object_id, argument
63 return NotificationTypeToRealModelType(object_id.name(), model_type);
67 const invalidation::ObjectId& object_id) {
69 value->SetInteger("source", object_id
50 RealModelTypeToObjectId(ModelType model_type, invalidation::ObjectId* object_id) argument
66 ObjectIdToValue( const invalidation::ObjectId& object_id) argument
87 ObjectIdToString( const invalidation::ObjectId& object_id) argument
[all...]
H A Dinvalidation_util.h50 invalidation::ObjectId* object_id);
52 bool ObjectIdToRealModelType(const invalidation::ObjectId& object_id,
57 const invalidation::ObjectId& object_id);
63 const invalidation::ObjectId& object_id);
H A Ddropped_invalidation_tracker.h35 const invalidation::ObjectId& object_id() const;
H A Ddropped_invalidation_tracker.cc18 const invalidation::ObjectId& DroppedInvalidationTracker::object_id() const { function in class:syncer::DroppedInvalidationTracker
H A Dsync_invalidation_listener.cc128 const invalidation::ObjectId& id = invalidation.object_id();
148 const invalidation::ObjectId& object_id,
156 Invalidation unknown_version = Invalidation::InitUnknownVersion(object_id);
225 const invalidation::ObjectId& object_id,
230 << ObjectIdToString(object_id) << " " << new_state;
234 registration_manager_->MarkRegistrationLost(object_id);
240 const invalidation::ObjectId& object_id,
246 << ObjectIdToString(object_id)
253 registration_manager_->MarkRegistrationLost(object_id);
260 // Either way, block future registration attempts for |object_id|
146 InvalidateUnknownVersion( invalidation::InvalidationClient* client, const invalidation::ObjectId& object_id, const invalidation::AckHandle& ack_handle) argument
223 InformRegistrationStatus( invalidation::InvalidationClient* client, const invalidation::ObjectId& object_id, InvalidationListener::RegistrationState new_state) argument
238 InformRegistrationFailure( invalidation::InvalidationClient* client, const invalidation::ObjectId& object_id, bool is_transient, const std::string& error_message) argument
[all...]
/external/chromium_org/chrome_frame/
H A Devent_hooker.h27 LONG object_id,
H A Devent_hooker.cc48 LONG object_id,
54 if (OBJID_WINDOW == object_id) {
45 WindowCreationHookProc(HWINEVENTHOOK hook, DWORD event, HWND window, LONG object_id, LONG child_id, DWORD event_tid, DWORD event_time) argument
/external/chromium_org/ppapi/proxy/
H A Dppb_var_deprecated_proxy.h38 void OnMsgAddRefObject(int64 object_id, int* unused);
39 void OnMsgReleaseObject(int64 object_id);
91 void DoReleaseObject(int64 object_id);
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_address.cc26 const std::string& object_id) {
84 object_id);
126 const std::string& object_id)
136 object_id_(object_id),
144 std::string object_id; local
145 if (!dictionary.GetString("id", &object_id)) {
149 return scoped_ptr<Address>(CreateAddressInternal(dictionary, object_id));
155 std::string object_id; local
156 dictionary.GetString("id", &object_id);
157 return scoped_ptr<Address>(CreateAddressInternal(dictionary, object_id));
25 CreateAddressInternal(const base::DictionaryValue& dictionary, const std::string& object_id) argument
118 Address(const std::string& country_name_code, const base::string16& recipient_name, const base::string16& address_line_1, const base::string16& address_line_2, const base::string16& locality_name, const base::string16& administrative_area_name, const base::string16& postal_code_number, const base::string16& phone_number, const std::string& object_id) argument
[all...]
H A Dwallet_address.h54 const std::string& object_id);
114 const std::string& object_id() const { return object_id_; } function in class:autofill::wallet::Address
142 void set_object_id(const std::string& object_id) { argument
143 object_id_ = object_id;
149 // Tests if this address exact matches |other|. |object_id| is ignored.
152 // Tests if this address exact matches |other| including |object_id|.
/external/chromium_org/chrome_frame/test/
H A Dwin_event_receiver.h25 virtual void OnEventReceived(DWORD event, HWND hwnd, LONG object_id,
53 DWORD event, HWND hwnd, LONG object_id, LONG child_id,
124 DWORD event, HWND hwnd, LONG object_id, LONG child_id);
H A Dchrome_frame_ui_test_utils.h51 static AccObject* CreateFromEvent(HWND hwnd, LONG object_id, LONG child_id);
259 void Handle(DWORD event, HWND hwnd, LONG object_id, LONG child_id);
265 virtual void OnEventReceived(DWORD event, HWND hwnd, LONG object_id,
/external/chromium_org/chrome/browser/policy/cloud/
H A Dcloud_policy_invalidator.cc236 invalidation::ObjectId object_id(
242 if (!registered_timestamp_ || !(object_id == object_id_))
243 Register(policy->timestamp(), object_id);
248 const invalidation::ObjectId& object_id) {
259 object_id_ = object_id;
264 ids.insert(object_id);
246 Register( int64 timestamp, const invalidation::ObjectId& object_id) argument
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dweb_view_impl_unittest.cc170 std::string object_id; local
172 &client, 0, std::string(), &got_object, &object_id).IsOk());
174 ASSERT_TRUE(object_id.empty());
184 std::string object_id; local
186 &client, 0, std::string(), &got_object, &object_id).IsOk());
188 ASSERT_STREQ("id", object_id.c_str());
/external/chromium_org/chrome/browser/storage_monitor/
H A Dportable_device_watcher_win.cc170 // |object_id|.
171 REFPROPERTYKEY GetUniqueIdPropertyKey(const base::string16& object_id) { argument
172 return (object_id == WPD_DEVICE_OBJECT_ID) ?
177 // property key of the object specified by the |object_id|.
179 const base::string16& object_id,
187 REFPROPERTYKEY key = GetUniqueIdPropertyKey(object_id);
206 // Constructs a unique identifier for the object specified by the |object_id|.
209 const base::string16& object_id,
228 if (!PopulatePropertyKeyCollection(object_id, &properties_to_read))
232 if (FAILED(properties->GetValues(object_id
178 PopulatePropertyKeyCollection( const base::string16& object_id, base::win::ScopedComPtr<IPortableDeviceKeyCollection>* properties_to_read) argument
208 GetObjectUniqueId(IPortableDevice* device, const base::string16& object_id, base::string16* unique_id) argument
285 base::win::ScopedPropVariant object_id; local
[all...]
/external/chromium_org/sync/internal_api/public/base/
H A Dinvalidation.cc92 invalidation::ObjectId Invalidation::object_id() const { function in class:syncer::Invalidation
132 DCHECK(tracker->object_id() == object_id());

Completed in 3357 milliseconds

123