Searched refs:Create (Results 226 - 250 of 5516) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/c/private/
H A Dppb_platform_verification_private.h44 * Create() creates a <code>PPB_PlatformVerification_Private</code> object.
53 PP_Resource (*Create)(PP_Instance instance); member in struct:PPB_PlatformVerification_Private_0_2
/external/chromium_org/remoting/host/
H A Daudio_capturer.h23 // returns true, then Create() must not return NULL.
25 static scoped_ptr<AudioCapturer> Create();
H A Dclipboard.h34 static scoped_ptr<Clipboard> Create();
H A Ddesktop_resizer.h19 // Create a platform-specific DesktopResizer instance.
20 static scoped_ptr<DesktopResizer> Create();
H A Ddesktop_shape_tracker.h20 static scoped_ptr<DesktopShapeTracker> Create(
H A Ddesktop_shape_tracker_unittest.cc20 scoped_ptr<DesktopShapeTracker> shape_tracker = DesktopShapeTracker::Create(
H A Dhost_event_logger.h25 static scoped_ptr<HostEventLogger> Create(
/external/chromium_org/sync/api/attachments/
H A Dattachment_unittest.cc27 Attachment a1 = Attachment::Create(some_data);
28 Attachment a2 = Attachment::Create(some_data);
35 Attachment a = Attachment::Create(empty_data);
40 AttachmentId id = AttachmentId::Create();
/external/chromium_org/sync/internal_api/attachments/
H A Dattachment_downloader.cc17 scoped_ptr<AttachmentDownloader> AttachmentDownloader::Create( function in class:syncer::AttachmentDownloader
/external/chromium_org/sync/internal_api/public/
H A Dhttp_post_provider_factory.h27 virtual HttpPostProviderInterface* Create() = 0;
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideochannelfactory.h39 virtual WebRtcVideoChannel2* Create(WebRtcVideoEngine2* engine,
/external/chromium_org/third_party/skia/include/effects/
H A DSkArithmeticMode.h28 static SkXfermode* Create(SkScalar k1, SkScalar k2,
H A DSkTableColorFilter.h10 * Create a table colorfilter, copying the table into the filter, and
20 static SkColorFilter* Create(const uint8_t table[256]);
23 * Create a table colorfilter, with a different table for each
/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawBlur.cpp32 return SkBlurMaskFilter::Create((SkBlurStyle)fBlurStyle, fSigma);
H A DSkDrawDash.cpp34 return SkDashPathEffect::Create(intervals.begin(), count, phase);
H A DSkDrawDiscrete.cpp33 return SkDiscretePathEffect::Create(segLength, deviation);
/external/chromium_org/third_party/skia/src/core/
H A DSkDiscardableMemory.h24 static SkDiscardableMemory* Create(size_t bytes);
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrDitherEffect.cpp23 static GrFragmentProcessor* Create() { function in class:DitherEffect
64 return DitherEffect::Create();
116 GrFragmentProcessor* GrDitherEffect::Create() { return DitherEffect::Create(); } function in class:GrDitherEffect
/external/chromium_org/third_party/skia/src/images/
H A DSkImageEncoder_Factory.cpp13 SkImageEncoder* SkImageEncoder::Create(Type t) { function in class:SkImageEncoder
/external/chromium_org/third_party/webrtc/base/
H A Dnattypes.h42 static NAT* Create(NATType type);
/external/chromium_org/third_party/webrtc/common_audio/
H A Dfir_filter.h27 static FIRFilter* Create(const float* coefficients,
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Daudio_coding_module.cc21 // Create module
22 AudioCodingModule* AudioCodingModule::Create(int id) { function in class:webrtc::AudioCodingModule
23 return Create(id, Clock::GetRealTimeClock());
26 AudioCodingModule* AudioCodingModule::Create(int id, Clock* clock) { function in class:webrtc::AudioCodingModule
97 AudioCoding* AudioCoding::Create(const Config& config) { function in class:webrtc::AudioCoding
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_baselinefile.h34 // Create an instance for either verifying estimates against a baseline file
38 static BaseLineFileInterface* Create(const std::string& filename,
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/tools/
H A Dbwe_rtp.cc31 *rtp_reader = webrtc::test::RtpFileReader::Create(
49 *parser = webrtc::RtpHeaderParser::Create();
55 *estimator = factory.Create(observer, clock, webrtc::kAimdControl,
62 *estimator = factory.Create(observer, clock, webrtc::kAimdControl,
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
H A Dfec_receiver.h21 static FecReceiver* Create(RtpData* callback);

Completed in 310 milliseconds

1234567891011>>