Searched refs:handle1 (Results 51 - 54 of 54) sorted by relevance

123

/external/chromium_org/mojo/public/python/mojo/
H A Dsystem.pyx610 handle1.
627 self.handle1 = Handle(chandle1)
/external/chromium_org/third_party/webrtc/video/
H A Dvideo_send_stream_tests.cc1138 webrtc::RefCountImpl<FakeNativeHandle>* handle1 = local
1144 input_frames.push_back(new TextureVideoFrame(handle1, width, height, 1, 1));
/external/chromium_org/base/debug/
H A Dtrace_event_unittest.cc1378 TraceEventHandle handle1 = local
1390 const TraceEvent* event1 = tracer->GetEventByHandle(handle1);
1406 TraceEventHandle handle1 = local
1420 const TraceEvent* event1 = tracer->GetEventByHandle(handle1);
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc13728 CopyableObject handle1; local
13731 handle1.Reset(isolate, v8::Object::New(isolate));
13735 handle2 = handle1;
13736 CHECK(handle1 == handle2);
13739 CHECK(handle1 == handle3);
13793 v8::Persistent<v8::Object> handle1, handle2; local
13797 handle1.Reset(isolate, v8::Object::New(isolate));
13804 handle1.SetWeak(&handle1, NewPersistentHandleCallback);
13824 v8::Persistent<v8::Object> handle1, handle local
13853 v8::Persistent<v8::Object> handle1, handle2, handle3; local
[all...]

Completed in 486 milliseconds

123