/external/webkit/Source/WebKit/chromium/src/ |
WebIDBTransactionCallbacksImpl.h | 32 #include <wtf/PassRefPtr.h> 41 WebIDBTransactionCallbacksImpl(PassRefPtr<WebCore::IDBTransactionCallbacks>);
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebhistoryitemprivate.h | 31 WebKitWebHistoryItem* kit(PassRefPtr<WebCore::HistoryItem>); 39 WebKitWebHistoryItem* webkit_web_history_item_new_with_core_item(PassRefPtr<WebCore::HistoryItem>);
|
webkitwebresourceprivate.h | 42 WebKitWebResource* webkit_web_resource_new_with_core_resource(PassRefPtr<WebCore::ArchiveResource>); 44 void webkit_web_resource_init_with_core_resource(WebKitWebResource*, PassRefPtr<WebCore::ArchiveResource>);
|
/external/webkit/Source/WebKit/mac/History/ |
WebBackForwardListInternal.h | 30 #import <wtf/PassRefPtr.h> 40 - (id)initWithBackForwardList:(PassRefPtr<WebCore::BackForwardListImpl>)backForwardList;
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
WebContextMenu.h | 26 #include <wtf/PassRefPtr.h> 35 static PassRefPtr<WebContextMenu> create(WebPage* page)
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/ |
GCController.h | 30 #include <wtf/PassRefPtr.h> 36 static PassRefPtr<GCController> create();
|
/external/webkit/Source/WebCore/fileapi/ |
DOMFileSystem.cpp | 59 PassRefPtr<DirectoryEntry> DOMFileSystem::root() 84 static PassRefPtr<ConvertToFileWriterCallback> create(PassRefPtr<FileWriterCallback> callback) 94 ConvertToFileWriterCallback(PassRefPtr<FileWriterCallback> callback) 103 void DOMFileSystem::createWriter(const FileEntry* fileEntry, PassRefPtr<FileWriterCallback> successCallback, PassRefPtr<ErrorCallback> errorCallback) 119 static PassOwnPtr<GetPathCallback> create(PassRefPtr<DOMFileSystem> filesystem, const String& path, PassRefPtr<FileCallback> successCallback, PassRefPtr<ErrorCallback> errorCallback) 133 GetPathCallback(PassRefPtr<DOMFileSystem> filesystem, const String& path, PassRefPtr<FileCallback> successCallback, PassRefPt (…) [all...] |
/external/webkit/Source/WebCore/css/ |
CSSMediaRule.h | 38 static PassRefPtr<CSSMediaRule> create(CSSStyleSheet* parent, PassRefPtr<MediaList> media, PassRefPtr<CSSRuleList> rules) 56 CSSMediaRule(CSSStyleSheet* parent, PassRefPtr<MediaList>, PassRefPtr<CSSRuleList>);
|
RGBColor.cpp | 32 PassRefPtr<RGBColor> RGBColor::create(unsigned rgbColor) 37 PassRefPtr<CSSPrimitiveValue> RGBColor::red() 43 PassRefPtr<CSSPrimitiveValue> RGBColor::green() 49 PassRefPtr<CSSPrimitiveValue> RGBColor::blue() 55 PassRefPtr<CSSPrimitiveValue> RGBColor::alpha()
|
Rect.h | 36 void setTop(PassRefPtr<CSSPrimitiveValue> top) { m_top = top; } 37 void setRight(PassRefPtr<CSSPrimitiveValue> right) { m_right = right; } 38 void setBottom(PassRefPtr<CSSPrimitiveValue> bottom) { m_bottom = bottom; } 39 void setLeft(PassRefPtr<CSSPrimitiveValue> left) { m_left = left; } 54 static PassRefPtr<Rect> create() { return adoptRef(new Rect); }
|
/external/webkit/Source/WebCore/dom/ |
NodeFilter.h | 68 static PassRefPtr<NodeFilter> create(PassRefPtr<NodeFilterCondition> condition) 73 static PassRefPtr<NodeFilter> create() 84 void setCondition(PassRefPtr<NodeFilterCondition> condition) { ASSERT(!m_condition); m_condition = condition; } 87 NodeFilter(PassRefPtr<NodeFilterCondition> condition) : m_condition(condition) { }
|
UIEvent.h | 36 static PassRefPtr<UIEvent> create() 40 static PassRefPtr<UIEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, int detail) 46 void initUIEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView>, int detail); 66 UIEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView>, int detail);
|
/external/webkit/Source/WebCore/editing/ |
InsertListCommand.h | 39 static PassRefPtr<InsertListCommand> create(Document* document, Type listType) 44 static PassRefPtr<HTMLElement> insertList(Document*, Type); 56 PassRefPtr<HTMLElement> mergeWithNeighboringLists(PassRefPtr<HTMLElement>); 59 PassRefPtr<HTMLElement> listifyParagraph(const VisiblePosition& originalStart, const QualifiedName& listTag);
|
/external/webkit/Source/WebCore/html/canvas/ |
CanvasPixelArray.h | 34 #include <wtf/PassRefPtr.h> 42 static PassRefPtr<CanvasPixelArray> create(unsigned length); 43 static PassRefPtr<CanvasPixelArray> create(PassRefPtr<ByteArray>); 71 CanvasPixelArray(PassRefPtr<ByteArray>);
|
/external/webkit/Source/WebCore/inspector/ |
InspectorDatabaseResource.h | 37 #include <wtf/PassRefPtr.h> 47 static PassRefPtr<InspectorDatabaseResource> create(PassRefPtr<Database> database, const String& domain, const String& name, const String& version); 51 void setDatabase(PassRefPtr<Database> database) { m_database = database; } 55 InspectorDatabaseResource(PassRefPtr<Database>, const String& domain, const String& name, const String& version);
|
/external/webkit/Source/WebCore/loader/ |
FormState.h | 48 static PassRefPtr<FormState> create(PassRefPtr<HTMLFormElement>, StringPairVector& textFieldValuesToAdopt, PassRefPtr<Frame>, FormSubmissionTrigger); 56 FormState(PassRefPtr<HTMLFormElement>, StringPairVector& textFieldValuesToAdopt, PassRefPtr<Frame>, FormSubmissionTrigger);
|
/external/webkit/Source/WebCore/loader/archive/ |
ArchiveResource.h | 38 static PassRefPtr<ArchiveResource> create(PassRefPtr<SharedBuffer>, const KURL&, const ResourceResponse&); 39 static PassRefPtr<ArchiveResource> create(PassRefPtr<SharedBuffer>, const KURL&, 51 ArchiveResource(PassRefPtr<SharedBuffer>, const KURL&, const String& mimeType, const String& textEncoding, const String& frameName, const ResourceResponse&);
|
/external/webkit/Source/WebCore/page/ |
Geolocation.h | 57 static PassRefPtr<Geolocation> create(Frame* frame) { return adoptRef(new Geolocation(frame)); } 64 void getCurrentPosition(PassRefPtr<PositionCallback>, PassRefPtr<PositionErrorCallback>, PassRefPtr<PositionOptions>); 65 int watchPosition(PassRefPtr<PositionCallback>, PassRefPtr<PositionErrorCallback>, PassRefPtr<PositionOptions>); 94 static PassRefPtr<GeoNotifier> create(Geolocation* geolocation, PassRefPtr<PositionCallback> positionCallback, PassRefPtr<PositionErrorCallback> positionErrorCallback, PassRefPtr<PositionOptions> options) { return adoptR (…) [all...] |
/external/webkit/Source/WebCore/platform/graphics/ |
FontFamily.h | 49 void appendFamily(PassRefPtr<SharedFontFamily>); 50 PassRefPtr<SharedFontFamily> releaseNext(); 59 static PassRefPtr<SharedFontFamily> create() 76 inline void FontFamily::appendFamily(PassRefPtr<SharedFontFamily> family) 81 inline PassRefPtr<SharedFontFamily> FontFamily::releaseNext()
|
/external/webkit/Source/WebCore/plugins/ |
DOMMimeType.h | 27 #include <wtf/PassRefPtr.h> 37 static PassRefPtr<DOMMimeType> create(PassRefPtr<PluginData> pluginData, Frame* frame, unsigned index) { return adoptRef(new DOMMimeType(pluginData, frame, index)); } 43 PassRefPtr<DOMPlugin> enabledPlugin() const; 51 DOMMimeType(PassRefPtr<PluginData>, Frame*, unsigned index);
|
/external/webkit/Source/WebCore/storage/ |
SQLStatement.h | 50 static PassRefPtr<SQLStatement> create(Database*, const String&, const Vector<SQLValue>&, PassRefPtr<SQLStatementCallback>, PassRefPtr<SQLStatementErrorCallback>, int permissions); 65 SQLStatement(Database*, const String& statement, const Vector<SQLValue>& arguments, PassRefPtr<SQLStatementCallback>, PassRefPtr<SQLStatementErrorCallback>, int permissions);
|
StorageMap.h | 33 #include <wtf/PassRefPtr.h> 42 static PassRefPtr<StorageMap> create(unsigned quotaSize); 47 PassRefPtr<StorageMap> setItem(const String& key, const String& value, String& oldValue, bool& quota_exception); 48 PassRefPtr<StorageMap> removeItem(const String&, String& oldValue); 60 PassRefPtr<StorageMap> copy();
|
StorageNamespaceImpl.h | 47 static PassRefPtr<StorageNamespace> localStorageNamespace(const String& path, unsigned quota); 48 static PassRefPtr<StorageNamespace> sessionStorageNamespace(unsigned quota); 51 virtual PassRefPtr<StorageArea> storageArea(PassRefPtr<SecurityOrigin>); 52 virtual PassRefPtr<StorageNamespace> copy();
|
/external/webkit/Source/WebCore/svg/ |
SVGPathElement.h | 61 static PassRefPtr<SVGPathElement> create(const QualifiedName&, Document*); 67 PassRefPtr<SVGPathSegClosePath> createSVGPathSegClosePath(SVGPathSegRole role = PathSegUndefinedRole); 68 PassRefPtr<SVGPathSegMovetoAbs> createSVGPathSegMovetoAbs(float x, float y, SVGPathSegRole role = PathSegUndefinedRole); 69 PassRefPtr<SVGPathSegMovetoRel> createSVGPathSegMovetoRel(float x, float y, SVGPathSegRole role = PathSegUndefinedRole); 70 PassRefPtr<SVGPathSegLinetoAbs> createSVGPathSegLinetoAbs(float x, float y, SVGPathSegRole role = PathSegUndefinedRole); 71 PassRefPtr<SVGPathSegLinetoRel> createSVGPathSegLinetoRel(float x, float y, SVGPathSegRole role = PathSegUndefinedRole); 72 PassRefPtr<SVGPathSegCurvetoCubicAbs> createSVGPathSegCurvetoCubicAbs(float x, float y, float x1, float y1, float x2, float y2, SVGPathSegRole role = PathSegUndefinedRole); 73 PassRefPtr<SVGPathSegCurvetoCubicRel> createSVGPathSegCurvetoCubicRel(float x, float y, float x1, float y1, float x2, float y2, SVGPathSegRole role = PathSegUndefinedRole); 74 PassRefPtr<SVGPathSegCurvetoQuadraticAbs> createSVGPathSegCurvetoQuadraticAbs(float x, float y, float x1, float y1, SVGPathSegRole role = PathSegUndefinedRole); 75 PassRefPtr<SVGPathSegCurvetoQuadraticRel> createSVGPathSegCurvetoQuadraticRel(float x, float y, float x1, flo (…) [all...] |
/external/webkit/Source/WebCore/workers/ |
Worker.h | 41 #include <wtf/PassRefPtr.h> 56 static PassRefPtr<Worker> create(const String& url, ScriptExecutionContext*, ExceptionCode&); 61 void postMessage(PassRefPtr<SerializedScriptValue> message, ExceptionCode&); 62 void postMessage(PassRefPtr<SerializedScriptValue> message, const MessagePortArray*, ExceptionCode&); 64 void postMessage(PassRefPtr<SerializedScriptValue> message, MessagePort*, ExceptionCode&);
|