Searched refs:Create (Results 51 - 75 of 5516) sorted by relevance

1234567891011>>

/external/chromium_org/cc/animation/
H A Dtiming_function.cc15 scoped_ptr<CubicBezierTimingFunction> CubicBezierTimingFunction::Create( function in class:cc::CubicBezierTimingFunction
51 scoped_ptr<TimingFunction> EaseTimingFunction::Create() { function in class:cc::EaseTimingFunction
52 return CubicBezierTimingFunction::Create(
56 scoped_ptr<TimingFunction> EaseInTimingFunction::Create() { function in class:cc::EaseInTimingFunction
57 return CubicBezierTimingFunction::Create(
61 scoped_ptr<TimingFunction> EaseOutTimingFunction::Create() { function in class:cc::EaseOutTimingFunction
62 return CubicBezierTimingFunction::Create(
66 scoped_ptr<TimingFunction> EaseInOutTimingFunction::Create() { function in class:cc::EaseInOutTimingFunction
67 return CubicBezierTimingFunction::Create(
/external/chromium_org/chromeos/dbus/
H A Ddbus_client_bundle.cc125 bluetooth_adapter_client_.reset(BluetoothAdapterClient::Create());
127 BluetoothAgentManagerClient::Create());
128 bluetooth_device_client_.reset(BluetoothDeviceClient::Create());
129 bluetooth_input_client_.reset(BluetoothInputClient::Create());
131 BluetoothProfileManagerClient::Create());
133 BluetoothGattCharacteristicClient::Create());
135 BluetoothGattDescriptorClient::Create());
137 BluetoothGattManagerClient::Create());
139 BluetoothGattServiceClient::Create());
156 cras_audio_client_.reset(CrasAudioClient::Create());
[all...]
/external/chromium_org/chromeos/login/auth/
H A Dextended_authenticator.cc12 scoped_refptr<ExtendedAuthenticator> ExtendedAuthenticator::Create( function in class:chromeos::ExtendedAuthenticator
18 scoped_refptr<ExtendedAuthenticator> ExtendedAuthenticator::Create( function in class:chromeos::ExtendedAuthenticator
/external/chromium_org/crypto/
H A Dec_signature_creator.cc19 ECSignatureCreator* ECSignatureCreator::Create(ECPrivateKey* key) { function in class:crypto::ECSignatureCreator
21 return g_factory_->Create(key);
/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();
H A Dvideocapturerfactory.h42 virtual VideoCapturer* Create(const Device& device) = 0;
50 virtual VideoCapturer* Create(const ScreencastId& screenid) = 0;
/external/chromium_org/third_party/webrtc/modules/video_capture/include/
H A Dvideo_capture_factory.h23 // Create a video capture module object
27 static VideoCaptureModule* Create(const int32_t id,
30 // Create a video capture module object used for external capture.
33 static VideoCaptureModule* Create(const int32_t id,
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/include/
H A Dvp8.h22 static VP8Encoder* Create();
30 static VP8Decoder* Create();
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dcondition_variable.cc27 ConditionVariableWrapper* ret_val = ConditionVariableNativeWin::Create();
29 // Native condition variable implementation does not exist. Create generic
35 return ConditionVariablePosix::Create();
H A Devent.cc26 EventWrapper* EventWrapper::Create() { function in class:webrtc::EventWrapper
30 return EventPosix::Create();
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachORelocationInfo.cpp42 Sym->setVariableValue(MCConstantExpr::Create(SymAddr, Ctx));
47 Expr = MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_TLVP, Ctx);
50 Expr = MCBinaryExpr::CreateAdd(MCSymbolRefExpr::Create(Sym, Ctx),
51 MCConstantExpr::Create(4, Ctx),
55 Expr = MCBinaryExpr::CreateAdd(MCSymbolRefExpr::Create(Sym, Ctx),
56 MCConstantExpr::Create(2, Ctx),
60 Expr = MCBinaryExpr::CreateAdd(MCSymbolRefExpr::Create(Sym, Ctx),
61 MCConstantExpr::Create(1, Ctx),
65 Expr = MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_GOTPCREL, Ctx);
68 Expr = MCSymbolRefExpr::Create(Sy
[all...]
H A DX86ELFRelocationInfo.cpp40 Sym->setVariableValue(MCConstantExpr::Create(SymAddr, Ctx));
79 Expr = MCSymbolRefExpr::Create(Sym, Ctx);
88 Expr = MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_GOT, Ctx);
93 Expr = MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_PLT, Ctx);
98 Expr = MCSymbolRefExpr::Create(Sym, Ctx);
104 Expr = MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_GOTPCREL, Ctx);
108 Expr = MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_GOTOFF, Ctx);
116 Expr = MCConstantExpr::Create(SymSize, Ctx);
119 Expr = MCSymbolRefExpr::Create(Sym, Ctx);
124 MCConstantExpr::Create(Adden
[all...]
/external/chromium_org/ipc/
H A Dipc_channel_common.cc12 return Channel::Create(channel_handle, Channel::MODE_CLIENT, listener);
18 return Channel::Create(channel_handle, Channel::MODE_NAMED_SERVER, listener);
24 return Channel::Create(channel_handle, Channel::MODE_NAMED_CLIENT, listener);
31 return Channel::Create(channel_handle,
40 return Channel::Create(channel_handle, Channel::MODE_SERVER, listener);
/external/chromium_org/sync/api/attachments/
H A Dattachment_id_unittest.cc20 AttachmentId id1 = AttachmentId::Create();
21 AttachmentId id2 = AttachmentId::Create();
26 AttachmentId id1 = AttachmentId::Create();
32 AttachmentId id1 = AttachmentId::Create();
35 AttachmentId id2 = AttachmentId::Create();
/external/chromium_org/third_party/skia/gm/
H A Dtestimagefilters.cpp24 static SkImageFilter* make0() { return SkDownSampleImageFilter::Create(SK_Scalar1 / 5); }
25 static SkImageFilter* make1() { return SkOffsetImageFilter::Create(SkIntToScalar(16), SkIntToScalar(16)); }
30 return SkColorFilterImageFilter::Create(cf);
33 return SkBlurImageFilter::Create(8, 0);
37 SkImageFilter* outer = SkOffsetImageFilter::Create(SkIntToScalar(16), SkIntToScalar(16));
38 SkImageFilter* inner = SkDownSampleImageFilter::Create(SK_Scalar1 / 5);
41 return SkComposeImageFilter::Create(outer, inner);
44 SkImageFilter* first = SkOffsetImageFilter::Create(SkIntToScalar(16), SkIntToScalar(16));
45 SkImageFilter* second = SkDownSampleImageFilter::Create(SK_Scalar1 / 5);
48 return SkMergeImageFilter::Create(firs
[all...]
/external/skia/gm/
H A Dtestimagefilters.cpp24 static SkImageFilter* make0() { return SkDownSampleImageFilter::Create(SK_Scalar1 / 5); }
25 static SkImageFilter* make1() { return SkOffsetImageFilter::Create(SkIntToScalar(16), SkIntToScalar(16)); }
30 return SkColorFilterImageFilter::Create(cf);
33 return SkBlurImageFilter::Create(8, 0);
37 SkImageFilter* outer = SkOffsetImageFilter::Create(SkIntToScalar(16), SkIntToScalar(16));
38 SkImageFilter* inner = SkDownSampleImageFilter::Create(SK_Scalar1 / 5);
41 return SkComposeImageFilter::Create(outer, inner);
44 SkImageFilter* first = SkOffsetImageFilter::Create(SkIntToScalar(16), SkIntToScalar(16));
45 SkImageFilter* second = SkDownSampleImageFilter::Create(SK_Scalar1 / 5);
48 return SkMergeImageFilter::Create(firs
[all...]
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dobject_store_creator_test.py22 store = self._creator.Create(_FooClass)
29 store = self._creator.Create(_FooClass, category='hi')
36 store = self._creator.Create(_FooClass, app_version=None)
41 store = self._creator.Create(_FooClass, start_empty=True)
43 store = self._creator.Create(_FooClass, start_empty=False)
49 self._creator.Create, _FooClass, app_version='1&2')
51 self._creator.Create, _FooClass, category='a=&b')
H A Dgithub_file_system_provider.py18 def Create(self, owner, repo): member in class:GithubFileSystemProvider
32 NewGithubFileSystem.Create(owner, repo, self._object_store_creator),
38 def Create(self, owner, repo): member in class:GithubFileSystemProvider.ForEmpty.EmptyImpl
/external/chromium_org/third_party/webrtc/test/
H A Dvideo_capturer.cc32 VideoCapturer* VideoCapturer::Create(VideoSendStreamInput* input, function in class:webrtc::test::VideoCapturer
37 VcmCapturer* vcm_capturer = VcmCapturer::Create(input, width, height, fps);
45 FrameGeneratorCapturer::Create(input, width, height, fps, clock);
/external/chromium_org/cc/layers/
H A Dlayer_iterator_unittest.cc26 static scoped_refptr<TestLayer> Create() { function in class:cc::__anon2684::TestLayer
103 scoped_refptr<TestLayer> root_layer = TestLayer::Create();
104 scoped_refptr<TestLayer> first = TestLayer::Create();
105 scoped_refptr<TestLayer> second = TestLayer::Create();
106 scoped_refptr<TestLayer> third = TestLayer::Create();
107 scoped_refptr<TestLayer> fourth = TestLayer::Create();
115 scoped_ptr<FakeLayerTreeHost> host = FakeLayerTreeHost::Create(&client);
132 scoped_refptr<TestLayer> root_layer = TestLayer::Create();
133 scoped_refptr<TestLayer> root1 = TestLayer::Create();
134 scoped_refptr<TestLayer> root2 = TestLayer::Create();
[all...]
/external/chromium_org/cc/blink/
H A Dweb_filter_animation_curve_impl.cc18 : curve_(cc::KeyframedFilterAnimationCurve::Create()) {
34 curve_->AddKeyframe(cc::FilterKeyframe::Create(
46 curve_->AddKeyframe(cc::FilterKeyframe::Create(
49 cc::CubicBezierTimingFunction::Create(x1, y1, x2, y2)
/external/chromium_org/chrome/android/shell/
H A Dchrome_main_delegate_chrome_shell_android.cc13 ChromeMainDelegateAndroid* ChromeMainDelegateAndroid::Create() { function in class:ChromeMainDelegateAndroid
/external/chromium_org/chrome/browser/android/
H A Dgoogle_location_settings_helper.h18 static GoogleLocationSettingsHelper* Create();
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivetv3_setup_operation.cc11 scoped_ptr<PrivetV3SetupOperation> PrivetV3SetupOperation::Create( function in class:local_discovery::PrivetV3SetupOperation
/external/chromium_org/chrome/browser/ui/autofill/
H A Dgenerated_credit_card_bubble_view.cc17 GeneratedCreditCardBubbleView::Create( function in class:autofill::GeneratedCreditCardBubbleView

Completed in 598 milliseconds

1234567891011>>