Searched refs:WebCore (Results 51 - 75 of 4414) sorted by relevance

1234567891011>>

/external/webkit/WebCore/platform/win/
H A DSystemInfo.h29 namespace WebCore { namespace
33 } // namespace WebCore
/external/webkit/WebCore/platform/wince/
H A DKURLWince.cpp23 namespace WebCore { namespace
H A DSystemTimeWince.cpp32 namespace WebCore { namespace
/external/webkit/WebCore/platform/wx/
H A DSystemTimeWx.cpp33 namespace WebCore { namespace
/external/webkit/WebCore/plugins/
H A DPluginDataNone.cpp30 namespace WebCore { namespace
/external/webkit/WebCore/xml/
H A DXPathNSResolver.cpp32 namespace WebCore { namespace
/external/webkit/WebKit/win/WebCoreSupport/
H A DWebFrameLoaderClient.h33 #include <WebCore/FrameLoaderClient.h>
36 namespace WebCore { namespace
44 class WebFrameLoaderClient : public WebCore::FrameLoaderClient {
50 virtual void assignIdentifierToInitialRequest(unsigned long identifier, WebCore::DocumentLoader*, const WebCore::ResourceRequest&);
52 virtual void dispatchWillSendRequest(WebCore::DocumentLoader*, unsigned long identifier, WebCore::ResourceRequest&, const WebCore::ResourceResponse& redirectResponse);
53 virtual bool shouldUseCredentialStorage(WebCore::DocumentLoader*, unsigned long identifier);
54 virtual void dispatchDidReceiveAuthenticationChallenge(WebCore
[all...]
H A DWebEditorClient.h31 #include <WebCore/EditorClient.h>
39 class WebEditorClient : public WebCore::EditorClient {
54 virtual bool shouldBeginEditing(WebCore::Range*);
55 virtual bool shouldEndEditing(WebCore::Range*);
56 virtual bool shouldInsertText(const WebCore::String&, WebCore::Range*, WebCore::EditorInsertAction);
66 bool shouldShowDeleteInterface(WebCore::HTMLElement*);
67 bool shouldDeleteRange(WebCore::Range*);
69 bool shouldInsertNode(WebCore
[all...]
H A DWebContextMenuClient.h26 #include <WebCore/ContextMenuClient.h>
29 namespace WebCore { namespace
34 class WebContextMenuClient : public WebCore::ContextMenuClient {
40 virtual HMENU getCustomMenuFromDefaultItems(WebCore::ContextMenu*);
41 virtual void contextMenuItemSelected(WebCore::ContextMenuItem*, const WebCore::ContextMenu*);
43 virtual void downloadURL(const WebCore::KURL&);
44 virtual void searchWithGoogle(const WebCore::Frame*);
45 virtual void lookUpInDictionary(WebCore::Frame*);
46 virtual void speak(const WebCore
[all...]
/external/webkit/WebCore/platform/mac/
H A DFileSystemMac.mm33 namespace WebCore {
40 } // namespace WebCore
/external/webkit/WebKit/chromium/src/linux/
H A DWebRenderTheme.cpp37 using WebCore::RenderTheme;
38 using WebCore::RenderThemeChromiumLinux;
/external/webkit/WebKit/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 {
59 void receivedPolicyDecison(WebCore::PolicyAction);
64 virtual void makeRepresentation(WebCore::DocumentLoader*);
74 virtual void download(WebCore::ResourceHandle*, const WebCore::ResourceRequest&, const WebCore
[all...]
H A DWebDragClient.h26 #import <WebCore/DragClient.h>
30 class WebDragClient : public WebCore::DragClient {
33 virtual void willPerformDragDestinationAction(WebCore::DragDestinationAction, WebCore::DragData*);
34 virtual void willPerformDragSourceAction(WebCore::DragSourceAction, const WebCore::IntPoint&, WebCore::Clipboard*);
35 virtual WebCore::DragDestinationAction actionMaskForDrag(WebCore::DragData*);
37 virtual WebCore
[all...]
H A DWebContextMenuClient.h29 #import <WebCore/ContextMenuClient.h>
33 class WebContextMenuClient : public WebCore::ContextMenuClient {
39 virtual NSMutableArray* getCustomMenuFromDefaultItems(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::Frame*);
46 virtual void speak(const WebCore::String&);
H A DWebPluginHalterClient.h26 #import <WebCore/PluginHalterClient.h>
28 namespace WebCore { namespace
35 class WebPluginHalterClient : public WebCore::PluginHalterClient {
39 virtual bool shouldHaltPlugin(WebCore::Node*, bool, const WebCore::String&) const;
H A DWebChromeClient.h30 #import <WebCore/ChromeClient.h>
31 #import <WebCore/FocusDirection.h>
36 class WebChromeClient : public WebCore::ChromeClient {
43 virtual void setWindowRect(const WebCore::FloatRect&);
44 virtual WebCore::FloatRect windowRect();
46 virtual WebCore::FloatRect pageRect();
53 virtual bool canTakeFocus(WebCore::FocusDirection);
54 virtual void takeFocus(WebCore::FocusDirection);
56 virtual void focusedNodeChanged(WebCore::Node*);
58 virtual WebCore
[all...]
/external/webkit/WebCore/bindings/objc/
H A DDOMSVGPathSegInternal.mm55 Class kitClass(WebCore::SVGPathSeg* impl)
58 case WebCore::SVGPathSeg::PATHSEG_UNKNOWN:
60 case WebCore::SVGPathSeg::PATHSEG_CLOSEPATH:
62 case WebCore::SVGPathSeg::PATHSEG_MOVETO_ABS:
64 case WebCore::SVGPathSeg::PATHSEG_MOVETO_REL:
66 case WebCore::SVGPathSeg::PATHSEG_LINETO_ABS:
68 case WebCore::SVGPathSeg::PATHSEG_LINETO_REL:
70 case WebCore::SVGPathSeg::PATHSEG_CURVETO_CUBIC_ABS:
72 case WebCore::SVGPathSeg::PATHSEG_CURVETO_CUBIC_REL:
74 case WebCore
[all...]
/external/webkit/WebKit/chromium/src/
H A DChromeClientImpl.h36 namespace WebCore { namespace
49 // Handles window-level notifications from WebCore on behalf of a WebView.
50 class ChromeClientImpl : public WebCore::ChromeClientChromium {
59 virtual void setWindowRect(const WebCore::FloatRect&);
60 virtual WebCore::FloatRect windowRect();
61 virtual WebCore::FloatRect pageRect();
65 virtual bool canTakeFocus(WebCore::FocusDirection);
66 virtual void takeFocus(WebCore::FocusDirection);
67 virtual void focusedNodeChanged(WebCore::Node*);
68 virtual WebCore
109 scrollRectIntoView( const WebCore::IntRect&, const WebCore::ScrollView*) const argument
124 requestGeolocationPermissionForFrame( WebCore::Frame*, WebCore::Geolocation*) argument
[all...]
H A DFrameLoaderClientImpl.h48 class FrameLoaderClientImpl : public WebCore::FrameLoaderClient {
55 // WebCore::FrameLoaderClient ----------------------------------------------
62 virtual void dispatchDidClearWindowObjectInWorld(WebCore::DOMWrapperWorld*);
76 virtual void makeRepresentation(WebCore::DocumentLoader*);
82 virtual void assignIdentifierToInitialRequest(unsigned long identifier, WebCore::DocumentLoader*, const WebCore::ResourceRequest&);
83 virtual void dispatchWillSendRequest(WebCore::DocumentLoader*, unsigned long identifier, WebCore::ResourceRequest&, const WebCore::ResourceResponse& redirectResponse);
84 virtual bool shouldUseCredentialStorage(WebCore
[all...]
H A DDragClientImpl.h37 namespace WebCore { namespace
47 class DragClientImpl : public WebCore::DragClient {
52 WebCore::DragDestinationAction, WebCore::DragData*);
54 WebCore::DragSourceAction, const WebCore::IntPoint&, WebCore::Clipboard*);
55 virtual WebCore::DragDestinationAction actionMaskForDrag(WebCore::DragData*);
56 virtual WebCore
[all...]
H A DEditorClientImpl.h38 namespace WebCore { namespace
45 class EditorClientImpl : public WebCore::EditorClient {
52 virtual bool shouldShowDeleteInterface(WebCore::HTMLElement*);
61 virtual bool shouldBeginEditing(WebCore::Range*);
62 virtual bool shouldEndEditing(WebCore::Range*);
63 virtual bool shouldInsertNode(WebCore::Node*, WebCore::Range*, WebCore::EditorInsertAction);
64 virtual bool shouldInsertText(const WebCore::String&, WebCore
[all...]
H A DWebWorkerBase.h42 namespace WebCore { namespace
55 class WebWorkerBase : public WebCore::WorkerObjectProxy
56 , public WebCore::WorkerLoaderProxy {
61 // WebCore::WorkerObjectProxy methods:
63 PassRefPtr<WebCore::SerializedScriptValue>,
64 PassOwnPtr<WebCore::MessagePortChannelArray>);
66 const WebCore::String&, int, const WebCore::String&);
68 WebCore::MessageDestination, WebCore
[all...]
/external/webkit/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.h30 class ChromeClient : public WebCore::ChromeClient {
37 virtual void setWindowRect(const WebCore::FloatRect&);
38 virtual WebCore::FloatRect windowRect();
40 virtual WebCore::FloatRect pageRect();
47 virtual bool canTakeFocus(WebCore::FocusDirection);
48 virtual void takeFocus(WebCore::FocusDirection);
50 virtual void focusedNodeChanged(WebCore::Node*);
52 virtual WebCore::Page* createWindow(WebCore::Frame*, const WebCore
111 formStateDidChange(const WebCore::Node*) argument
117 scrollRectIntoView(const WebCore::IntRect&, const WebCore::ScrollView*) const argument
[all...]
/external/webkit/WebKit/mac/Storage/
H A DWebDatabaseTrackerClient.h31 #import <WebCore/DatabaseTrackerClient.h>
33 class WebDatabaseTrackerClient : public WebCore::DatabaseTrackerClient {
38 virtual void dispatchDidModifyOrigin(WebCore::SecurityOrigin*);
39 virtual void dispatchDidModifyDatabase(WebCore::SecurityOrigin*, const WebCore::String& databaseIdentifier);
/external/webkit/WebKit/wx/
H A DWebFramePrivate.h44 WebCore::Frame* frame;
50 WebCore::KURL url;
51 WebCore::String name;
52 WebCore::HTMLFrameOwnerElement* ownerElement;
54 WebCore::String referrer;

Completed in 231 milliseconds

1234567891011>>