Searched defs:Clone (Results 76 - 100 of 101) sorted by relevance

12345

/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
/external/chromium_org/net/quic/
H A Dquic_protocol.cc703 QuicEncryptedPacket* QuicEncryptedPacket::Clone() const { function in class:net::QuicEncryptedPacket
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_objects.cpp257 CPDF_Object* CPDF_Object::Clone(FX_BOOL bDirect) const function in class:CPDF_Object
331 return Clone();
1084 CPDF_Stream* CPDF_Stream::Clone(FX_BOOL bDirect, FPDF_LPFCloneStreamCallback lpfCallback, FX_LPVOID pUserData) const function in class:CPDF_Stream
1086 CPDF_Dictionary *pCloneDict = (CPDF_Dictionary*)m_pDict->Clone(bDirect);
/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/ui/base/dragdrop/
H A Dos_exchange_data_provider_win.cc77 HRESULT __stdcall Clone(IEnumFORMATETC** clone);
90 // Clone a new FormatEtc from another instance of this enumeration.
167 STDMETHODIMP FormatEtcEnumerator::Clone(IEnumFORMATETC** clone) { function in class:ui::FormatEtcEnumerator
168 // Clone the current enumerator in its exact state, including cursor.
276 OSExchangeData::Provider* OSExchangeDataProviderWin::Clone() const { function in class:ui::OSExchangeDataProviderWin
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page.cpp30 CPDF_PageObject* CPDF_PageObject::Clone() const function in class:CPDF_PageObject
669 m_pForm = pSrcObj->m_pForm->Clone();
980 CPDF_Form* CPDF_Form::Clone() const function in class:CPDF_Form
986 pClone->m_ObjectList.AddTail(pObj->Clone());
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusPath.h69 GraphicsPath* Clone() const function in class:GraphicsPath
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_main.cpp159 CFX_DIBitmap* CFX_DIBSource::Clone(const FX_RECT* pClip) const function in class:CFX_DIBSource
1503 m_pBitmap = pSrc->Clone();
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h440 Vector* Clone() const { function in class:testing::internal::Vector
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp1522 // Clone the call into each predecessor that has a non-null value.
1529 CallInst *Clone = cast<CallInst>(CInst->clone()); local
1534 Clone->setArgOperand(0, Op);
1535 Clone->insertBefore(InsertPos);
1540 Worklist.push_back(std::make_pair(Clone, Incoming));
/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/testing/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h3205 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator2::Iterator
3328 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator3::Iterator
3469 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator4::Iterator
3627 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator5::Iterator
3804 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator6::Iterator
3998 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator7::Iterator
4211 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator8::Iterator
4440 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator9::Iterator
4687 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator10::Iterator
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h2884 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator2::Iterator
3007 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator3::Iterator
3148 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator4::Iterator
3306 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator5::Iterator
3483 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator6::Iterator
3677 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator7::Iterator
3890 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator8::Iterator
4119 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator9::Iterator
4366 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator10::Iterator
/external/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h3205 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator2::Iterator
3328 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator3::Iterator
3469 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator4::Iterator
3627 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator5::Iterator
3804 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator6::Iterator
3998 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator7::Iterator
4211 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator8::Iterator
4440 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator9::Iterator
4687 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator10::Iterator
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util-generated.h2884 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator2::Iterator
3007 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator3::Iterator
3148 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator4::Iterator
3306 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator5::Iterator
3483 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator6::Iterator
3677 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator7::Iterator
3890 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator8::Iterator
4119 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator9::Iterator
4366 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator10::Iterator
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h2884 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator2::Iterator
3007 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator3::Iterator
3148 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator4::Iterator
3306 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator5::Iterator
3483 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator6::Iterator
3677 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator7::Iterator
3890 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator8::Iterator
4119 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator9::Iterator
4366 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator10::Iterator
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_gdipext.cpp422 CFX_DIBitmap* pCloned = pBitmap->Clone(pSrcRect);
1100 virtual HRESULT STDMETHODCALLTYPE Clone(IStream **) function in class:GpStream
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h2865 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator2::Iterator
2988 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator3::Iterator
3129 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator4::Iterator
3287 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator5::Iterator
3464 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator6::Iterator
3658 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator7::Iterator
3871 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator8::Iterator
4100 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator9::Iterator
4347 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator10::Iterator
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc1140 WebContents* WebContentsImpl::Clone() { function in class:content::WebContentsImpl
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6179 SDDbgValue *Clone = getDbgValue(Dbg->getMDPtr(), ToNode, To.getResNo(), local
6183 ClonedDVs.push_back(Clone);
/external/chromium_org/v8/src/
H A Dapi.cc3720 Local<v8::Object> v8::Object::Clone() { function in class:v8::v8::Object
3722 ON_BAILOUT(isolate, "v8::Object::Clone()", return Local<Object>());
/external/clang/lib/Sema/
H A DSemaDecl.cpp2026 AlignedAttr *Clone = OldStrictestAlignAttr->clone(S.Context); local
2027 Clone->setInherited(true);
2028 New->addAttr(Clone);
2035 AlignedAttr *Clone = OldAlignasAttr->clone(S.Context); local
2036 Clone->setInherited(true);
2037 New->addAttr(Clone);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h10082 virtual ParamIteratorInterface* Clone() const = 0;
10105 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
10108 impl_.reset(other.impl_->Clone());
10121 ParamIteratorInterface<T>* clone = impl_->Clone();
10211 virtual ParamIteratorInterface<T>* Clone() const { function in class:testing::internal::RangeGenerator::Iterator
10298 virtual ParamIteratorInterface<T>* Clone() const { function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
13821 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator2::Iterator
13944 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator3::Iterator
14085 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator4::Iterator
14243 virtual ParamIteratorInterface<ParamType>* Clone() cons function in class:testing::internal::CartesianProductGenerator5::Iterator
14420 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator6::Iterator
14614 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator7::Iterator
14827 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator8::Iterator
15056 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator9::Iterator
15303 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator10::Iterator
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h10082 virtual ParamIteratorInterface* Clone() const = 0;
10105 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
10108 impl_.reset(other.impl_->Clone());
10121 ParamIteratorInterface<T>* clone = impl_->Clone();
10211 virtual ParamIteratorInterface<T>* Clone() const { function in class:testing::internal::RangeGenerator::Iterator
10298 virtual ParamIteratorInterface<T>* Clone() const { function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
13821 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator2::Iterator
13944 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator3::Iterator
14085 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator4::Iterator
14243 virtual ParamIteratorInterface<ParamType>* Clone() cons function in class:testing::internal::CartesianProductGenerator5::Iterator
14420 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator6::Iterator
14614 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator7::Iterator
14827 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator8::Iterator
15056 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator9::Iterator
15303 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator10::Iterator
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 3423 milliseconds

12345