Searched
refs:PassRefPtr (Results
401 -
425 of
2846) sorted by null
<<11121314151617181920>>
/external/webkit/Source/WebCore/loader/ |
PolicyCallback.h | 44 const ResourceRequest&, PassRefPtr<FormState>, bool shouldContinue); 46 const ResourceRequest&, PassRefPtr<FormState>, const String& frameName, const NavigationAction&, bool shouldContinue); 55 void set(const ResourceRequest&, PassRefPtr<FormState>, 57 void set(const ResourceRequest&, PassRefPtr<FormState>, const String& frameName, const NavigationAction&,
|
/external/webkit/Source/WebCore/loader/archive/ |
Archive.h | 34 #include <wtf/PassRefPtr.h> 50 void setMainResource(PassRefPtr<ArchiveResource> mainResource) { m_mainResource = mainResource; } 51 void addSubresource(PassRefPtr<ArchiveResource> subResource) { m_subresources.append(subResource); } 52 void addSubframeArchive(PassRefPtr<Archive> subframeArchive) { m_subframeArchives.append(subframeArchive); }
|
/external/webkit/Source/WebCore/platform/chromium/ |
TemporaryLinkStubs.cpp | 46 PassRefPtr<SharedBuffer> SharedBuffer::createWithContentsOfFile(const String&)
|
/external/webkit/Source/WebCore/platform/graphics/brew/ |
IconBrew.cpp | 39 PassRefPtr<Icon> Icon::createIconForFiles(const Vector<String>& filenames)
|
/external/webkit/Source/WebCore/platform/graphics/ca/win/ |
AbstractCACFLayerTreeHost.h | 40 virtual void addPendingAnimatedLayer(PassRefPtr<PlatformCALayer>) = 0;
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
IconHaiku.cpp | 39 PassRefPtr<Icon> Icon::createIconForFiles(const Vector<String>& filenames)
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
IconWx.cpp | 35 PassRefPtr<Icon> Icon::createIconForFiles(const Vector<String>& filenames)
|
/external/webkit/Source/WebCore/platform/network/mac/ |
FormDataStreamMac.h | 43 void setHTTPBody(NSMutableURLRequest *, PassRefPtr<FormData>);
|
/external/webkit/Source/WebCore/platform/text/ |
PlatformString.h | 34 PassRefPtr<SharedBuffer> utf8Buffer(const String&);
|
/external/webkit/Source/WebCore/rendering/ |
ShadowElement.cpp | 32 PassRefPtr<ShadowInputElement> ShadowInputElement::create(HTMLElement* shadowParent)
|
/external/webkit/Source/WebCore/rendering/style/ |
SVGRenderStyleDefs.h | 99 static PassRefPtr<StyleFillData> create() { return adoptRef(new StyleFillData); } 100 PassRefPtr<StyleFillData> copy() const { return adoptRef(new StyleFillData(*this)); } 118 static PassRefPtr<StyleStrokeData> create() { return adoptRef(new StyleStrokeData); } 119 PassRefPtr<StyleStrokeData> copy() const { return adoptRef(new StyleStrokeData(*this)); } 143 static PassRefPtr<StyleStopData> create() { return adoptRef(new StyleStopData); } 144 PassRefPtr<StyleStopData> copy() const { return adoptRef(new StyleStopData(*this)); } 162 static PassRefPtr<StyleTextData> create() { return adoptRef(new StyleTextData); } 163 PassRefPtr<StyleTextData> copy() const { return adoptRef(new StyleTextData(*this)); } 181 static PassRefPtr<StyleMiscData> create() { return adoptRef(new StyleMiscData); } 182 PassRefPtr<StyleMiscData> copy() const { return adoptRef(new StyleMiscData(*this)); [all...] |
/external/webkit/Source/WebCore/storage/ |
SQLTransactionSync.h | 53 static PassRefPtr<SQLTransactionSync> create(DatabaseSync*, PassRefPtr<SQLTransactionSyncCallback>, bool readOnly = false); 57 PassRefPtr<SQLResultSet> executeSQL(const String& sqlStatement, const Vector<SQLValue>& arguments, ExceptionCode&); 68 SQLTransactionSync(DatabaseSync*, PassRefPtr<SQLTransactionSyncCallback>, bool readOnly);
|
/external/webkit/Source/WebCore/svg/ |
SVGAnimateColorElement.h | 33 static PassRefPtr<SVGAnimateColorElement> create(const QualifiedName&, Document*);
|
SVGDescElement.h | 33 static PassRefPtr<SVGDescElement> create(const QualifiedName&, Document*);
|
SVGFEFuncAElement.h | 31 static PassRefPtr<SVGFEFuncAElement> create(const QualifiedName&, Document*);
|
SVGFEFuncBElement.h | 31 static PassRefPtr<SVGFEFuncBElement> create(const QualifiedName&, Document*);
|
SVGFEFuncGElement.h | 31 static PassRefPtr<SVGFEFuncGElement> create(const QualifiedName&, Document*);
|
SVGFEFuncRElement.h | 31 static PassRefPtr<SVGFEFuncRElement> create(const QualifiedName&, Document*);
|
SVGMetadataElement.h | 31 static PassRefPtr<SVGMetadataElement> create(const QualifiedName&, Document*);
|
SVGMissingGlyphElement.h | 30 static PassRefPtr<SVGMissingGlyphElement> create(const QualifiedName&, Document*);
|
SVGPolygonElement.h | 31 static PassRefPtr<SVGPolygonElement> create(const QualifiedName&, Document*);
|
SVGPolylineElement.h | 31 static PassRefPtr<SVGPolylineElement> create(const QualifiedName&, Document*);
|
SVGSetElement.h | 32 static PassRefPtr<SVGSetElement> create(const QualifiedName&, Document*);
|
/external/webkit/Source/WebCore/wml/ |
WMLInsertedLegendElement.h | 31 static PassRefPtr<WMLInsertedLegendElement> create(const QualifiedName&, Document*);
|
WMLNoopElement.h | 31 static PassRefPtr<WMLNoopElement> create(const QualifiedName&, Document*);
|
Completed in 1120 milliseconds
<<11121314151617181920>>