HomeSort by relevance Sort by last modified time
    Searched refs:Clone (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /system/media/mca/filterfw/native/core/
native_frame.h 67 NativeFrame* Clone() const;
native_frame.cpp 45 NativeFrame* NativeFrame::Clone() const {
gl_frame.h 72 // Clone the current frame by creating a new GL frame and copying all data to it.
73 GLFrame* Clone() const;
  /external/chromium/base/
version.h 34 Version* Clone() const;
timer.h 133 InitiateDelayedTask(static_cast<TimerTask*>(delayed_task_)->Clone());
164 TimerTask* Clone() const {
  /external/chromium/webkit/glue/media/
web_data_source_factory.h 30 virtual media::DataSourceFactory* Clone() const;
web_data_source_factory.cc 48 media::DataSourceFactory* WebDataSourceFactory::Clone() const {
  /external/chromium/chrome/browser/
browsing_data_appcache_helper.h 62 CannedBrowsingDataAppCacheHelper* Clone();
browsing_data_database_helper.h 115 CannedBrowsingDataDatabaseHelper* Clone();
browsing_data_indexed_db_helper.h 91 CannedBrowsingDataIndexedDBHelper* Clone();
browsing_data_local_storage_helper.h 116 CannedBrowsingDataLocalStorageHelper* Clone();
  /external/chromium/chrome/browser/tab_contents/
tab_specific_content_settings.cc 311 databases_->Clone(),
312 local_storages_->Clone(),
313 session_storages_->Clone(),
314 appcaches_->Clone(),
315 indexed_dbs_->Clone(),
  /external/webkit/Source/WebKit/wx/
WebView.h 302 wxEvent *Clone(void) const { return new wxWebViewBeforeLoadEvent(*this); }
323 wxEvent *Clone(void) const { return new wxWebViewLoadEvent(*this); }
371 wxEvent *Clone(void) const { return new wxWebViewNewWindowEvent(*this); }
388 wxEvent *Clone(void) const { return new wxWebViewRightClickEvent(*this); }
426 wxEvent *Clone(void) const { return new wxWebViewConsoleMessageEvent(*this); }
449 wxEvent *Clone(void) const { return new wxWebViewAlertEvent(*this); }
466 wxEvent *Clone(void) const { return new wxWebViewConfirmEvent(*this); }
483 wxEvent *Clone(void) const { return new wxWebViewPromptEvent(*this); }
500 wxEvent *Clone(void) const { return new wxWebViewReceivedTitleEvent(*this); }
520 wxEvent *Clone(void) const { return new wxWebViewWindowObjectClearedEvent(*this);
    [all...]
  /external/chromium/net/proxy/
proxy_bypass_rules.cc 49 virtual Rule* Clone() const {
74 virtual Rule* Clone() const {
116 virtual Rule* Clone() const {
243 rules_.push_back((*it)->Clone());
proxy_bypass_rules.h 35 virtual Rule* Clone() const = 0;
  /external/chromium/third_party/libjingle/source/talk/
main.scons 12 # To add a new platform clone and modify the root_env object. Remember to add
78 win_env = root_env.Clone(
183 win_dbg_env = win_env.Clone(
201 win_coverage_env = win_dbg_env.Clone(
216 win_opt_env = win_env.Clone(
241 posix_env = root_env.Clone()
268 mac_env = posix_env.Clone(
310 mac_dbg_env = mac_env.Clone(
323 mac_opt_env = mac_env.Clone(
342 linux_common_env = posix_env.Clone(
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-param-util.h 83 virtual ParamIteratorInterface* Clone() const = 0;
106 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
109 impl_.reset(other.impl_->Clone());
122 ParamIteratorInterface<T>* clone = impl_->Clone(); local
124 return ParamIterator(clone);
212 virtual ParamIteratorInterface<T>* Clone() const {
299 virtual ParamIteratorInterface<T>* Clone() const {
  /external/gtest/include/gtest/internal/
gtest-param-util.h 102 virtual ParamIteratorInterface* Clone() const = 0;
125 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
128 impl_.reset(other.impl_->Clone());
141 ParamIteratorInterface<T>* clone = impl_->Clone(); local
143 return ParamIterator(clone);
231 virtual ParamIteratorInterface<T>* Clone() const {
311 virtual ParamIteratorInterface<T>* Clone() const {
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 83 virtual ParamIteratorInterface* Clone() const = 0;
106 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
109 impl_.reset(other.impl_->Clone());
122 ParamIteratorInterface<T>* clone = impl_->Clone(); local
124 return ParamIterator(clone);
212 virtual ParamIteratorInterface<T>* Clone() const {
299 virtual ParamIteratorInterface<T>* Clone() const {
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 102 virtual ParamIteratorInterface* Clone() const = 0;
125 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
128 impl_.reset(other.impl_->Clone());
141 ParamIteratorInterface<T>* clone = impl_->Clone(); local
143 return ParamIterator(clone);
231 virtual ParamIteratorInterface<T>* Clone() const {
317 virtual ParamIteratorInterface<T>* Clone() const {
  /external/webkit/Source/WebKit/win/
COMEnumVariant.h 51 virtual HRESULT STDMETHODCALLTYPE Clone(IEnumVARIANT** ppEnum);
169 HRESULT STDMETHODCALLTYPE COMEnumVariant<ContainerType>::Clone(IEnumVARIANT** ppEnum)
MemoryStream.h 96 virtual HRESULT STDMETHODCALLTYPE Clone(
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 72 /// Clone - Creates a clone of the specified SUnit. It does not copy the
75 SUnit *Clone(SUnit *N);
  /external/webkit/Source/WebCore/bindings/v8/
V8DOMWindowShell.h 85 // object, and then simply Clone that object each time we need a new one.
90 return boilerplate.IsEmpty() ? createWrapperFromCacheSlowCase(type) : boilerplate->Clone();
  /external/chromium/testing/gtest/scripts/
pump.py 125 def Clone(self):
156 def Clone(self):
159 return Token(self.start.Clone(), self.end.Clone(), self.value,
189 start = cursor.Clone()
298 start = pos.Clone()
589 def Clone(self):
590 clone = Env()
591 clone.variables = self.variables[:]
592 clone.ranges = self.ranges[:
    [all...]

Completed in 349 milliseconds

1 2 3 4