Searched refs:object_id (Results 51 - 68 of 68) sorted by relevance

123

/external/chromium_org/ppapi/proxy/
H A Dplugin_var_tracker_unittest.cc18 PP_Var MakeObject(int32 object_id) { argument
21 ret.value.as_id = object_id;
H A Dserialized_var_unittest.cc15 PP_Var MakeObjectVar(int64_t object_id) { argument
18 ret.value.as_id = object_id;
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_android.cc104 invalidation::ObjectId object_id(
110 syncer::Invalidation::InitUnknownVersion(object_id));
113 max_invalidation_versions_.find(object_id);
119 max_invalidation_versions_[object_id] = version;
121 syncer::Invalidation::Init(object_id, version, state));
/external/chromium_org/components/invalidation/
H A Dinvalidation.cc92 invalidation::ObjectId Invalidation::object_id() const { function in class:syncer::Invalidation
H A Dinvalidator_storage.cc38 map->insert(std::make_pair(storage.object_id(), storage));
H A Dobject_id_invalidation_map.cc38 map_[invalidation.object_id()].Insert(invalidation);
/external/chromium_org/content/renderer/java/
H A Dgin_java_bridge_value_converter.cc48 GinJavaBridgeValue::CreateObjectIDValue(unwrapped->object_id()).release();
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachVMRegion.cpp160 "object_id = 0x%8.8x, "
173 m_data.object_id,
/external/chromium_org/content/browser/android/java/
H A Dgin_java_script_to_java_types_coercion.cc596 GinJavaBoundObject::ObjectID object_id; local
597 if (gin_value->GetAsObjectID(&object_id)) {
598 ObjectRefs::const_iterator iter = object_refs.find(object_id);
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_impl.cc400 void RenderFrameHostImpl::AccessibilitySetFocus(int object_id) { argument
401 Send(new AccessibilityMsg_SetFocus(routing_id_, object_id));
404 void RenderFrameHostImpl::AccessibilityDoDefaultAction(int object_id) { argument
405 Send(new AccessibilityMsg_DoDefaultAction(routing_id_, object_id));
429 int object_id, int start_offset, int end_offset) {
431 routing_id_, object_id, start_offset, end_offset));
428 AccessibilitySetTextSelection( int object_id, int start_offset, int end_offset) argument
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dweb_view_impl.h142 std::string* object_id);
H A Dweb_view_impl.cc614 std::string* object_id) {
624 if (!result->GetString("objectId", object_id))
610 EvaluateScriptAndGetObject(DevToolsClient* client, int context_id, const std::string& expression, bool* got_object, std::string* object_id) argument
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_client.cc390 DCHECK(!reference_instrument->object_id().empty());
401 reference_instrument->object_id());
426 address->set_object_id(reference_address->object_id());
427 DCHECK(!address->object_id().empty());
/external/chromium_org/content/child/webcrypto/nss/
H A Drsa_key_nss.cc359 crypto::ScopedSECItem object_id(PK11_MakeIDFromPubKey(&modulus_item));
361 CKA_ID, CryptoData(object_id->data, object_id->len), &key_template);
380 PK11_FindKeyByKeyID(slot.get(), object_id.get(), NULL));
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc1119 previously_selected_instrument_id_ = instrument->object_id();
1123 previously_selected_shipping_address_id_ = address->object_id();
2998 addresses[i]->object_id() == default_shipping_address_id) {
3036 if (instruments[i]->object_id() == default_instrument_id)
3730 active_instrument_id_ = active_instrument->object_id();
3738 active_address_id_ = active_address->object_id();
3755 active_address_id_ = duplicated_address->object_id();
3759 DCHECK(inputted_address->object_id().empty());
H A Dautofill_dialog_controller_unittest.cc1853 return !arg->object_id().empty();
/external/chromium_org/v8/test/cctest/
H A Dtest-heap-profiler.cc1072 v8::SnapshotObjectId* object_id = NULL) {
1075 if (object_id)
1076 *object_id = last_seen_id;
/external/chromium_org/v8/src/
H A Dheap-snapshot-generator.cc882 SnapshotObjectId object_id = heap_object_map_->FindOrAddEntry( local
890 return snapshot_->AddEntry(type, name, object_id, size, trace_node_id);

Completed in 536 milliseconds

123