Searched refs:GetObjectId (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_object_enumerator.h32 base::string16 GetObjectId() const;
H A Dmtp_device_object_enumerator_unittest.cc43 EXPECT_EQ(base::string16(), enumerator->GetObjectId());
79 EXPECT_EQ(kTestCases[i].object_id, enumerator.GetObjectId());
H A Dmtp_device_object_enumerator.cc57 base::string16 MTPDeviceObjectEnumerator::GetObjectId() const { function in class:MTPDeviceObjectEnumerator
/external/chromium_org/v8/include/
H A Dv8-profiler.h411 SnapshotObjectId GetObjectId(Handle<Value> value);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptProfiler.cpp129 v8::SnapshotObjectId id = profiler->GetObjectId(value.v8Value());
/external/chromium_org/v8/test/cctest/
H A Dtest-heap-profiler.cc1240 v8::SnapshotObjectId id = heap_profiler->GetObjectId(objects[i]);
1249 v8::SnapshotObjectId id = heap_profiler->GetObjectId(objects[i]);
1257 v8::SnapshotObjectId id = heap_profiler->GetObjectId(objects[i]);
1314 v8::SnapshotObjectId id = heap_profiler->GetObjectId(globalObjectHandle);
/external/chromium_org/v8/src/
H A Dapi.cc7357 SnapshotObjectId HeapProfiler::GetObjectId(Handle<Value> value) { function in class:v8::HeapProfiler

Completed in 1811 milliseconds