Searched defs:CreateHandle (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/gin/
H A Dhandle.h62 gin::Handle<T> CreateHandle(v8::Isolate* isolate, T* object) { function in namespace:gin
/external/chromium_org/third_party/webrtc/modules/audio_processing/
H A Dlevel_estimator_impl.cc60 void* LevelEstimatorImpl::CreateHandle() const { function in class:webrtc::LevelEstimatorImpl
H A Dnoise_suppression_impl.cc149 void* NoiseSuppressionImpl::CreateHandle() const { function in class:webrtc::NoiseSuppressionImpl
H A Decho_control_mobile_impl.cc252 void* EchoControlMobileImpl::CreateHandle() const { function in class:webrtc::EchoControlMobileImpl
H A Dhigh_pass_filter_impl.cc147 void* HighPassFilterImpl::CreateHandle() const { function in class:webrtc::HighPassFilterImpl
H A Dvoice_detection_impl.cc150 void* VoiceDetectionImpl::CreateHandle() const { function in class:webrtc::VoiceDetectionImpl
H A Decho_cancellation_impl.cc330 void* EchoCancellationImpl::CreateHandle() const { function in class:webrtc::EchoCancellationImpl
H A Dgain_control_impl.cc303 void* GainControlImpl::CreateHandle() const { function in class:webrtc::GainControlImpl
/external/webrtc/src/modules/audio_processing/
H A Dnoise_suppression_impl.cc127 void* NoiseSuppressionImpl::CreateHandle() const { function in class:webrtc::NoiseSuppressionImpl
H A Dhigh_pass_filter_impl.cc153 void* HighPassFilterImpl::CreateHandle() const { function in class:webrtc::HighPassFilterImpl
H A Dlevel_estimator_impl.cc140 void* LevelEstimatorImpl::CreateHandle() const { function in class:webrtc::LevelEstimatorImpl
H A Dvoice_detection_impl.cc169 void* VoiceDetectionImpl::CreateHandle() const { function in class:webrtc::VoiceDetectionImpl
H A Decho_cancellation_impl.cc340 void* EchoCancellationImpl::CreateHandle() const { function in class:webrtc::EchoCancellationImpl
H A Decho_control_mobile_impl.cc260 void* EchoControlMobileImpl::CreateHandle() const { function in class:webrtc::EchoControlMobileImpl
H A Dgain_control_impl.cc344 void* GainControlImpl::CreateHandle() const { function in class:webrtc::GainControlImpl
/external/chromium_org/content/browser/streams/
H A Dstream.cc163 scoped_ptr<StreamHandle> Stream::CreateHandle( function in class:content::Stream
/external/chromium_org/v8/src/
H A Dhandles-inl.h19 location_ = HandleScope::CreateHandle(obj->GetIsolate(), obj);
25 location_ = HandleScope::CreateHandle(isolate, obj);
127 Handle<T> result(CreateHandle<T>(isolate_, value));
138 T** HandleScope::CreateHandle(Isolate* isolate, T* value) { function in class:v8::internal::HandleScope
H A Dapi.cc579 i::Object** HandleScope::CreateHandle(i::Isolate* isolate, i::Object* value) { function in class:v8::HandleScope
580 return i::HandleScope::CreateHandle(isolate, value);
584 i::Object** HandleScope::CreateHandle(i::HeapObject* heap_object, function in class:v8::HandleScope
587 return i::HandleScope::CreateHandle(heap_object->GetIsolate(), value);
593 escape_slot_ = CreateHandle(isolate, isolate->heap()->the_hole_value());
/external/chromium_org/net/udp/
H A Dudp_socket_win.cc192 BOOL QwaveAPI::CreateHandle(PQOS_VERSION version, PHANDLE handle) { function in class:net::QwaveAPI
934 qos.CreateHandle(&version, &qos_handle_);

Completed in 366 milliseconds