Searched defs:Create (Results 76 - 100 of 1523) sorted by relevance

1234567891011>>

/external/chromium_org/device/serial/
H A Dserial_device_enumerator_win.cc18 scoped_ptr<SerialDeviceEnumerator> SerialDeviceEnumerator::Create() { function in class:device::SerialDeviceEnumerator
/external/chromium_org/extensions/browser/api/storage/
H A Dleveldb_settings_storage_factory.cc22 ValueStore* LeveldbSettingsStorageFactory::Create( function in class:extensions::LeveldbSettingsStorageFactory
/external/chromium_org/gpu/config/
H A Dgpu_blacklist.cc19 GpuBlacklist* GpuBlacklist::Create() { function in class:gpu::GpuBlacklist
/external/chromium_org/ipc/
H A Dipc_channel_factory.cc24 return Channel::Create(handle_, mode_, listener);
37 scoped_ptr<ChannelFactory> ChannelFactory::Create( function in class:IPC::ChannelFactory
/external/chromium_org/net/quic/congestion_control/
H A Dsend_algorithm_interface.cc15 SendAlgorithmInterface* SendAlgorithmInterface::Create( function in class:net::SendAlgorithmInterface
/external/chromium_org/ppapi/c/dev/
H A Dppb_printing_dev.h36 /** Create a resource for accessing printing functionality.
44 PP_Resource (*Create)(PP_Instance instance); member in struct:PPB_Printing_Dev_0_7
/external/chromium_org/ppapi/c/private/
H A Dppb_flash_device_id.h35 PP_Resource (*Create)(PP_Instance instance); member in struct:PPB_Flash_DeviceID_1_0
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dmediaengine.cc55 MediaEngineInterface* MediaEngineFactory::Create() { function in class:cricket::MediaEngineFactory
60 return WebRtcMediaEngineFactory::Create();
/external/chromium_org/third_party/skia/include/effects/
H A DSkCornerPathEffect.h23 static SkCornerPathEffect* Create(SkScalar radius) { function in class:SkCornerPathEffect
H A DSkPixelXorXfermode.h20 static SkPixelXorXfermode* Create(SkColor opColor) { function in class:SkPixelXorXfermode
/external/chromium_org/third_party/skia/src/gpu/
H A DGrGpuFactory.cpp17 GrGpu* GrGpu::Create(GrBackend backend, GrBackendContext backendContext, GrContext* context) { function in class:GrGpu
/external/chromium_org/third_party/webrtc/base/
H A Dssladapter.cc38 SSLAdapter::Create(AsyncSocket* socket) { function in class:rtc::SSLAdapter
H A Dsslstreamadapter.cc36 SSLStreamAdapter* SSLStreamAdapter::Create(StreamInterface* stream) { function in class:rtc::SSLStreamAdapter
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dscreen_capturer.cc17 ScreenCapturer* ScreenCapturer::Create() { function in class:webrtc::ScreenCapturer
18 return Create(DesktopCaptureOptions::CreateDefault());
26 return Create(options);
32 return Create(options);
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_format.cc18 RtpPacketizer* RtpPacketizer::Create(RtpVideoCodecTypes type, function in class:webrtc::RtpPacketizer
36 RtpDepacketizer* RtpDepacketizer::Create(RtpVideoCodecTypes type, function in class:webrtc::RtpDepacketizer
/external/chromium_org/third_party/webrtc/modules/video_capture/external/
H A Dvideo_capture_external.cc18 VideoCaptureModule* VideoCaptureImpl::Create( function in class:webrtc::videocapturemodule::VideoCaptureImpl
/external/chromium_org/third_party/webrtc/modules/video_capture/
H A Dvideo_capture_factory.cc18 VideoCaptureModule* VideoCaptureFactory::Create(const int32_t id, function in class:webrtc::VideoCaptureFactory
20 return videocapturemodule::VideoCaptureImpl::Create(id, deviceUniqueIdUTF8);
23 VideoCaptureModule* VideoCaptureFactory::Create(const int32_t id, function in class:webrtc::VideoCaptureFactory
25 return videocapturemodule::VideoCaptureImpl::Create(id, externalCapture);
/external/chromium_org/third_party/webrtc/modules/video_capture/windows/
H A Dvideo_capture_factory_windows.cc22 return DeviceInfoDS::Create(id);
25 VideoCaptureModule* VideoCaptureImpl::Create(const int32_t id, function in class:webrtc::videocapturemodule::VideoCaptureImpl
/external/chromium_org/third_party/webrtc/sound/
H A Dalsasoundsystem.h31 static SoundSystemInterface *Create() { function in class:rtc::AlsaSoundSystem
H A Dpulseaudiosoundsystem.h36 static SoundSystemInterface *Create() { function in class:rtc::PulseAudioSoundSystem
/external/chromium_org/ui/accessibility/platform/
H A Dax_platform_node.cc14 AXPlatformNode* AXPlatformNode::Create(AXPlatformNodeDelegate* delegate) { function in class:ui::AXPlatformNode
/external/chromium_org/ui/aura/
H A Dinput_state_lookup_win.cc13 scoped_ptr<InputStateLookup> InputStateLookup::Create() { function in class:aura::InputStateLookup
/external/chromium_org/ui/ozone/
H A Dplatform_object_internal.h16 scoped_ptr<T> PlatformObject<T>::Create() { function in class:ui::PlatformObject
/external/lzma/CPP/7zip/Common/
H A DVirtThread.cpp20 WRes CVirtThread::Create() function in class:CVirtThread
29 return Thread.Create(CoderThread, this);
/external/pdfium/core/src/reflow/
H A Dreflowengine.cpp9 IPDF_ReflowedPage* IPDF_ReflowedPage::Create() function in class:IPDF_ReflowedPage
16 return IPDF_ReflowedPage::Create();
20 return IPDF_ProgressiveReflowPageParser::Create();
22 IPDF_ProgressiveReflowPageParser* IPDF_ProgressiveReflowPageParser::Create() function in class:IPDF_ProgressiveReflowPageParser
33 return IPDF_ProgressiveReflowPageRender::Create();
35 IPDF_ProgressiveReflowPageRender* IPDF_ProgressiveReflowPageRender::Create() function in class:IPDF_ProgressiveReflowPageRender

Completed in 467 milliseconds

1234567891011>>