Searched defs:Clone (Results 1 - 25 of 101) sorted by relevance

12345

/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/bullet/
H A Dbuild.sh42 Clone() { function
69 Clone ${NACLPORTS_URL} ${NACLPORTS_DIR} ${NACLPORTS_SHA}
77 Clone ${NACLAM_URL} ${NACLAM_DIR} ${NACLAM_SHA}
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/lua/
H A Dbuild.sh40 Clone() { function
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/smoothlife/
H A Dbuild.sh39 Clone() { function
66 Clone ${SMOOTHLIFE_URL} ${SMOOTHLIFE_DIR} ${SMOOTHLIFE_SHA}
/external/chromium_org/mojo/services/public/cpp/input_events/lib/
H A Dmojo_extended_key_event_data.cc19 ui::ExtendedKeyEventData* MojoExtendedKeyEventData::Clone() const { function in class:mojo::MojoExtendedKeyEventData
/external/chromium_org/sync/internal_api/events/
H A Dcommit_request_event.cc46 scoped_ptr<ProtocolEvent> CommitRequestEvent::Clone() const { function in class:syncer::CommitRequestEvent
H A Dcommit_response_event.cc39 scoped_ptr<ProtocolEvent> CommitResponseEvent::Clone() const { function in class:syncer::CommitResponseEvent
H A Dconfigure_get_updates_request_event.cc41 scoped_ptr<ProtocolEvent> ConfigureGetUpdatesRequestEvent::Clone() const { function in class:syncer::ConfigureGetUpdatesRequestEvent
H A Dget_updates_response_event.cc51 scoped_ptr<ProtocolEvent> GetUpdatesResponseEvent::Clone() const { function in class:syncer::GetUpdatesResponseEvent
H A Dpoll_get_updates_request_event.cc37 scoped_ptr<ProtocolEvent> PollGetUpdatesRequestEvent::Clone() const { function in class:syncer::PollGetUpdatesRequestEvent
H A Dnormal_get_updates_request_event.cc76 scoped_ptr<ProtocolEvent> NormalGetUpdatesRequestEvent::Clone() const { function in class:syncer::NormalGetUpdatesRequestEvent
/external/chromium_org/sync/internal_api/
H A Dsync_context_proxy_impl.cc47 scoped_ptr<SyncContextProxy> SyncContextProxyImpl::Clone() const { function in class:syncer::SyncContextProxyImpl
/external/chromium_org/sync/internal_api/test/
H A Dnull_sync_context_proxy.cc27 scoped_ptr<SyncContextProxy> NullSyncContextProxy::Clone() const { function in class:syncer::NullSyncContextProxy
/external/chromium_org/sync/test/engine/
H A Dinjectable_sync_context_proxy.cc41 scoped_ptr<SyncContextProxy> InjectableSyncContextProxy::Clone() const { function in class:syncer::InjectableSyncContextProxy
/external/chromium_org/ui/compositor/
H A Dfloat_animation_curve_adapter.cc24 scoped_ptr<cc::AnimationCurve> FloatAnimationCurveAdapter::Clone() const { function in class:ui::FloatAnimationCurveAdapter
H A Dtransform_animation_curve_adapter.cc29 scoped_ptr<cc::AnimationCurve> TransformAnimationCurveAdapter::Clone() const { function in class:ui::TransformAnimationCurveAdapter
97 scoped_ptr<cc::AnimationCurve> InverseTransformCurveAdapter::Clone() const { function in class:ui::InverseTransformCurveAdapter
/external/chromium_org/cc/animation/
H A Dtiming_function.cc44 scoped_ptr<TimingFunction> CubicBezierTimingFunction::Clone() const { function in class:cc::CubicBezierTimingFunction
H A Dscroll_offset_animation_curve.cc93 scoped_ptr<AnimationCurve> ScrollOffsetAnimationCurve::Clone() const { function in class:cc::ScrollOffsetAnimationCurve
95 static_cast<TimingFunction*>(timing_function_->Clone().release()));
/external/chromium_org/extensions/common/permissions/
H A Dmanifest_permission.cc18 ManifestPermission* ManifestPermission::Clone() const { function in class:extensions::ManifestPermission
H A Dsettings_override_permission.cc78 APIPermission* SettingsOverrideAPIPermission::Clone() const { function in class:extensions::SettingsOverrideAPIPermission
/external/chromium_org/content/browser/dom_storage/
H A Dsession_storage_namespace_impl.cc51 SessionStorageNamespaceImpl* SessionStorageNamespaceImpl::Clone() { function in class:content::SessionStorageNamespaceImpl
52 return new SessionStorageNamespaceImpl(session_->Clone());
H A Ddom_storage_session.cc88 DOMStorageSession* DOMStorageSession::Clone() { function in class:content::DOMStorageSession
111 // This ctor is intended for use by the Clone() method.
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_image.cpp32 m_pImage = pSrcObj->m_pImage->Clone();
52 CPDF_Image* CPDF_Image::Clone() function in class:CPDF_Image
58 pImage->LoadImageF((CPDF_Stream*)((CPDF_Object*)m_pStream)->Clone(), m_bInline);
60 CPDF_Dictionary *pInlineDict = (CPDF_Dictionary*)m_pInlineDict->Clone(TRUE);
106 m_pInlineDict = (CPDF_Dictionary*)pDict->Clone();
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBitSet.cs124 BitSet s = (BitSet)this.Clone();
172 public object Clone() { method in class:Antlr.Runtime.BitSet
173 return new BitSet((ulong[])_bits.Clone());
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBitSet.cs137 BitSet s = (BitSet)this.Clone();
194 public object Clone() method in class:Antlr.Runtime.BitSet
196 return new BitSet( (ulong[])_bits.Clone() );
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_metadata.cc122 scoped_ptr<PluginMetadata> PluginMetadata::Clone() const { function in class:PluginMetadata

Completed in 242 milliseconds

12345