Home
last modified time | relevance | path

Searched defs:CreateHandle (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/
Dhandles-inl.h132 T** HandleScope::CreateHandle(T* value, Isolate* isolate) { in CreateHandle() function
Dapi.cc709 i::Object** HandleScope::CreateHandle(i::Object* value) { in CreateHandle() function in v8::HandleScope
714 i::Object** HandleScope::CreateHandle(i::HeapObject* value) { in CreateHandle() function in v8::HandleScope
/external/webrtc/src/modules/audio_processing/
Dnoise_suppression_impl.cc127 void* NoiseSuppressionImpl::CreateHandle() const { in CreateHandle() function in webrtc::NoiseSuppressionImpl
Dvoice_detection_impl.cc169 void* VoiceDetectionImpl::CreateHandle() const { in CreateHandle() function in webrtc::VoiceDetectionImpl
Dhigh_pass_filter_impl.cc153 void* HighPassFilterImpl::CreateHandle() const { in CreateHandle() function in webrtc::HighPassFilterImpl
Dlevel_estimator_impl.cc140 void* LevelEstimatorImpl::CreateHandle() const { in CreateHandle() function in webrtc::LevelEstimatorImpl
Decho_control_mobile_impl.cc260 void* EchoControlMobileImpl::CreateHandle() const { in CreateHandle() function in webrtc::EchoControlMobileImpl
Dgain_control_impl.cc344 void* GainControlImpl::CreateHandle() const { in CreateHandle() function in webrtc::GainControlImpl
Decho_cancellation_impl.cc340 void* EchoCancellationImpl::CreateHandle() const { in CreateHandle() function in webrtc::EchoCancellationImpl
/external/chromium_org/content/browser/streams/
Dstream.cc161 scoped_ptr<StreamHandle> Stream::CreateHandle(const GURL& original_url, in CreateHandle() function in content::Stream
/external/chromium_org/v8/src/
Dhandles-inl.h168 T** HandleScope::CreateHandle(Isolate* isolate, T* value) { in CreateHandle() function
Dapi.cc732 i::Object** HandleScope::CreateHandle(i::Isolate* isolate, i::Object* value) { in CreateHandle() function in v8::HandleScope
737 i::Object** HandleScope::CreateHandle(i::HeapObject* heap_object, in CreateHandle() function in v8::HandleScope