Searched refs:WebCore (Results 226 - 250 of 7240) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebChromeClient.h30 #include <WebCore/ChromeClient.h>
31 #include <WebCore/ViewportArguments.h>
39 class WebChromeClient : public WebCore::ChromeClient {
55 virtual void setWindowRect(const WebCore::FloatRect&) OVERRIDE;
56 virtual WebCore::FloatRect windowRect() OVERRIDE;
58 virtual WebCore::FloatRect pageRect() OVERRIDE;
63 virtual bool canTakeFocus(WebCore::FocusDirection) OVERRIDE;
64 virtual void takeFocus(WebCore::FocusDirection) OVERRIDE;
66 virtual void focusedNodeChanged(WebCore::Node*) OVERRIDE;
67 virtual void focusedFrameChanged(WebCore
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/Shared/API/c/
H A DWKSharedAPICast.h49 #include <WebCore/ContextMenuItem.h>
50 #include <WebCore/FloatRect.h>
51 #include <WebCore/FrameLoaderTypes.h>
52 #include <WebCore/IntRect.h>
53 #include <WebCore/LayoutMilestones.h>
54 #include <WebCore/PageVisibilityState.h>
55 #include <WebCore/SecurityOrigin.h>
56 #include <WebCore/UserContentTypes.h>
57 #include <WebCore/UserScriptTypes.h>
199 inline ProxyingRefPtr<WebError> toAPI(const WebCore
[all...]
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/test/CPP/
H A DWebDOMTestNode.cpp34 WebDOMTestNode::WebDOMTestNode(WebCore::TestNode* impl)
39 WebCore::TestNode* WebDOMTestNode::impl() const
41 return static_cast<WebCore::TestNode*>(WebDOMNode::impl());
44 WebCore::TestNode* toWebCore(const WebDOMTestNode& wrapper)
49 WebDOMTestNode toWebKit(WebCore::TestNode* value)
H A DWebDOMTestNode.h29 namespace WebCore { namespace
37 explicit WebDOMTestNode(WebCore::TestNode*);
41 WebCore::TestNode* impl() const;
44 WebCore::TestNode* toWebCore(const WebDOMTestNode&);
45 WebDOMTestNode toWebKit(WebCore::TestNode*);
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebDeviceOrientationInternal.h28 #import <WebCore/DeviceOrientationData.h>
33 RefPtr<WebCore::DeviceOrientationData> m_orientation;
36 - (id)initWithCoreDeviceOrientation:(PassRefPtr<WebCore::DeviceOrientationData>)coreDeviceOrientation;
41 - (id)initWithCoreDeviceOrientation:(PassRefPtr<WebCore::DeviceOrientationData>)coreDeviceOrientation;
45 WebCore::DeviceOrientationData* core(WebDeviceOrientation*);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebViewportAttributes.h30 #include <WebCore/ViewportArguments.h>
37 static PassRefPtr<WebViewportAttributes> create(const WebCore::ViewportAttributes& attributes)
44 const WebCore::ViewportAttributes& originalAttributes() const { return m_attributes; }
47 explicit WebViewportAttributes(const WebCore::ViewportAttributes&);
49 WebCore::ViewportAttributes m_attributes;
H A DWebPolicyClient.h32 #include <WebCore/FrameLoaderTypes.h>
35 namespace WebCore { namespace
50 bool decidePolicyForNavigationAction(WebPageProxy*, WebFrameProxy*, WebCore::NavigationType, WebEvent::Modifiers, WebMouseEvent::Button, const WebCore::ResourceRequest&, WebFramePolicyListenerProxy*, APIObject* userData);
51 bool decidePolicyForNewWindowAction(WebPageProxy*, WebFrameProxy*, WebCore::NavigationType, WebEvent::Modifiers, WebMouseEvent::Button, const WebCore::ResourceRequest&, const String& frameName, WebFramePolicyListenerProxy*, APIObject* userData);
52 bool decidePolicyForResponse(WebPageProxy*, WebFrameProxy*, const WebCore::ResourceResponse&, const WebCore::ResourceRequest&, WebFramePolicyListenerProxy*, APIObject* userData);
53 void unableToImplementPolicy(WebPageProxy*, WebFrameProxy*, const WebCore::ResourceError&, APIObject* userData);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/API/mac/
H A DWKDOMInternals.h30 #import <WebCore/Node.h>
31 #import <WebCore/Range.h>
34 namespace WebCore { namespace
45 RefPtr<WebCore::Node> _impl;
48 - (id)_initWithImpl:(WebCore::Node*)impl;
53 RefPtr<WebCore::Range> _impl;
56 - (id)_initWithImpl:(WebCore::Range*)impl;
92 DOMCache<WebCore::Node*, WKDOMNode *>& WKDOMNodeCache();
93 DOMCache<WebCore::Range*, WKDOMRange *>& WKDOMRangeCache();
97 WebCore
[all...]
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebOverlay_p.h39 namespace WebCore { namespace
72 virtual WebCore::FloatPoint position() const = 0;
73 virtual void setPosition(const WebCore::FloatPoint&) = 0;
75 virtual WebCore::FloatPoint anchorPoint() const = 0;
76 virtual void setAnchorPoint(const WebCore::FloatPoint&) = 0;
78 virtual WebCore::FloatSize size() const = 0;
79 virtual void setSize(const WebCore::FloatSize&) = 0;
84 virtual WebCore::TransformationMatrix transform() const = 0;
85 virtual void setTransform(const WebCore::TransformationMatrix&) = 0;
90 virtual void addAnimation(const WTF::String& name, WebCore
169 notifyAnimationStarted(const WebCore::GraphicsLayer*, double) argument
[all...]
H A DWebPage_p.h53 namespace WebCore { namespace
102 , public WebCore::GraphicsLayerClient
112 WebPagePrivate(WebPage*, WebPageClient*, const WebCore::IntRect&);
114 static WebCore::Page* core(const WebPage*);
119 bool handleMouseEvent(WebCore::PlatformMouseEvent&);
120 bool handleWheelEvent(WebCore::PlatformWheelEvent&);
125 bool executeJavaScriptInIsolatedWorld(const WebCore::ScriptSourceCode&, JavaScriptDataType& returnType, BlackBerry::Platform::String& returnValue);
144 bool shouldZoomAboutPoint(double scale, const WebCore::FloatPoint& anchor, bool enforeScaleClamping, double* clampedScale);
147 bool zoomAboutPoint(double scale, const WebCore::FloatPoint& anchor, bool enforceScaleClamping = true, bool forceRendering = false, bool isRestoringZoomLevel = false);
148 WebCore
382 notifyAnimationStarted(const WebCore::GraphicsLayer*, double) argument
384 paintContents(const WebCore::GraphicsLayer*, WebCore::GraphicsContext&, WebCore::GraphicsLayerPaintingPhase, const WebCore::IntRect&) argument
[all...]
H A DDumpRenderTreeClient.h27 namespace WebCore { namespace
49 virtual void didStartProvisionalLoadForFrame(WebCore::Frame*) = 0;
50 virtual void didReceiveResponseForFrame(WebCore::Frame*, const WebCore::ResourceResponse&) = 0;
51 virtual void didCommitLoadForFrame(WebCore::Frame*) = 0;
52 virtual void didFailProvisionalLoadForFrame(WebCore::Frame*) = 0;
53 virtual void didFailLoadForFrame(WebCore::Frame*) = 0;
54 virtual void didFinishLoadForFrame(WebCore::Frame*) = 0;
55 virtual void didFinishDocumentLoadForFrame(WebCore::Frame*) = 0;
56 virtual void didClearWindowObjectInWorld(WebCore
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DIntRectHash.h37 template<> struct IntHash<WebCore::IntRect> {
38 static unsigned hash(const WebCore::IntRect& key)
40 return pairIntHash(DefaultHash<WebCore::IntPoint>::Hash::hash(key.location()), DefaultHash<WebCore::IntSize>::Hash::hash(key.size()));
42 static bool equal(const WebCore::IntRect& a, const WebCore::IntRect& b)
44 return DefaultHash<WebCore::IntPoint>::Hash::equal(a.location(), b.location()) && DefaultHash<WebCore::IntSize>::Hash::equal(a.size(), b.size());
48 template<> struct DefaultHash<WebCore::IntRect> { typedef IntHash<WebCore
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DWebContextMenuItemData.h31 #include <WebCore/ContextMenuItem.h>
39 namespace WebCore { namespace
50 WebContextMenuItemData(const WebCore::ContextMenuItem&, WebCore::ContextMenu* menu);
51 WebContextMenuItemData(WebCore::ContextMenuItemType, WebCore::ContextMenuAction, const String& title, bool enabled, bool checked);
52 WebContextMenuItemData(WebCore::ContextMenuAction, const String& title, bool enabled, const Vector<WebContextMenuItemData>& submenu);
54 WebCore::ContextMenuItemType type() const { return m_type; }
55 WebCore::ContextMenuAction action() const { return m_action; }
61 WebCore
[all...]
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DNotificationManager.h50 bool show(WebCore::Notification*);
51 void cancel(WebCore::Notification*);
52 void clearNotifications(WebCore::ScriptExecutionContext*);
53 void notificationObjectDestroyed(WebCore::Notification*);
55 void requestPermission(WebCore::ScriptExecutionContext*, PassRefPtr<WebCore::VoidCallback>);
58 void requestPermission(WebCore::ScriptExecutionContext*, PassRefPtr<WebCore::NotificationPermissionCallback>);
60 void cancelRequestsForPermission(WebCore::ScriptExecutionContext*);
61 WebCore
[all...]
H A DFatFingers.h33 namespace WebCore { namespace
56 FatFingers(WebPagePrivate* webpage, const WebCore::IntPoint& contentPos, TargetType);
65 static WebCore::IntRect m_debugFatFingerRect;
66 static WebCore::IntPoint m_debugFatFingerClickPosition;
67 static WebCore::IntPoint m_debugFatFingerAdjustedPosition;
73 typedef std::pair<WebCore::Node*, Platform::IntRectRegion> IntersectingRegion;
77 WebCore::Node*,
80 bool findIntersectingRegions(WebCore::Document*,
84 bool checkForClickableElement(WebCore::Element*,
87 WebCore
110 FatFingersResult(const WebCore::IntPoint& p = WebCore::IntPoint::zero(), const FatFingers::TargetType targetType = FatFingers::ClickableElement) argument
[all...]
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebNotificationClient.h26 #import <WebCore/NotificationClient.h>
29 #import <WebCore/Notification.h>
35 namespace WebCore { namespace
46 class WebNotificationClient : public WebCore::NotificationClient {
53 uint64_t notificationIDForTesting(WebCore::Notification*);
57 virtual bool show(WebCore::Notification*) OVERRIDE;
58 virtual void cancel(WebCore::Notification*) OVERRIDE;
59 virtual void clearNotifications(WebCore::ScriptExecutionContext*) OVERRIDE;
60 virtual void notificationObjectDestroyed(WebCore::Notification*) OVERRIDE;
63 virtual void requestPermission(WebCore
[all...]
H A DWebChromeClient.h30 #import <WebCore/ChromeClient.h>
31 #import <WebCore/FocusDirection.h>
36 class WebChromeClient : public WebCore::ChromeClient {
42 virtual void setWindowRect(const WebCore::FloatRect&) OVERRIDE;
43 virtual WebCore::FloatRect windowRect() OVERRIDE;
45 virtual WebCore::FloatRect pageRect() OVERRIDE;
50 virtual bool canTakeFocus(WebCore::FocusDirection) OVERRIDE;
51 virtual void takeFocus(WebCore::FocusDirection) OVERRIDE;
53 virtual void focusedNodeChanged(WebCore::Node*) OVERRIDE;
54 virtual void focusedFrameChanged(WebCore
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/Shared/CoordinatedGraphics/
H A DWebCoordinatedSurface.h26 #include <WebCore/CoordinatedSurface.h>
32 namespace WebCore { namespace
39 class WebCoordinatedSurface : public WebCore::CoordinatedSurface {
50 WebCore::GraphicsSurfaceToken graphicsSurfaceToken() const { return m_graphicsSurfaceToken; }
57 WebCore::GraphicsSurfaceToken m_graphicsSurfaceToken;
59 WebCore::IntSize m_size;
60 WebCore::CoordinatedSurface::Flags m_flags;
64 static PassRefPtr<WebCoordinatedSurface> create(const WebCore::IntSize&, Flags);
74 virtual WebCore::IntSize size() const OVERRIDE { return m_size; }
76 virtual void paintToSurface(const WebCore
[all...]
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DDOMExtensions.h27 #import <WebCore/DOMAttr.h>
28 #import <WebCore/DOMCSS.h>
29 #import <WebCore/DOMCSSStyleDeclaration.h>
30 #import <WebCore/DOMDocument.h>
31 #import <WebCore/DOMElement.h>
32 #import <WebCore/DOMHTML.h>
33 #import <WebCore/DOMHTMLAnchorElement.h>
34 #import <WebCore/DOMHTMLAreaElement.h>
35 #import <WebCore/DOMHTMLDocument.h>
36 #import <WebCore/DOMHTMLElemen
[all...]
/macosx-10.9.5/WebKit-7537.78.2/wince/WebCoreSupport/
H A DContextMenuClientWinCE.h34 class ContextMenuClientWinCE : public WebCore::ContextMenuClient {
40 virtual PassOwnPtr<WebCore::ContextMenu> customizeMenu(PassOwnPtr<WebCore::ContextMenu>);
41 virtual void contextMenuItemSelected(WebCore::ContextMenuItem*, const WebCore::ContextMenu*);
43 virtual void downloadURL(const WebCore::KURL&);
44 virtual void copyImageToClipboard(const WebCore::HitTestResult&);
45 virtual void searchWithGoogle(const WebCore::Frame*);
46 virtual void lookUpInDictionary(WebCore::Frame*);
/macosx-10.9.5/WebKit2-7537.78.2/NetworkProcess/FileAPI/
H A DNetworkBlobRegistry.h31 #include <WebCore/KURLHash.h>
35 namespace WebCore { namespace
50 void registerBlobURL(NetworkConnectionToWebProcess*, const WebCore::KURL&, PassOwnPtr<WebCore::BlobData>, const Vector<RefPtr<SandboxExtension>>&);
51 void registerBlobURL(NetworkConnectionToWebProcess*, const WebCore::KURL&, const WebCore::KURL& srcURL);
52 void unregisterBlobURL(NetworkConnectionToWebProcess*, const WebCore::KURL&);
56 const Vector<RefPtr<SandboxExtension>> sandboxExtensions(const WebCore::KURL&);
64 typedef HashMap<NetworkConnectionToWebProcess*, HashSet<WebCore::KURL>> BlobForConnectionMap;
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/test/ObjC/
H A DDOMFloat64Array.mm50 #define IMPL static_cast<WebCore::Float64Array*>(reinterpret_cast<WebCore::Node*>(_internal))
56 WebCore::JSMainThreadNullState state;
62 WebCore::Float64Array* core(DOMFloat64Array *wrapper)
64 return wrapper ? reinterpret_cast<WebCore::Float64Array*>(wrapper->_internal) : 0;
67 DOMFloat64Array *kit(WebCore::Float64Array* value)
70 return static_cast<DOMFloat64Array*>(kit(static_cast<WebCore::Node*>(value)));
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebDesktopNotificationsDelegate.h31 #include <WebCore/COMPtr.h>
32 #include <WebCore/Notification.h>
33 #include <WebCore/NotificationClient.h>
39 namespace WebCore { namespace
44 class WebDesktopNotificationsDelegate : public WebCore::NotificationClient {
48 /* WebCore::NotificationClient interface */
49 virtual bool show(WebCore::Notification* object);
50 virtual void cancel(WebCore::Notification* object);
51 virtual void notificationObjectDestroyed(WebCore::Notification* object);
54 virtual void requestPermission(WebCore
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Storage/
H A DStorageNamespaceImpl.h29 #include <WebCore/SecurityOriginHash.h>
30 #include <WebCore/StorageArea.h>
31 #include <WebCore/StorageNamespace.h>
39 class StorageNamespaceImpl : public WebCore::StorageNamespace {
41 static PassRefPtr<StorageNamespaceImpl> createLocalStorageNamespace(WebCore::PageGroup*);
45 WebCore::StorageType storageType() const { return m_storageType; }
50 explicit StorageNamespaceImpl(WebCore::StorageType, uint64_t storageNamespaceID, unsigned quotaInBytes);
52 virtual PassRefPtr<WebCore::StorageArea> storageArea(PassRefPtr<WebCore::SecurityOrigin>) OVERRIDE;
53 virtual PassRefPtr<WebCore
[all...]
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_touch_event.cpp35 class WebKitPlatformTouchPoint : public WebCore::PlatformTouchPoint {
37 WebKitPlatformTouchPoint(unsigned id, const WebCore::IntPoint& windowPos, WebCore::PlatformTouchPoint::State state)
46 class WebKitPlatformTouchEvent : public WebCore::PlatformTouchEvent {
48 WebKitPlatformTouchEvent(const Eina_List* points, const WebCore::IntPoint& pos, Ewk_Touch_Event_Type action, unsigned modifiers)
52 m_type = WebCore::PlatformEvent::TouchStart;
55 m_type = WebCore::PlatformEvent::TouchMove;
58 m_type = WebCore::PlatformEvent::TouchEnd;
61 m_type = WebCore::PlatformEvent::TouchCancel;
69 m_modifiers |= WebCore
[all...]

Completed in 133 milliseconds

1234567891011>>