Searched refs:Create (Results 151 - 175 of 5516) sorted by relevance

1234567891011>>

/external/webrtc/src/system_wrappers/source/
H A Devent.cc26 EventWrapper* EventWrapper::Create() function in class:webrtc::EventWrapper
31 return EventPosix::Create();
/external/chromium_org/cc/layers/
H A Dlayer_unittest.cc107 parent_ = Layer::Create();
108 child1_ = Layer::Create();
109 child2_ = Layer::Create();
110 child3_ = Layer::Create();
111 grand_child1_ = Layer::Create();
112 grand_child2_ = Layer::Create();
113 grand_child3_ = Layer::Create();
146 scoped_refptr<Layer> test_layer = Layer::Create();
158 scoped_refptr<Layer> parent = Layer::Create();
159 scoped_refptr<Layer> child = Layer::Create();
931 scoped_ptr<LayerTreeHost> Create() { function in class:cc::__anon2688::LayerTreeHostFactory
940 scoped_ptr<LayerTreeHost> Create(LayerTreeSettings settings) { function in class:cc::__anon2688::LayerTreeHostFactory
1213 static scoped_refptr<DrawsContentChangeLayer> Create() { function in class:cc::__anon2688::DrawsContentChangeLayer
[all...]
H A Dsolid_color_layer.h18 static scoped_refptr<SolidColorLayer> Create();
/external/chromium_org/chrome/browser/extensions/api/notification_provider/
H A Dnotification_provider_api.cc41 Create(notification_provider_id, sender_id, notification_id, options);
58 void NotificationProviderEventRouter::Create( function in class:extensions::NotificationProviderEventRouter
64 api::notification_provider::OnCreated::Create(
80 api::notification_provider::OnUpdated::Create(
95 api::notification_provider::OnCleared::Create(sender_id, notification_id);
115 api::notification_provider::NotifyOnCleared::Params::Create(*args_);
127 ArgumentList(api::notification_provider::NotifyOnCleared::Results::Create(
142 api::notification_provider::NotifyOnClicked::Params::Create(*args_);
154 ArgumentList(api::notification_provider::NotifyOnClicked::Results::Create(
169 api::notification_provider::NotifyOnButtonClicked::Params::Create(*args
[all...]
/external/chromium_org/extensions/browser/api/sockets_tcp_server/
H A Dsockets_tcp_server_api.cc82 params_ = sockets_tcp_server::Create::Params::Create(*args_);
99 results_ = sockets_tcp_server::Create::Results::Create(create_info);
107 params_ = sockets_tcp_server::Update::Params::Create(*args_);
120 results_ = sockets_tcp_server::Update::Results::Create();
129 params_ = core_api::sockets_tcp_server::SetPaused::Params::Create(*args_);
157 results_ = sockets_tcp_server::SetPaused::Results::Create();
166 params_ = core_api::sockets_tcp_server::Listen::Params::Create(*args_);
207 results_ = sockets_tcp_server::Listen::Results::Create(net_resul
[all...]
/external/chromium_org/third_party/skia/gm/
H A Dimagefiltersgraph.cpp40 static SkImageFilter* Create(SkScalar dx, SkScalar dy, SkImageFilter* input) { function in class:SimpleOffsetFilter
101 return Create(dx, dy, common.getInput(0));
147 SkAutoTUnref<SkImageFilter> bitmapSource(SkBitmapSource::Create(fBitmap));
150 SkAutoTUnref<SkImageFilter> blur(SkBlurImageFilter::Create(4.0f, 4.0f, bitmapSource));
151 SkAutoTUnref<SkImageFilter> erode(SkErodeImageFilter::Create(4, 4, blur));
152 SkAutoTUnref<SkImageFilter> color(SkColorFilterImageFilter::Create(cf, erode));
153 SkAutoTUnref<SkImageFilter> merge(SkMergeImageFilter::Create(blur, color));
161 SkAutoTUnref<SkImageFilter> morph(SkDilateImageFilter::Create(5, 5));
168 SkAutoTUnref<SkColorFilter> matrixFilter(SkColorMatrixFilter::Create(matrix));
169 SkAutoTUnref<SkImageFilter> colorMorph(SkColorFilterImageFilter::Create(matrixFilte
[all...]
/external/llvm/include/llvm/MC/
H A DMCExpr.h131 static const MCConstantExpr *Create(int64_t Value, MCContext &Ctx);
293 static const MCSymbolRefExpr *Create(const MCSymbol *Symbol, MCContext &Ctx) { function in class:llvm::MCSymbolRefExpr
294 return MCSymbolRefExpr::Create(Symbol, VK_None, Ctx);
297 static const MCSymbolRefExpr *Create(const MCSymbol *Symbol, VariantKind Kind,
299 static const MCSymbolRefExpr *Create(StringRef Name, VariantKind Kind,
347 static const MCUnaryExpr *Create(Opcode Op, const MCExpr *Expr,
350 return Create(LNot, Expr, Ctx);
353 return Create(Minus, Expr, Ctx);
356 return Create(Not, Expr, Ctx);
359 return Create(Plu
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DITreeAdaptor.cs52 * Create a tree node from Token object; for CommonTree type trees,
61 object Create(IToken payload); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
178 * Create a node for newRoot make it the root of oldRoot.
197 * Create a new node derived from a token, with a new token type.
206 object Create(int tokenType, IToken fromToken); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
218 object Create(int tokenType, IToken fromToken, string text); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
221 * Create a new node derived from a token, with a new token type.
230 object Create(int tokenType, string text); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DCommonTreeAdaptor.cs52 public override object Create( IToken payload ) method in class:Antlr.Runtime.Tree.CommonTreeAdaptor
/external/ceres-solver/internal/ceres/
H A Dscratch_evaluate_preparer.h49 // Create num_threads ScratchEvaluatePreparers.
50 static ScratchEvaluatePreparer* Create(const Program &program,
H A Dtrust_region_strategy.cc42 TrustRegionStrategy* TrustRegionStrategy::Create(const Options& options) { function in class:ceres::internal::TrustRegionStrategy
/external/chromium_org/android_webview/browser/
H A Daw_http_auth_handler_base.h25 static AwHttpAuthHandlerBase* Create(AwLoginDelegate* login_delegate,
/external/chromium_org/athena/virtual_keyboard/public/
H A Dvirtual_keyboard_manager.h24 static VirtualKeyboardManager* Create(content::BrowserContext* context);
/external/chromium_org/cc/blink/
H A Dweb_float_animation_curve_impl.cc17 : curve_(cc::KeyframedFloatAnimationCurve::Create()) {
34 curve_->AddKeyframe(cc::FloatKeyframe::Create(
43 curve_->AddKeyframe(cc::FloatKeyframe::Create(
46 cc::CubicBezierTimingFunction::Create(x1, y1, x2, y2)
H A Dweb_transform_animation_curve_impl.cc18 : curve_(cc::KeyframedTransformAnimationCurve::Create()) {
38 curve_->AddKeyframe(cc::TransformKeyframe::Create(
50 curve_->AddKeyframe(cc::TransformKeyframe::Create(
53 cc::CubicBezierTimingFunction::Create(x1, y1, x2, y2)
/external/chromium_org/cc/resources/
H A Dsingle_release_callback.h16 static scoped_ptr<SingleReleaseCallback> Create(const ReleaseCallback& cb) { function in class:cc::SingleReleaseCallback
H A Dsingle_release_callback_impl.h16 static scoped_ptr<SingleReleaseCallbackImpl> Create( function in class:cc::SingleReleaseCallbackImpl
/external/chromium_org/cc/surfaces/
H A Dsurface_unittest.cc20 factory.Create(surface_id, gfx::Size(5, 5));
/external/chromium_org/cc/test/
H A Dfake_delegated_renderer_layer.cc19 return FakeDelegatedRendererLayerImpl::Create(
H A Dfake_delegated_renderer_layer.h14 static scoped_refptr<FakeDelegatedRendererLayer> Create( function in class:cc::FakeDelegatedRendererLayer
H A Dfake_scoped_ui_resource.h17 static scoped_ptr<FakeScopedUIResource> Create(LayerTreeHost* host);
H A Drender_pass_test_common.h18 static scoped_ptr<TestRenderPass> Create() { function in class:cc::TestRenderPass
/external/chromium_org/chrome/android/sync_shell/
H A Dchrome_main_delegate_chrome_sync_shell_android.cc14 ChromeMainDelegateAndroid* ChromeMainDelegateAndroid::Create() { function in class:ChromeMainDelegateAndroid
/external/chromium_org/chrome/browser/android/
H A Dmock_google_location_settings_helper.cc11 GoogleLocationSettingsHelper* GoogleLocationSettingsHelper::Create() { function in class:GoogleLocationSettingsHelper
/external/chromium_org/chrome/browser/apps/drive/
H A Ddrive_service_bridge.h25 static scoped_ptr<DriveServiceBridge> Create(Profile* profile);

Completed in 752 milliseconds

1234567891011>>