Searched refs:WebCore (Results 126 - 150 of 7240) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitapplicationcache.cpp43 return (cacheMaxSize = WebCore::cacheStorage().maximumSize());
59 WebCore::cacheStorage().empty();
60 WebCore::cacheStorage().vacuumDatabaseFile();
61 WebCore::cacheStorage().setMaximumSize(size);
79 CString path = WebCore::fileSystemRepresentation(WebCore::cacheStorage().cacheDirectory());
H A Dwebkitdownloadprivate.h30 WebKitDownload* webkit_download_new_with_handle(WebKitNetworkRequest*, WebCore::ResourceHandle*, const WebCore::ResourceResponse&);
H A Dwebkitnetworkrequestprivate.h28 WebCore::ResourceRequest core(WebKitNetworkRequest*);
29 WebKitNetworkRequest* kitNew(const WebCore::ResourceRequest&);
H A Dwebkitnetworkresponseprivate.h30 WebCore::ResourceResponse core(WebKitNetworkResponse*);
31 WebKitNetworkResponse* kitNew(const WebCore::ResourceResponse&);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/CoordinatedGraphics/
H A DCoordinatedLayerTreeHost.messages.in24 SetVisibleContentsRect(WebCore::FloatRect visibleContentsRect, WebCore::FloatPoint trajectoryVectory)
27 CommitScrollOffset(uint32_t layerID, WebCore::IntSize offset)
H A DCoordinatedLayerTreeHost.h29 #include <WebCore/CoordinatedGraphicsLayer.h>
30 #include <WebCore/CoordinatedGraphicsState.h>
31 #include <WebCore/CoordinatedImageBacking.h>
32 #include <WebCore/GraphicsLayerClient.h>
33 #include <WebCore/GraphicsLayerFactory.h>
34 #include <WebCore/UpdateAtlas.h>
41 namespace WebCore { namespace
49 class CoordinatedLayerTreeHost : public LayerTreeHost, WebCore::GraphicsLayerClient
50 , public WebCore::CoordinatedGraphicsLayerClient
51 , public WebCore
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/
H A DTemporaryLinkStubs.cpp45 using namespace WebCore;
47 namespace WebCore { namespace
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_file_chooser_private.h23 namespace WebCore { namespace
27 Ewk_File_Chooser* ewk_file_chooser_new(WebCore::FileChooser* fileChooser);
H A Dewk_security_origin_private.h24 namespace WebCore { namespace
28 Ewk_Security_Origin* ewk_security_origin_new(WebCore::SecurityOrigin* origin);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebColorChooser.h31 #include <WebCore/ColorChooser.h>
33 namespace WebCore { namespace
42 class WebColorChooser : public WebCore::ColorChooser {
44 WebColorChooser(WebPage*, WebCore::ColorChooserClient*, const WebCore::Color&);
47 void didChooseColor(const WebCore::Color&);
51 virtual void setSelectedColor(const WebCore::Color&) OVERRIDE;
55 WebCore::ColorChooserClient* m_colorChooserClient;
H A DWebDragClient.h31 #include <WebCore/DragClient.h>
37 class WebDragClient : public WebCore::DragClient {
45 virtual void willPerformDragDestinationAction(WebCore::DragDestinationAction, WebCore::DragData*) OVERRIDE;
46 virtual void willPerformDragSourceAction(WebCore::DragSourceAction, const WebCore::IntPoint&, WebCore::Clipboard*) OVERRIDE;
47 virtual WebCore::DragDestinationAction actionMaskForDrag(WebCore::DragData*) OVERRIDE;
48 virtual WebCore
[all...]
H A DWebFrameLoaderClient.h29 #include <WebCore/FrameLoaderClient.h>
36 class WebFrameLoaderClient : public WebCore::FrameLoaderClient {
51 virtual void makeRepresentation(WebCore::DocumentLoader*) OVERRIDE;
60 virtual void assignIdentifierToInitialRequest(unsigned long identifier, WebCore::DocumentLoader*, const WebCore::ResourceRequest&) OVERRIDE;
62 virtual void dispatchWillSendRequest(WebCore::DocumentLoader*, unsigned long identifier, WebCore::ResourceRequest&, const WebCore::ResourceResponse& redirectResponse) OVERRIDE;
63 virtual bool shouldUseCredentialStorage(WebCore::DocumentLoader*, unsigned long identifier) OVERRIDE;
64 virtual void dispatchDidReceiveAuthenticationChallenge(WebCore
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/qt/
H A DWebPopupMenuQt.cpp30 #include <WebCore/PopupMenuClient.h>
32 using namespace WebCore;
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/mac/
H A DRemoteGraphicsLayer.h29 #include <WebCore/GraphicsLayer.h>
35 class RemoteGraphicsLayer : public WebCore::GraphicsLayer {
37 static PassOwnPtr<WebCore::GraphicsLayer> create(WebCore::GraphicsLayerClient*, RemoteLayerTreeContext*);
43 RemoteGraphicsLayer(WebCore::GraphicsLayerClient*, RemoteLayerTreeContext*);
45 // WebCore::GraphicsLayer
48 virtual bool setChildren(const Vector<WebCore::GraphicsLayer*>&);
49 virtual void addChild(WebCore::GraphicsLayer*);
50 virtual void addChildAtIndex(WebCore::GraphicsLayer*, int index);
51 virtual void addChildAbove(WebCore
[all...]
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebChromeClient.h27 #include <WebCore/ChromeClient.h>
28 #include <WebCore/COMPtr.h>
29 #include <WebCore/GraphicsContext.h>
30 #include <WebCore/FocusDirection.h>
31 #include <WebCore/ScrollTypes.h>
40 class WebChromeClient : public WebCore::ChromeClient {
46 virtual void setWindowRect(const WebCore::FloatRect&);
47 virtual WebCore::FloatRect windowRect();
49 virtual WebCore::FloatRect pageRect();
54 virtual bool canTakeFocus(WebCore
131 formStateDidChange(const WebCore::Node*) argument
[all...]
H A DWebEditorClient.h30 #include <WebCore/EditorClient.h>
31 #include <WebCore/TextCheckerClient.h>
38 class WebEditorClient : public WebCore::EditorClient, public WebCore::TextCheckerClient {
44 virtual void frameWillDetachPage(WebCore::Frame*) { }
52 virtual bool shouldBeginEditing(WebCore::Range*);
53 virtual bool shouldEndEditing(WebCore::Range*);
54 virtual bool shouldInsertText(const WTF::String&, WebCore::Range*, WebCore::EditorInsertAction);
58 virtual void willWriteSelectionToPasteboard(WebCore
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DIntSizeHash.h29 template<> struct IntHash<WebCore::IntSize> {
30 static unsigned hash(const WebCore::IntSize& key) { return pairIntHash(key.width(), key.height()); }
31 static bool equal(const WebCore::IntSize& a, const WebCore::IntSize& b) { return a == b; }
34 template<> struct DefaultHash<WebCore::IntSize> { typedef IntHash<WebCore::IntSize> Hash; };
36 template<> struct HashTraits<WebCore::IntSize> : GenericHashTraits<WebCore::IntSize> {
39 static void constructDeletedValue(WebCore::IntSize& slot) { new (NotNull, &slot) WebCore
[all...]
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DInRegionScrollableArea.h26 namespace WebCore { namespace
42 InRegionScrollableArea(WebPagePrivate*, WebCore::RenderLayer*);
45 void setVisibleWindowRect(const WebCore::IntRect&);
48 WebCore::RenderLayer* layer() const;
49 WebCore::Document* document() const;
51 WebCore::LayerWebKitThread* cachedScrollableLayer() const;
52 WebCore::Node* cachedScrollableNode() const;
56 WebCore::RenderLayer* m_layer;
57 WebCore::Document* m_document;
61 RefPtr<WebCore
[all...]
H A DBackingStoreClient.h26 namespace WebCore { namespace
42 static BackingStoreClient* create(WebCore::Frame*, WebCore::Frame* parentFrame, WebPage* parentPage);
46 WebCore::Frame* frame() const { return m_frame; }
50 WebCore::IntPoint scrollPosition() const;
51 WebCore::IntPoint maximumScrollPosition() const;
53 void setScrollPosition(const WebCore::IntPoint&);
55 WebCore::IntPoint transformedScrollPosition() const;
56 WebCore::IntPoint transformedMaximumScrollPosition() const;
58 WebCore
[all...]
H A DSelectionHandler.h34 namespace WebCore { namespace
64 bool selectionContains(const WebCore::IntPoint&);
66 void setSelection(WebCore::IntPoint start, WebCore::IntPoint end);
67 void selectAtPoint(const WebCore::IntPoint&, SelectionExpansionType);
68 void selectObject(const WebCore::IntPoint&, WebCore::TextGranularity);
69 void selectObject(WebCore::TextGranularity);
70 void selectObject(WebCore::Node*);
74 void setCaretPosition(const WebCore
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/Shared/efl/
H A DWebEventFactory.h32 #include <WebCore/AffineTransform.h>
38 static WebMouseEvent createWebMouseEvent(const Evas_Event_Mouse_Down*, const WebCore::AffineTransform&, const WebCore::AffineTransform&);
39 static WebMouseEvent createWebMouseEvent(const Evas_Event_Mouse_Up*, const WebCore::AffineTransform&, const WebCore::AffineTransform&);
40 static WebMouseEvent createWebMouseEvent(const Evas_Event_Mouse_Move*, const WebCore::AffineTransform&, const WebCore::AffineTransform&);
41 static WebWheelEvent createWebWheelEvent(const Evas_Event_Mouse_Wheel*, const WebCore::AffineTransform&, const WebCore::AffineTransform&);
45 static WebTouchEvent createWebTouchEvent(Ewk_Touch_Event_Type, const Eina_List*, const Evas_Modifier*, const WebCore
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/mac/
H A DRemoteLayerTreeHost.h30 #include <WebCore/GraphicsLayerClient.h>
38 class RemoteLayerTreeHost : private CoreIPC::MessageReceiver, WebCore::GraphicsLayerClient {
47 // WebCore::GraphicsLayerClient.
48 virtual void notifyAnimationStarted(const WebCore::GraphicsLayer*, double time) OVERRIDE;
49 virtual void notifyFlushRequired(const WebCore::GraphicsLayer*) OVERRIDE;
50 virtual void paintContents(const WebCore::GraphicsLayer*, WebCore::GraphicsContext&, WebCore::GraphicsLayerPaintingPhase, const WebCore::IntRect& clipRect) OVERRIDE;
55 WebCore
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/API/mac/
H A DWKDOMInternals.mm32 #import <WebCore/Document.h>
33 #import <WebCore/Element.h>
34 #import <WebCore/Node.h>
35 #import <WebCore/Range.h>
36 #import <WebCore/Text.h>
50 DOMCache<WebCore::Node*, WKDOMNode *>& WKDOMNodeCache()
52 typedef DOMCache<WebCore::Node*, WKDOMNode *> Cache;
57 DOMCache<WebCore::Range*, WKDOMRange *>& WKDOMRangeCache()
59 typedef DOMCache<WebCore::Range*, WKDOMRange *> Cache;
66 static Class WKDOMNodeClass(WebCore
[all...]
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DEditorClientGtk.h50 namespace WebCore { namespace
57 class EditorClient : public WebCore::EditorClient {
61 WTF::Deque<WTF::RefPtr<WebCore::UndoStep> > undoStack;
62 WTF::Deque<WTF::RefPtr<WebCore::UndoStep> > redoStack;
69 void generateEditorCommands(const WebCore::KeyboardEvent*);
70 bool executePendingEditorCommands(WebCore::Frame*, bool);
74 virtual void frameWillDetachPage(WebCore::Frame*) { }
76 virtual bool shouldDeleteRange(WebCore::Range*);
85 virtual bool shouldBeginEditing(WebCore::Range*);
86 virtual bool shouldEndEditing(WebCore
[all...]
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebFrameLoaderClient.h29 #import <WebCore/FrameLoaderClient.h>
30 #import <WebCore/Timer.h>
41 namespace WebCore { namespace
50 typedef HashMap<RefPtr<WebCore::ResourceLoader>, RetainPtr<WebResource> > ResourceMap;
52 class WebFrameLoaderClient : public WebCore::FrameLoaderClient {
62 virtual void makeRepresentation(WebCore::DocumentLoader*) OVERRIDE;
72 virtual void convertMainResourceLoadToDownload(WebCore::DocumentLoader*, const WebCore::ResourceRequest&, const WebCore::ResourceResponse&) OVERRIDE;
74 virtual void assignIdentifierToInitialRequest(unsigned long identifier, WebCore
[all...]

Completed in 170 milliseconds

1234567891011>>