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

12 3 4

  /external/tinyxml/
tinyxml.cpp 212 TiXmlNode* node = addThis.Clone();
225 TiXmlNode* node = addThis.Clone();
251 TiXmlNode* node = addThis.Clone();
277 TiXmlNode* node = withThis.Clone();
854 // Clone the attributes, then clone the children.
866 target->LinkEndChild( node->Clone() );
871 TiXmlNode* TiXmlElement::Clone() const
873 TiXmlElement* clone = new TiXmlElement( Value() ); local
874 if ( !clone )
1127 TiXmlDocument* clone = new TiXmlDocument(); local
1316 TiXmlComment* clone = new TiXmlComment(); local
1376 TiXmlText* clone = 0; local
1476 TiXmlDeclaration* clone = new TiXmlDeclaration(); local
1508 TiXmlUnknown* clone = new TiXmlUnknown(); local
    [all...]
tinyxml.h 653 virtual TiXmlNode* Clone() const = 0;
658 // Copy to the allocated object. Shared functionality between Clone, Copy constructor,
    [all...]
  /external/chromium/base/
version.cc 30 Version* Version::Clone() const {
  /external/chromium/chrome/browser/extensions/
crx_installer.h 114 expected_version_.reset(val.Clone());
  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.h 71 TabContentsWrapper* Clone();
tab_contents_wrapper.cc 196 TabContentsWrapper* TabContentsWrapper::Clone() {
197 TabContents* new_contents = tab_contents()->Clone();
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 60 Module *Clone = CloneModule(Program);
65 Module::iterator RFI = Clone->begin(); // Get iterator to corresponding fn
93 Module *New = runPassesOn(Clone, Passes);
94 delete Clone;
241 assert(GV && "Not a clone of M1?");
Miscompilation.cpp 257 // Create a clone for two reasons:
259 // will be in the clone and Funcs will still point to valid memory
265 Module *Clone = CloneModule(BD.getProgram(), VMap);
266 Module *Orig = BD.swapProgramIn(Clone);
368 // Clone modules, the tester function will free them.
479 Module *Clone = CloneModule(BD.getProgram(), VMap);
480 Module *Orig = BD.swapProgramIn(Clone);
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebEditingDelegate.idl 61 HRESULT Clone([out, retval] IEnumSpellingGuesses** ppenum);
89 HRESULT Clone([out, retval] IEnumSpellingGuesses** ppenum);
  /external/chromium/chrome/browser/
browsing_data_appcache_helper.cc 111 CannedBrowsingDataAppCacheHelper* CannedBrowsingDataAppCacheHelper::Clone() {
113 CannedBrowsingDataAppCacheHelper* clone = local
116 clone->info_collection_->infos_by_origin = info_collection_->infos_by_origin;
117 return clone;
browsing_data_database_helper.cc 164 CannedBrowsingDataDatabaseHelper* CannedBrowsingDataDatabaseHelper::Clone() {
166 CannedBrowsingDataDatabaseHelper* clone = local
170 clone->pending_database_info_ = pending_database_info_;
171 clone->database_info_ = database_info_;
172 return clone;
browsing_data_indexed_db_helper.cc 211 CannedBrowsingDataIndexedDBHelper* CannedBrowsingDataIndexedDBHelper::Clone() {
213 CannedBrowsingDataIndexedDBHelper* clone = local
217 clone->pending_indexed_db_info_ = pending_indexed_db_info_;
218 clone->indexed_db_info_ = indexed_db_info_;
219 return clone;
browsing_data_local_storage_helper.cc 155 CannedBrowsingDataLocalStorageHelper::Clone() {
157 CannedBrowsingDataLocalStorageHelper* clone = local
161 clone->pending_local_storage_info_ = pending_local_storage_info_;
162 clone->local_storage_info_ = local_storage_info_;
163 return clone;
  /external/webkit/Source/WebKit/win/
MemoryStream.cpp 253 HRESULT STDMETHODCALLTYPE MemoryStream::Clone(
  /frameworks/base/core/java/android/bluetooth/
BluetoothTetheringDataTracker.java 79 public Object Clone() throws CloneNotSupportedException {
  /external/chromium/third_party/libjingle/source/talk/site_scons/
talk.py 396 env = env.Clone()
478 env_64bit = env.Clone()
  /external/v8/src/
jsregexp.h 692 // Returns a clone of this node initialized using the copy constructor
695 virtual RegExpNode* Clone() = 0;
794 virtual ActionNode* Clone() { return new ActionNode(*this); }
    [all...]
  /external/webkit/Source/WebCore/platform/win/
WCDataObject.cpp 50 STDMETHOD(Clone)(IEnumFORMATETC**);
138 STDMETHODIMP WCEnumFormatEtc::Clone(IEnumFORMATETC** ppCloneEnumFormatEtc)
  /frameworks/base/tools/localize/
ValuesFile.cpp 235 XMLNode* itemNode = item->value->Clone();
246 XMLNode* strNode = str.value->Clone();
XLIFFFile.cpp 108 XMLNode* node = source->Clone();
118 XMLNode* node = target->Clone();
131 XMLNode* node = altSource->Clone();
141 XMLNode* node = altTarget->Clone();
334 addTo->EditChildren().push_back(original->Clone());
364 addTo->EditChildren().push_back(original->Clone());
XMLHandler.h 73 XMLNode* Clone() const;
  /frameworks/base/core/java/android/net/
EthernetDataTracker.java 177 public Object Clone() throws CloneNotSupportedException {
  /system/media/mca/filterfw/native/core/
gl_frame.cpp 195 GLFrame* GLFrame::Clone() const {
  /external/chromium/chrome/browser/history/
history_types.h 575 HistoryAddPageArgs* Clone() const;
  /external/expat/amiga/include/interfaces/
expat.h 30 struct Interface * APICALL (*Clone)(struct ExpatIFace *Self);

Completed in 827 milliseconds

12 3 4