HomeSort by relevance Sort by last modified time
    Searched refs:createCopy (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
FetchHeaderList.h 24 FetchHeaderList* createCopy();
FetchRequestData.cpp 57 request->m_headerList = m_headerList->createCopy();
71 FetchRequestData* FetchRequestData::createCopy() const
76 request->m_headerList = m_headerList->createCopy();
Headers.h 34 Headers* createCopy() const;
FetchHeaderList.cpp 19 FetchHeaderList* FetchHeaderList::createCopy()
FetchRequestData.h 66 FetchRequestData* createCopy() const;
Headers.cpp 57 Headers* Headers::createCopy() const
59 FetchHeaderList* headerList = m_headerList->createCopy();
Request.cpp 109 headers = r->headers()->createCopy();
259 , m_headers(copy_from.m_headers->createCopy())
FetchManager.cpp 64 , m_request(request->createCopy())
Response.cpp 234 , m_headers(copy_from.m_headers->createCopy())
  /cts/tools/dex-tools/src/dex/reader/
DexParameterImpl.java 54 annotations.add(new DexAnnotationImpl(buffer.createCopy(),
DexMethodImpl.java 90 annotations.add(new DexAnnotationImpl(buffer.createCopy(),
117 parameters.add(new DexParameterImpl(buffer.createCopy(),
DexFieldImpl.java 63 annotations.add(new DexAnnotationImpl(buffer.createCopy(),
DexFileImpl.java 63 classes.add(new DexClassImpl(buffer.createCopy(),
DexBuffer.java 168 public DexBuffer createCopy() {
DexClassImpl.java 242 annotations.add(new DexAnnotationImpl(buffer.createCopy(),
267 dexFields.add(new DexFieldImpl(buffer.createCopy(), this,
DexFileReader.java 101 return new DexFileImpl(b.createCopy(), stringPool, typeIds,
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 572 milliseconds