Home
last modified time | relevance | path

Searched defs:Clone (Results 1 – 25 of 111) sorted by relevance

12345

/external/chromium_org/cc/animation/
Dkeyframed_animation_curve.cc81 scoped_ptr<ColorKeyframe> ColorKeyframe::Clone() const { in Clone() function in cc::ColorKeyframe
108 scoped_ptr<FloatKeyframe> FloatKeyframe::Clone() const { in Clone() function in cc::FloatKeyframe
135 scoped_ptr<TransformKeyframe> TransformKeyframe::Clone() const { in Clone() function in cc::TransformKeyframe
162 scoped_ptr<FilterKeyframe> FilterKeyframe::Clone() const { in Clone() function in cc::FilterKeyframe
187 scoped_ptr<AnimationCurve> KeyframedColorAnimationCurve::Clone() const { in Clone() function in cc::KeyframedColorAnimationCurve
234 scoped_ptr<AnimationCurve> KeyframedFloatAnimationCurve::Clone() const { in Clone() function in cc::KeyframedFloatAnimationCurve
279 scoped_ptr<AnimationCurve> KeyframedTransformAnimationCurve::Clone() const { in Clone() function in cc::KeyframedTransformAnimationCurve
394 scoped_ptr<AnimationCurve> KeyframedFilterAnimationCurve::Clone() const { in Clone() function in cc::KeyframedFilterAnimationCurve
Dscroll_offset_animation_curve.cc74 scoped_ptr<AnimationCurve> ScrollOffsetAnimationCurve::Clone() const { in Clone() function in cc::ScrollOffsetAnimationCurve
Dscroll_offset_animation_curve_unittest.cc86 TEST(ScrollOffsetAnimationCurveTest, Clone) { in TEST() argument
Dtiming_function.cc35 scoped_ptr<AnimationCurve> CubicBezierTimingFunction::Clone() const { in Clone() function in cc::CubicBezierTimingFunction
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/smoothlife/
Dbuild.sh39 Clone() { function
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/lua/
Dbuild.sh40 Clone() { function
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/bullet/
Dbuild.sh42 Clone() { function
/external/chromium_org/ui/compositor/
Dtransform_animation_curve_adapter.cc29 scoped_ptr<cc::AnimationCurve> TransformAnimationCurveAdapter::Clone() const { in Clone() function in ui::TransformAnimationCurveAdapter
95 scoped_ptr<cc::AnimationCurve> InverseTransformCurveAdapter::Clone() const { in Clone() function in ui::InverseTransformCurveAdapter
Dfloat_animation_curve_adapter.cc24 scoped_ptr<cc::AnimationCurve> FloatAnimationCurveAdapter::Clone() const { in Clone() function in ui::FloatAnimationCurveAdapter
/external/chromium_org/sync/internal_api/events/
Dpoll_get_updates_request_event.cc37 scoped_ptr<ProtocolEvent> PollGetUpdatesRequestEvent::Clone() const { in Clone() function in syncer::PollGetUpdatesRequestEvent
Dget_updates_response_event.cc51 scoped_ptr<ProtocolEvent> GetUpdatesResponseEvent::Clone() const { in Clone() function in syncer::GetUpdatesResponseEvent
Dcommit_response_event.cc39 scoped_ptr<ProtocolEvent> CommitResponseEvent::Clone() const { in Clone() function in syncer::CommitResponseEvent
Dconfigure_get_updates_request_event.cc41 scoped_ptr<ProtocolEvent> ConfigureGetUpdatesRequestEvent::Clone() const { in Clone() function in syncer::ConfigureGetUpdatesRequestEvent
Dcommit_request_event.cc46 scoped_ptr<ProtocolEvent> CommitRequestEvent::Clone() const { in Clone() function in syncer::CommitRequestEvent
Dnormal_get_updates_request_event.cc76 scoped_ptr<ProtocolEvent> NormalGetUpdatesRequestEvent::Clone() const { in Clone() function in syncer::NormalGetUpdatesRequestEvent
/external/chromium_org/sync/internal_api/test/
Dnull_sync_core_proxy.cc24 scoped_ptr<SyncCoreProxy> NullSyncCoreProxy::Clone() const { in Clone() function in syncer::NullSyncCoreProxy
/external/chromium_org/sync/internal_api/
Dsync_core_proxy_impl.cc42 scoped_ptr<SyncCoreProxy> SyncCoreProxyImpl::Clone() const { in Clone() function in syncer::SyncCoreProxyImpl
/external/chromium_org/sync/test/engine/
Dinjectable_sync_core_proxy.cc40 scoped_ptr<SyncCoreProxy> InjectableSyncCoreProxy::Clone() const { in Clone() function in syncer::InjectableSyncCoreProxy
/external/chromium_org/net/dns/
Ddns_query_unittest.cc53 TEST(DnsQueryTest, Clone) { in TEST() argument
/external/chromium_org/net/proxy/
Dproxy_bypass_rules.cc51 virtual Rule* Clone() const OVERRIDE { in Clone() function in net::__anon3be816a70111::HostnamePatternRule
76 virtual Rule* Clone() const OVERRIDE { in Clone() function in net::__anon3be816a70111::BypassLocalRule
118 virtual Rule* Clone() const OVERRIDE { in Clone() function in net::__anon3be816a70111::BypassIPBlockRule
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_image.cpp52 CPDF_Image* CPDF_Image::Clone() in Clone() function in CPDF_Image
/external/chromium_org/base/win/
Denum_variant.cc72 STDMETHODIMP EnumVariant::Clone(IEnumVARIANT** out_cloned_object) { in Clone() function in base::win::EnumVariant
/external/pdfium/core/src/fxge/Microsoft SDK/include/
DGdiPlusimageAttributes.h56 ImageAttributes* Clone() const in Clone() function
DGdiPlusBitmap.h143 Image::Clone() in Clone() function
840 Bitmap::Clone( in Clone() function
849 Bitmap::Clone( in Clone() function
885 Bitmap::Clone( in Clone() function
894 Bitmap::Clone( in Clone() function
/external/chromium_org/cc/test/
Danimation_test_common.cc149 scoped_ptr<AnimationCurve> FakeFloatAnimationCurve::Clone() const { in Clone() function in cc::FakeFloatAnimationCurve
180 scoped_ptr<AnimationCurve> FakeTransformTransition::Clone() const { in Clone() function in cc::FakeTransformTransition
244 scoped_ptr<AnimationCurve> FakeFloatTransition::Clone() const { in Clone() function in cc::FakeFloatTransition

12345