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

12345

/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/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tools.Tests.pas121 function Clone: IANTLRInterface; function
134 function TFoo.Clone: IANTLRInterface;
207 ReturnValue := FICloneable.Clone;
/external/chromium_org/base/debug/
H A Dtrace_event_impl.cc223 cloned_buffer->chunks_.push_back(chunk ? chunk->Clone().release() : NULL);
428 scoped_ptr<TraceBufferChunk> TraceBufferChunk::Clone() const { function in class:base::debug::TraceBufferChunk
/external/chromium_org/cc/animation/
H A Dkeyframed_animation_curve.cc73 scoped_ptr<ColorKeyframe> ColorKeyframe::Clone() const { function in class:cc::ColorKeyframe
76 func = timing_function()->Clone();
100 scoped_ptr<FloatKeyframe> FloatKeyframe::Clone() const { function in class:cc::FloatKeyframe
103 func = timing_function()->Clone();
127 scoped_ptr<TransformKeyframe> TransformKeyframe::Clone() const { function in class:cc::TransformKeyframe
130 func = timing_function()->Clone();
154 scoped_ptr<FilterKeyframe> FilterKeyframe::Clone() const { function in class:cc::FilterKeyframe
157 func = timing_function()->Clone();
179 scoped_ptr<AnimationCurve> KeyframedColorAnimationCurve::Clone() const { function in class:cc::KeyframedColorAnimationCurve
183 to_return->AddKeyframe(keyframes_[i]->Clone());
226 scoped_ptr<AnimationCurve> KeyframedFloatAnimationCurve::Clone() const { function in class:cc::KeyframedFloatAnimationCurve
271 scoped_ptr<AnimationCurve> KeyframedTransformAnimationCurve::Clone() const { function in class:cc::KeyframedTransformAnimationCurve
393 scoped_ptr<AnimationCurve> KeyframedFilterAnimationCurve::Clone() const { function in class:cc::KeyframedFilterAnimationCurve
[all...]
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()));
H A Dtiming_function.cc44 scoped_ptr<TimingFunction> CubicBezierTimingFunction::Clone() const { function in class:cc::CubicBezierTimingFunction
/external/chromium_org/cc/test/
H A Danimation_test_common.cc149 scoped_ptr<AnimationCurve> FakeFloatAnimationCurve::Clone() const { function in class:cc::FakeFloatAnimationCurve
181 scoped_ptr<AnimationCurve> FakeTransformTransition::Clone() const { function in class:cc::FakeTransformTransition
245 scoped_ptr<AnimationCurve> FakeFloatTransition::Clone() const { function in class:cc::FakeFloatTransition
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dinput_method_manager_impl.cc164 InputMethodManagerImpl::StateImpl::Clone() const { function in class:chromeos::input_method::InputMethodManagerImpl::StateImpl
H A Dmock_input_method_manager.cc221 scoped_refptr<InputMethodManager::State> MockInputMethodManager::State::Clone() function in class:chromeos::input_method::MockInputMethodManager::State
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dactivity_actions.cc88 scoped_refptr<Action> Action::Clone() const { function in class:extensions::Action
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_metadata.cc122 scoped_ptr<PluginMetadata> PluginMetadata::Clone() const { function in class:PluginMetadata
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_site_list.cc145 SupervisedUserSiteList* SupervisedUserSiteList::Clone() { function in class:SupervisedUserSiteList
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_params.cc112 scoped_ptr<DataReductionProxyParams> DataReductionProxyParams::Clone() { function in class:data_reduction_proxy::DataReductionProxyParams
/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_namespace.cc110 DOMStorageNamespace* DOMStorageNamespace::Clone( function in class:content::DOMStorageNamespace
114 return alias_master_namespace_->Clone(clone_namespace_id,
123 // Clone the in-memory structures.
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.
H A Dsession_storage_namespace_impl.cc51 SessionStorageNamespaceImpl* SessionStorageNamespaceImpl::Clone() { function in class:content::SessionStorageNamespaceImpl
52 return new SessionStorageNamespaceImpl(session_->Clone());
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store.cc3265 virtual Cursor* Clone() OVERRIDE {
3331 virtual Cursor* Clone() OVERRIDE { return new ObjectStoreCursorImpl(this); }
3401 virtual Cursor* Clone() OVERRIDE { return new IndexKeyCursorImpl(this); }
3516 virtual Cursor* Clone() OVERRIDE { return new IndexCursorImpl(this); }
3905 incognito_blob_map_[iter->first] = iter->second->Clone().release();
4215 IndexedDBBackingStore::BlobChangeRecord::Clone() const { function in class:content::IndexedDBBackingStore::BlobChangeRecord
/external/chromium_org/content/browser/renderer_host/input/
H A Dmotion_event_android.cc385 scoped_ptr<ui::MotionEvent> MotionEventAndroid::Clone() const { function in class:content::MotionEventAndroid
H A Dmotion_event_web.cc166 scoped_ptr<ui::MotionEvent> MotionEventWeb::Clone() const { function in class:content::MotionEventWeb
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc1140 WebContents* WebContentsImpl::Clone() { function in class:content::WebContentsImpl
/external/chromium_org/content/common/input/
H A Dweb_input_event_traits.cc315 ScopedWebInputEvent WebInputEventTraits::Clone(const WebInputEvent& event) { function in class:content::WebInputEventTraits
/external/chromium_org/content/test/
H A Dtest_web_contents.cc118 WebContents* TestWebContents::Clone() { function in class:content::TestWebContents
/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

Completed in 839 milliseconds

12345