Searched refs:WebCore (Results 201 - 225 of 6663) sorted by relevance

1234567891011>>

/external/webkit/Source/WebKit/chromium/src/
H A DContextMenuClientImpl.h41 class ContextMenuClientImpl : public WebCore::ContextMenuClient {
45 virtual void copyImageToClipboard(const WebCore::HitTestResult&) {} argument
47 virtual void contextMenuItemSelected(WebCore::ContextMenuItem*, const WebCore::ContextMenu*) {} argument
48 virtual void downloadURL(const WebCore::KURL&) {} argument
49 virtual WebCore::PlatformMenuDescription getCustomMenuFromDefaultItems(WebCore::ContextMenu*);
51 virtual void lookUpInDictionary(WebCore::Frame*) {}
52 virtual void searchWithGoogle(const WebCore::Frame*) {} argument
57 void populateCustomMenuItems(WebCore
[all...]
H A DDeviceOrientationClientProxy.h34 namespace WebCore { namespace
40 class DeviceOrientationClientProxy : public WebCore::DeviceOrientationClient {
47 void setController(WebCore::DeviceOrientationController*);
50 WebCore::DeviceOrientation* lastOrientation() const;
55 mutable RefPtr<WebCore::DeviceOrientation> m_lastOrientation;
H A DEventListenerWrapper.h36 namespace WebCore { namespace
46 class EventListenerWrapper : public WebCore::EventListener {
51 virtual bool operator==(const WebCore::EventListener&);
52 virtual void handleEvent(WebCore::ScriptExecutionContext*, WebCore::Event*);
H A DWebPasswordFormUtils.h36 namespace WebCore { namespace
46 WebCore::HTMLInputElement* userName;
47 Vector<WebCore::HTMLInputElement*> passwords;
48 WebCore::HTMLFormControlElement* submit;
52 void findPasswordFormFields(WebCore::HTMLFormElement* form,
H A DWorkerFileWriterCallbacksBridge.h43 namespace WebCore { namespace
82 class WorkerFileWriterCallbacksBridge : public ThreadSafeRefCounted<WorkerFileWriterCallbacksBridge>, public WebCore::WorkerContext::Observer, public WebFileWriterClient {
89 static PassRefPtr<WorkerFileWriterCallbacksBridge> create(const String& path, WebCore::WorkerLoaderProxy* proxy, WebCore::ScriptExecutionContext* workerContext, WebCore::AsyncFileWriterClient* client)
95 void postWriteToMainThread(long long position, const WebCore::KURL& data);
113 WorkerFileWriterCallbacksBridge(const String& path, WebCore::WorkerLoaderProxy*, WebCore::ScriptExecutionContext*, WebCore::AsyncFileWriterClient*);
118 static void writeOnMainThread(WebCore
[all...]
H A DWebInputEventConversion.h41 namespace WebCore { namespace
56 // corresponding WebCore events.
58 class PlatformMouseEventBuilder : public WebCore::PlatformMouseEvent {
60 PlatformMouseEventBuilder(WebCore::Widget*, const WebMouseEvent&);
63 class PlatformWheelEventBuilder : public WebCore::PlatformWheelEvent {
65 PlatformWheelEventBuilder(WebCore::Widget*, const WebMouseWheelEvent&);
68 class PlatformKeyboardEventBuilder : public WebCore::PlatformKeyboardEvent {
76 class PlatformTouchPointBuilder : public WebCore::PlatformTouchPoint {
78 PlatformTouchPointBuilder(WebCore::Widget*, const WebTouchPoint&);
81 class PlatformTouchEventBuilder : public WebCore
[all...]
H A DNotificationPresenterImpl.h46 class NotificationPresenterImpl : public WebCore::NotificationPresenter {
53 // WebCore::NotificationPresenter implementation.
54 virtual bool show(WebCore::Notification* object);
55 virtual void cancel(WebCore::Notification* object);
56 virtual void notificationObjectDestroyed(WebCore::Notification* object);
57 virtual WebCore::NotificationPresenter::Permission checkPermission(WebCore::ScriptExecutionContext*);
58 virtual void requestPermission(WebCore::ScriptExecutionContext* , WTF::PassRefPtr<WebCore::VoidCallback> callback);
59 virtual void cancelRequestsForPermission(WebCore
[all...]
H A DWebScrollbarImpl.h39 namespace WebCore { namespace
46 public WebCore::ScrollableArea {
60 // WebCore::ScrollableArea methods
61 virtual int scrollSize(WebCore::ScrollbarOrientation) const;
62 virtual int scrollPosition(WebCore::Scrollbar*) const;
63 virtual void setScrollOffset(const WebCore::IntPoint&);
64 virtual void invalidateScrollbarRect(WebCore::Scrollbar*, const WebCore::IntRect&);
65 virtual void invalidateScrollCornerRect(const WebCore::IntRect&);
67 virtual WebCore
[all...]
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DContextMenuClientGtk.h33 namespace WebCore { namespace
39 class ContextMenuClient : public WebCore::ContextMenuClient
46 virtual WebCore::PlatformMenuDescription getCustomMenuFromDefaultItems(WebCore::ContextMenu*);
47 virtual void contextMenuItemSelected(WebCore::ContextMenuItem*, const WebCore::ContextMenu*);
49 virtual void downloadURL(const WebCore::KURL& url);
50 virtual void copyImageToClipboard(const WebCore::HitTestResult&);
51 virtual void searchWithGoogle(const WebCore::Frame*);
52 virtual void lookUpInDictionary(WebCore
[all...]
H A DEditorClientGtk.h50 namespace WebCore { namespace
57 class EditorClient : public WebCore::EditorClient {
61 WTF::Deque<WTF::RefPtr<WebCore::EditCommand> > undoStack;
62 WTF::Deque<WTF::RefPtr<WebCore::EditCommand> > redoStack;
74 void generateEditorCommands(const WebCore::KeyboardEvent*);
75 bool executePendingEditorCommands(WebCore::Frame*, bool);
80 virtual bool shouldDeleteRange(WebCore::Range*);
81 virtual bool shouldShowDeleteInterface(WebCore::HTMLElement*);
90 virtual bool shouldBeginEditing(WebCore::Range*);
91 virtual bool shouldEndEditing(WebCore
[all...]
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebContextMenuClient.h26 #include <WebCore/ContextMenu.h>
27 #include <WebCore/ContextMenuClient.h>
33 class WebContextMenuClient : public WebCore::ContextMenuClient {
39 virtual PassOwnPtr<WebCore::ContextMenu> customizeMenu(PassOwnPtr<WebCore::ContextMenu>);
40 virtual void contextMenuItemSelected(WebCore::ContextMenuItem*, const WebCore::ContextMenu*);
42 virtual void downloadURL(const WebCore::KURL&);
43 virtual void searchWithGoogle(const WebCore::Frame*);
44 virtual void lookUpInDictionary(WebCore
[all...]
H A DWebFrameLoaderClient.h32 #include <WebCore/FrameLoaderClient.h>
34 namespace WebCore { namespace
43 class WebFrameLoaderClient : public WebCore::FrameLoaderClient {
49 virtual void assignIdentifierToInitialRequest(unsigned long identifier, WebCore::DocumentLoader*, const WebCore::ResourceRequest&);
51 virtual void dispatchWillSendRequest(WebCore::DocumentLoader*, unsigned long identifier, WebCore::ResourceRequest&, const WebCore::ResourceResponse& redirectResponse);
52 virtual bool shouldUseCredentialStorage(WebCore::DocumentLoader*, unsigned long identifier);
53 virtual void dispatchDidReceiveAuthenticationChallenge(WebCore
[all...]
H A DWebEditorClient.h30 #include <WebCore/EditorClient.h>
31 #include <WebCore/TextCheckerClient.h>
38 class WebEditorClient : public WebCore::EditorClient, public WebCore::TextCheckerClient {
51 virtual bool shouldBeginEditing(WebCore::Range*);
52 virtual bool shouldEndEditing(WebCore::Range*);
53 virtual bool shouldInsertText(const WTF::String&, WebCore::Range*, WebCore::EditorInsertAction);
63 bool shouldShowDeleteInterface(WebCore::HTMLElement*);
64 bool shouldDeleteRange(WebCore
[all...]
/external/webkit/Source/WebCore/bindings/gobject/
H A DWebKitDOMBinding.h30 namespace WebCore { namespace
35 } // namespace WebCore
38 WebKitDOMNode* kit(WebCore::Node* node);
39 WebKitDOMElement* kit(WebCore::Element* element);
40 WebKitDOMEvent* kit(WebCore::Event* event);
41 WebKitDOMEventTarget* kit(WebCore::EventTarget* target);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebDeviceOrientationInternal.h28 #import <WebCore/DeviceOrientation.h>
33 RefPtr<WebCore::DeviceOrientation> m_orientation;
36 - (id)initWithCoreDeviceOrientation:(PassRefPtr<WebCore::DeviceOrientation>)coreDeviceOrientation;
41 - (id)initWithCoreDeviceOrientation:(PassRefPtr<WebCore::DeviceOrientation>)coreDeviceOrientation;
45 WebCore::DeviceOrientation* core(WebDeviceOrientation*);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/gtk/
H A DWebFrameNetworkingContext.h30 #include <WebCore/FrameNetworkingContext.h>
32 class WebFrameNetworkingContext : public WebCore::FrameNetworkingContext {
34 static PassRefPtr<WebFrameNetworkingContext> create(WebCore::Frame*)
40 WebFrameNetworkingContext(WebCore::Frame* frame)
41 : WebCore::FrameNetworkingContext(frame)
/external/webkit/Source/WebCore/platform/graphics/
H A DIntRectHash.h37 template<> struct IntHash<WebCore::IntRect> {
38 static unsigned hash(const WebCore::IntRect& key)
40 return intHash(static_cast<uint64_t>(DefaultHash<WebCore::IntPoint>::Hash::hash(key.location())) << 32 | 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...]
/external/webkit/Source/WebKit2/Shared/
H A DWebContextMenuItemData.h29 #include <WebCore/ContextMenuItem.h>
37 namespace WebCore { namespace
48 WebContextMenuItemData(const WebCore::ContextMenuItem&, WebCore::ContextMenu* menu);
49 WebContextMenuItemData(WebCore::ContextMenuItemType, WebCore::ContextMenuAction, const String& title, bool enabled, bool checked);
50 WebContextMenuItemData(WebCore::ContextMenuAction, const String& title, bool enabled, const Vector<WebContextMenuItemData>& submenu);
52 WebCore::ContextMenuItemType type() const { return m_type; }
53 WebCore::ContextMenuAction action() const { return m_action; }
59 WebCore
[all...]
/external/webkit/Source/WebKit2/UIProcess/
H A DTiledDrawingAreaProxy.h32 #include <WebCore/GraphicsContext.h>
33 #include <WebCore/IntRect.h>
77 void takeSnapshot(const WebCore::IntSize& size, const WebCore::IntRect& contentsRect);
84 void paint(WebCore::GraphicsContext*, const WebCore::IntRect&);
86 WebCore::IntSize tileSize() { return m_tileSize; }
87 void setTileSize(const WebCore::IntSize&);
93 void getKeepAndCoverAreaMultipliers(WebCore::FloatSize& keepMultiplier, WebCore
[all...]
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);
/external/webkit/Source/WebCore/bindings/scripts/test/ObjC/
H A DDOMTestObj.mm58 #define IMPL reinterpret_cast<WebCore::TestObj*>(_internal)
81 WebCore::JSMainThreadNullState state;
87 WebCore::JSMainThreadNullState state;
93 WebCore::JSMainThreadNullState state;
99 WebCore::JSMainThreadNullState state;
105 WebCore::JSMainThreadNullState state;
111 WebCore::JSMainThreadNullState state;
117 WebCore::JSMainThreadNullState state;
123 WebCore::JSMainThreadNullState state;
129 WebCore
[all...]
/external/webkit/Source/WebCore/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...]
/external/webkit/Source/WebKit/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*);
H A DEditorClientWinCE.h35 class EditorClientWinCE : public WebCore::EditorClient, public WebCore::TextCheckerClient {
42 virtual bool shouldDeleteRange(WebCore::Range*);
43 virtual bool shouldShowDeleteInterface(WebCore::HTMLElement*);
52 virtual bool shouldBeginEditing(WebCore::Range*);
53 virtual bool shouldEndEditing(WebCore::Range*);
54 virtual bool shouldInsertNode(WebCore::Node*, WebCore::Range*, WebCore::EditorInsertAction);
55 virtual bool shouldInsertText(const WTF::String&, WebCore
[all...]
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebPopupMenu.h26 #include <WebCore/PopupMenu.h>
31 namespace WebCore { namespace
41 class WebPopupMenu : public WebCore::PopupMenu {
43 static PassRefPtr<WebPopupMenu> create(WebPage*, WebCore::PopupMenuClient*);
52 virtual void show(const WebCore::IntRect&, WebCore::FrameView*, int index);
58 WebPopupMenu(WebPage*, WebCore::PopupMenuClient*);
61 void setUpPlatformData(const WebCore::IntRect& pageCoordinates, PlatformPopupMenuData&);
63 WebCore::PopupMenuClient* m_popupClient;

Completed in 303 milliseconds

1234567891011>>