Home
last modified time | relevance | path

Searched defs:Create (Results 1 – 25 of 1578) sorted by relevance

12345678910>>...64

/external/chromium_org/cc/animation/
Dtiming_function.cc15 scoped_ptr<CubicBezierTimingFunction> CubicBezierTimingFunction::Create( in Create() function in cc::CubicBezierTimingFunction
51 scoped_ptr<TimingFunction> EaseTimingFunction::Create() { in Create() function in cc::EaseTimingFunction
56 scoped_ptr<TimingFunction> EaseInTimingFunction::Create() { in Create() function in cc::EaseInTimingFunction
61 scoped_ptr<TimingFunction> EaseOutTimingFunction::Create() { in Create() function in cc::EaseOutTimingFunction
66 scoped_ptr<TimingFunction> EaseInOutTimingFunction::Create() { in Create() function in cc::EaseInOutTimingFunction
/external/pdfium/core/src/reflow/
Dreflowengine.cpp9 IPDF_ReflowedPage* IPDF_ReflowedPage::Create() in Create() function in IPDF_ReflowedPage
22 IPDF_ProgressiveReflowPageParser* IPDF_ProgressiveReflowPageParser::Create() in Create() function in IPDF_ProgressiveReflowPageParser
35 IPDF_ProgressiveReflowPageRender* IPDF_ProgressiveReflowPageRender::Create() in Create() function in IPDF_ProgressiveReflowPageRender
/external/chromium_org/third_party/webrtc/sound/
Dautomaticallychosensoundsystem_unittest.cc24 static SoundSystemInterface *Create() { in Create() function in rtc::NeverFailsToFailSoundSystem
37 static SoundSystemInterface *Create() { in Create() function in rtc::InitCheckingSoundSystem1
54 static SoundSystemInterface *Create() { in Create() function in rtc::InitCheckingSoundSystem2
69 static SoundSystemInterface *Create() { in Create() function in rtc::DeletionCheckingSoundSystem1
84 static SoundSystemInterface *Create() { in Create() function in rtc::DeletionCheckingSoundSystem2
99 static SoundSystemInterface *Create() { in Create() function in rtc::DeletionCheckingSoundSystem3
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
Dvp8_factory.cc16 VP8Encoder* VP8Encoder::Create() { in Create() function in webrtc::VP8Encoder
20 VP8Decoder* VP8Decoder::Create() { in Create() function in webrtc::VP8Decoder
/external/skia/include/effects/
DSk2DPathEffect.h17 static Sk2DPathEffect* Create(const SkMatrix& mat) { in Create() function
64 static SkLine2DPathEffect* Create(SkScalar width, const SkMatrix& matrix) { in Create() function
94 static SkPath2DPathEffect* Create(const SkMatrix& matrix, const SkPath& path) { in Create() function
DSkPictureImageFilter.h19 static SkPictureImageFilter* Create(SkPicture* picture) { in Create() function
27 static SkPictureImageFilter* Create(SkPicture* picture, const SkRect& cropRect) { in Create() function
DSkBitmapSource.h16 static SkBitmapSource* Create(const SkBitmap& bitmap) { in Create() function
19 static SkBitmapSource* Create(const SkBitmap& bitmap, const SkRect& srcRect, in Create() function
/external/pdfium/core/include/fpdfapi/
Dfpdf_objects.h112 static CPDF_Boolean* Create(FX_BOOL value) in Create() function
141 static CPDF_Number* Create(int value) in Create() function
146 static CPDF_Number* Create(FX_FLOAT value) in Create() function
151 static CPDF_Number* Create(FX_BSTR str) in Create() function
156 static CPDF_Number* Create(FX_BOOL bInteger, void* pData) in Create() function
227 static CPDF_String* Create(const CFX_WideString& str) in Create() function
271 static CPDF_Name* Create(const CFX_ByteString& str) in Create() function
276 static CPDF_Name* Create(FX_BSTR str) in Create() function
281 static CPDF_Name* Create(FX_LPCSTR str) in Create() function
319 static CPDF_Array* Create() in Create() function
[all …]
/external/zlib/src/contrib/ada/
Dzlib-streams.adb41 procedure Create subprogram
55 subtype Buffer_Subtype is Stream_Element_Array (1 .. Read_Buffer_Size);
57 procedure Init_Filter
65 procedure Init_Filter
/external/chromium_org/chromeos/login/auth/
Dextended_authenticator.cc12 scoped_refptr<ExtendedAuthenticator> ExtendedAuthenticator::Create( in Create() function in chromeos::ExtendedAuthenticator
18 scoped_refptr<ExtendedAuthenticator> ExtendedAuthenticator::Create( in Create() function in chromeos::ExtendedAuthenticator
/external/chromium_org/net/dns/
Drecord_rdata.cc25 scoped_ptr<SrvRecordRdata> SrvRecordRdata::Create( in Create() function in net::SrvRecordRdata
65 scoped_ptr<ARecordRdata> ARecordRdata::Create( in Create() function in net::ARecordRdata
98 scoped_ptr<AAAARecordRdata> AAAARecordRdata::Create( in Create() function in net::AAAARecordRdata
131 scoped_ptr<CnameRecordRdata> CnameRecordRdata::Create( in Create() function in net::CnameRecordRdata
160 scoped_ptr<PtrRecordRdata> PtrRecordRdata::Create( in Create() function in net::PtrRecordRdata
188 scoped_ptr<TxtRecordRdata> TxtRecordRdata::Create( in Create() function in net::TxtRecordRdata
225 scoped_ptr<NsecRecordRdata> NsecRecordRdata::Create( in Create() function in net::NsecRecordRdata
/external/chromium_org/chrome/browser/ui/views/status_icons/
Dstatus_tray_linux.cc24 StatusTray* StatusTray::Create() { in Create() function in StatusTray
33 StatusTray* StatusTray::Create() { in Create() function in StatusTray
/external/chromium_org/third_party/webrtc/modules/video_capture/
Dvideo_capture_factory.cc18 VideoCaptureModule* VideoCaptureFactory::Create(const int32_t id, in Create() function in webrtc::VideoCaptureFactory
23 VideoCaptureModule* VideoCaptureFactory::Create(const int32_t id, in Create() function in webrtc::VideoCaptureFactory
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtp_format.cc18 RtpPacketizer* RtpPacketizer::Create(RtpVideoCodecTypes type, in Create() function in webrtc::RtpPacketizer
36 RtpDepacketizer* RtpDepacketizer::Create(RtpVideoCodecTypes type, in Create() function in webrtc::RtpDepacketizer
/external/skia/src/gpu/effects/
DGrBicubicEffect.h57 static GrEffectRef* Create(GrTexture* tex, const SkMatrix& matrix, in Create() function
66 static GrEffectRef* Create(GrTexture* tex, const SkScalar coefficients[16], in Create() function
75 static GrEffectRef* Create(GrTexture* tex, const SkMatrix& matrix, const SkRect& domain) { in Create() function
/external/chromium_org/third_party/skia/src/gpu/effects/
DGrBicubicEffect.h56 static GrFragmentProcessor* Create(GrTexture* tex, const SkMatrix& matrix, in Create() function
65 static GrFragmentProcessor* Create(GrTexture* tex, const SkScalar coefficients[16], in Create() function
74 static GrFragmentProcessor* Create(GrTexture* tex, const SkMatrix& matrix, in Create() function
/external/chromium_org/third_party/skia/include/effects/
DSkBitmapSource.h16 static SkBitmapSource* Create(const SkBitmap& bitmap) { in Create() function
19 static SkBitmapSource* Create(const SkBitmap& bitmap, const SkRect& srcRect, in Create() function
/external/chromium_org/chrome/browser/net/
Dchrome_url_request_context_getter.cc51 virtual net::URLRequestContext* Create() OVERRIDE { in Create() function in __anon54bfb3920111::FactoryForMain
68 virtual net::URLRequestContext* Create() OVERRIDE { in Create() function in __anon54bfb3920111::FactoryForExtensions
95 virtual net::URLRequestContext* Create() OVERRIDE { in Create() function in __anon54bfb3920111::FactoryForIsolatedApp
132 virtual net::URLRequestContext* Create() OVERRIDE { in Create() function in __anon54bfb3920111::FactoryForIsolatedMedia
156 virtual net::URLRequestContext* Create() OVERRIDE { in Create() function in __anon54bfb3920111::FactoryForMedia
209 ChromeURLRequestContextGetter* ChromeURLRequestContextGetter::Create( in Create() function in ChromeURLRequestContextGetter
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
Daudio_coding_module.cc22 AudioCodingModule* AudioCodingModule::Create(int id) { in Create() function in webrtc::AudioCodingModule
26 AudioCodingModule* AudioCodingModule::Create(int id, Clock* clock) { in Create() function in webrtc::AudioCodingModule
97 AudioCoding* AudioCoding::Create(const Config& config) { in Create() function in webrtc::AudioCoding
/external/chromium_org/mojo/public/cpp/application/
Dinterface_factory_impl.h20 virtual void Create(ApplicationConnection* connection, in Create() function
38 virtual void Create(ApplicationConnection* connection, in Create() function
/external/chromium_org/third_party/webrtc/modules/video_capture/ios/
Dvideo_capture_ios.mm24 VideoCaptureModule* VideoCaptureImpl::Create(const int32_t capture_id, function
42 VideoCaptureModule* VideoCaptureIos::Create(const int32_t capture_id, function
/external/chromium_org/chrome/common/extensions/docs/server2/
Dgcs_file_system_provider.py20 def Create(self, bucket): member in CloudStorageFileSystemProvider
92 def Create(self, bucket): member in CloudStorageFileSystemProvider.ForEmpty.EmptyImpl
/external/chromium_org/cc/test/
Dscheduler_test_common.h35 static scoped_refptr<FakeDelayBasedTimeSource> Create( in Create() function
55 static scoped_refptr<TestDelayBasedTimeSource> Create( in Create() function
78 static scoped_ptr<TestScheduler> Create( in Create() function
Dfake_layer_tree_host.cc17 scoped_ptr<FakeLayerTreeHost> FakeLayerTreeHost::Create( in Create() function in cc::FakeLayerTreeHost
23 scoped_ptr<FakeLayerTreeHost> FakeLayerTreeHost::Create( in Create() function in cc::FakeLayerTreeHost
/external/skia/include/core/
DSkAnnotation.h29 static SkAnnotation* Create(const char key[], SkData* value) { in Create() function
33 static SkAnnotation* Create(SkReadBuffer& buffer) { in Create() function

12345678910>>...64