/external/webkit/Source/WebCore/ |
D | GNUmakefile.list.am | 2 DerivedSources/WebCore/tokenizer.cpp 5 DerivedSources/WebCore/CSSGrammar.cpp \ 6 DerivedSources/WebCore/CSSGrammar.h \ 7 DerivedSources/WebCore/CSSPropertyNames.h \ 8 DerivedSources/WebCore/CSSPropertyNames.cpp \ 9 DerivedSources/WebCore/CSSValueKeywords.h \ 10 DerivedSources/WebCore/CSSValueKeywords.cpp \ 11 DerivedSources/WebCore/ColorData.cpp \ 12 DerivedSources/WebCore/DocTypeStrings.cpp \ 13 DerivedSources/WebCore/HashTools.h \ [all …]
|
D | GNUmakefile.am | 4 WEBCORE_CSS_PROPERTY_NAMES := $(WebCore)/css/CSSPropertyNames.in 5 WEBCORE_CSS_VALUE_KEYWORDS := $(WebCore)/css/CSSValueKeywords.in 8 -I$(srcdir)/Source/WebCore \ 9 -I$(srcdir)/Source/WebCore/accessibility \ 10 -I$(srcdir)/Source/WebCore/bindings \ 11 -I$(srcdir)/Source/WebCore/bindings/generic \ 12 -I$(srcdir)/Source/WebCore/bindings/js \ 13 -I$(srcdir)/Source/WebCore/bindings/js/specialization \ 14 -I$(srcdir)/Source/WebCore/bridge \ 15 -I$(srcdir)/Source/WebCore/bridge/c \ [all …]
|
D | ChangeLog-2006-12-31 | 7 * WebCore.xcodeproj/project.pbxproj: 9 (WebCore::SVGPathElement::createSVGPathSegMovetoAbs): 10 (WebCore::SVGPathElement::createSVGPathSegMovetoRel): 11 (WebCore::SVGPathElement::createSVGPathSegLinetoAbs): 12 (WebCore::SVGPathElement::createSVGPathSegLinetoRel): 13 (WebCore::SVGPathElement::createSVGPathSegCurvetoCubicAbs): 14 (WebCore::SVGPathElement::createSVGPathSegCurvetoCubicRel): 15 (WebCore::SVGPathElement::createSVGPathSegCurvetoQuadraticAbs): 16 (WebCore::SVGPathElement::createSVGPathSegCurvetoQuadraticRel): 17 (WebCore::SVGPathElement::createSVGPathSegArcAbs): [all …]
|
/external/webkit/Source/WebCore/bindings/objc/ |
D | DOMSVG.h | 27 #import <WebCore/DOMSVGAElement.h> 28 #import <WebCore/DOMSVGAltGlyphElement.h> 29 #import <WebCore/DOMSVGAngle.h> 30 #import <WebCore/DOMSVGAnimateColorElement.h> 31 #import <WebCore/DOMSVGAnimateElement.h> 32 #import <WebCore/DOMSVGAnimateTransformElement.h> 33 #import <WebCore/DOMSVGAnimatedAngle.h> 34 #import <WebCore/DOMSVGAnimatedBoolean.h> 35 #import <WebCore/DOMSVGAnimatedEnumeration.h> 36 #import <WebCore/DOMSVGAnimatedInteger.h> [all …]
|
D | DOMHTML.h | 27 #import <WebCore/DOMCore.h> 29 #import <WebCore/DOMBlob.h> 30 #import <WebCore/DOMFile.h> 31 #import <WebCore/DOMFileList.h> 32 #import <WebCore/DOMHTMLAnchorElement.h> 33 #import <WebCore/DOMHTMLAppletElement.h> 34 #import <WebCore/DOMHTMLAreaElement.h> 35 #import <WebCore/DOMHTMLBRElement.h> 36 #import <WebCore/DOMHTMLBaseElement.h> 37 #import <WebCore/DOMHTMLBaseFontElement.h> [all …]
|
/external/webkit/Source/WebKit2/Shared/API/c/ |
D | WKSharedAPICast.h | 174 inline ProxyingRefPtr<WebError> toAPI(const WebCore::ResourceError& error) in toAPI() 179 inline ProxyingRefPtr<WebURLRequest> toAPI(const WebCore::ResourceRequest& request) in toAPI() 184 inline ProxyingRefPtr<WebURLResponse> toAPI(const WebCore::ResourceResponse& response) in toAPI() 191 inline WebCore::FloatRect toFloatRect(const WKRect& wkRect) in toFloatRect() 193 …return WebCore::FloatRect(static_cast<float>(wkRect.origin.x), static_cast<float>(wkRect.origin.y), in toFloatRect() 197 inline WebCore::IntSize toIntSize(const WKSize& wkSize) in toIntSize() 199 return WebCore::IntSize(static_cast<int>(wkSize.width), static_cast<int>(wkSize.height)); in toIntSize() 202 inline WebCore::IntPoint toIntPoint(const WKPoint& wkPoint) in toIntPoint() 204 return WebCore::IntPoint(static_cast<int>(wkPoint.x), static_cast<int>(wkPoint.y)); in toIntPoint() 207 inline WebCore::IntRect toIntRect(const WKRect& wkRect) in toIntRect() [all …]
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
D | FrameLoaderClientWinCE.h | 37 class FrameLoaderClientWinCE : public WebCore::FrameLoaderClient { 47 virtual void makeRepresentation(WebCore::DocumentLoader*); 56 …signIdentifierToInitialRequest(unsigned long identifier, WebCore::DocumentLoader*, const WebCore::… 58 … void dispatchWillSendRequest(WebCore::DocumentLoader*, unsigned long identifier, WebCore::Resour… 59 virtual bool shouldUseCredentialStorage(WebCore::DocumentLoader*, unsigned long identifier); 60 …d dispatchDidReceiveAuthenticationChallenge(WebCore::DocumentLoader*, unsigned long identifier, co… 61 …d dispatchDidCancelAuthenticationChallenge(WebCore::DocumentLoader*, unsigned long identifier, co… 62 …virtual void dispatchDidReceiveResponse(WebCore::DocumentLoader*, unsigned long identifier, const… 63 …virtual void dispatchDidReceiveContentLength(WebCore::DocumentLoader*, unsigned long identifier, i… 64 virtual void dispatchDidFinishLoading(WebCore::DocumentLoader*, unsigned long identifier); [all …]
|
D | ChromeClientWinCE.h | 34 class ChromeClientWinCE : public WebCore::ChromeClient { 40 virtual void setWindowRect(const WebCore::FloatRect&); 41 virtual WebCore::FloatRect windowRect(); 43 virtual WebCore::FloatRect pageRect(); 50 virtual bool canTakeFocus(WebCore::FocusDirection); 51 virtual void takeFocus(WebCore::FocusDirection); 53 virtual void focusedNodeChanged(WebCore::Node*); 54 virtual void focusedFrameChanged(WebCore::Frame*); 60 …virtual WebCore::Page* createWindow(WebCore::Frame*, const WebCore::FrameLoadRequest&, const WebCo… 80 …virtual void addMessageToConsole(WebCore::MessageSource, WebCore::MessageType, WebCore::MessageLev… [all …]
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebFrameLoaderClient.h | 36 class WebFrameLoaderClient : public WebCore::FrameLoaderClient { 51 virtual void makeRepresentation(WebCore::DocumentLoader*); 60 …signIdentifierToInitialRequest(unsigned long identifier, WebCore::DocumentLoader*, const WebCore::… 62 … void dispatchWillSendRequest(WebCore::DocumentLoader*, unsigned long identifier, WebCore::Resourc… 63 virtual bool shouldUseCredentialStorage(WebCore::DocumentLoader*, unsigned long identifier); 64 …d dispatchDidReceiveAuthenticationChallenge(WebCore::DocumentLoader*, unsigned long identifier, co… 65 …id dispatchDidCancelAuthenticationChallenge(WebCore::DocumentLoader*, unsigned long identifier, co… 67 … bool canAuthenticateAgainstProtectionSpace(WebCore::DocumentLoader*, unsigned long identifier, co… 69 …virtual void dispatchDidReceiveResponse(WebCore::DocumentLoader*, unsigned long identifier, const … 70 …virtual void dispatchDidReceiveContentLength(WebCore::DocumentLoader*, unsigned long identifier, i… [all …]
|
D | WebChromeClient.h | 39 class WebChromeClient : public WebCore::ChromeClient { 55 virtual void setWindowRect(const WebCore::FloatRect&); 56 virtual WebCore::FloatRect windowRect(); 58 virtual WebCore::FloatRect pageRect(); 65 virtual bool canTakeFocus(WebCore::FocusDirection); 66 virtual void takeFocus(WebCore::FocusDirection); 68 virtual void focusedNodeChanged(WebCore::Node*); 69 virtual void focusedFrameChanged(WebCore::Frame*); 75 …virtual WebCore::Page* createWindow(WebCore::Frame*, const WebCore::FrameLoadRequest&, const WebCo… 95 …virtual void addMessageToConsole(WebCore::MessageSource, WebCore::MessageType, WebCore::MessageLev… [all …]
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | FrameLoaderClientGtk.h | 42 class FrameLoaderClient : public WebCore::FrameLoaderClient { 52 virtual void makeRepresentation(WebCore::DocumentLoader*); 61 …signIdentifierToInitialRequest(unsigned long identifier, WebCore::DocumentLoader*, const WebCore::… 63 … void dispatchWillSendRequest(WebCore::DocumentLoader*, unsigned long identifier, WebCore::Resour… 64 virtual bool shouldUseCredentialStorage(WebCore::DocumentLoader*, unsigned long identifier); 65 …d dispatchDidReceiveAuthenticationChallenge(WebCore::DocumentLoader*, unsigned long identifier, co… 66 …d dispatchDidCancelAuthenticationChallenge(WebCore::DocumentLoader*, unsigned long identifier, co… 67 …virtual void dispatchDidReceiveResponse(WebCore::DocumentLoader*, unsigned long identifier, const… 68 …virtual void dispatchDidReceiveContentLength(WebCore::DocumentLoader*, unsigned long identifier, i… 69 virtual void dispatchDidFinishLoading(WebCore::DocumentLoader*, unsigned long identifier); [all …]
|
D | ChromeClientGtk.h | 31 namespace WebCore { 37 class ChromeClient : public WebCore::ChromeClient { 44 virtual void setWindowRect(const WebCore::FloatRect&); 45 virtual WebCore::FloatRect windowRect(); 47 virtual WebCore::FloatRect pageRect(); 54 virtual bool canTakeFocus(WebCore::FocusDirection); 55 virtual void takeFocus(WebCore::FocusDirection); 57 virtual void focusedNodeChanged(WebCore::Node*); 58 virtual void focusedFrameChanged(WebCore::Frame*); 60 …virtual WebCore::Page* createWindow(WebCore::Frame*, const WebCore::FrameLoadRequest&, const WebCo… [all …]
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebFrameLoaderClient.h | 29 #import <WebCore/FrameLoaderClient.h> 30 #import <WebCore/Timer.h> 41 namespace WebCore { 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::Re… 76 …signIdentifierToInitialRequest(unsigned long identifier, WebCore::DocumentLoader*, const WebCore::… 78 … void dispatchWillSendRequest(WebCore::DocumentLoader*, unsigned long identifier, WebCore::Resourc… [all …]
|
D | WebChromeClient.h | 30 #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*); 57 virtual void focusedFrameChanged(WebCore::Frame*); [all …]
|
/external/webkit/Source/WebKit/chromium/src/ |
D | FrameLoaderClientImpl.h | 47 class FrameLoaderClientImpl : public WebCore::FrameLoaderClient { 61 virtual void dispatchDidClearWindowObjectInWorld(WebCore::DOMWrapperWorld*); 79 virtual void makeRepresentation(WebCore::DocumentLoader*); 85 …signIdentifierToInitialRequest(unsigned long identifier, WebCore::DocumentLoader*, const WebCore::… 86 … void dispatchWillSendRequest(WebCore::DocumentLoader*, unsigned long identifier, WebCore::Resourc… 87 virtual bool shouldUseCredentialStorage(WebCore::DocumentLoader*, unsigned long identifier); 88 …d dispatchDidReceiveAuthenticationChallenge(WebCore::DocumentLoader*, unsigned long identifier, co… 89 …id dispatchDidCancelAuthenticationChallenge(WebCore::DocumentLoader*, unsigned long identifier, co… 90 …virtual void dispatchDidReceiveResponse(WebCore::DocumentLoader*, unsigned long identifier, const … 91 …virtual void dispatchDidReceiveContentLength(WebCore::DocumentLoader*, unsigned long identifier, i… [all …]
|
D | ChromeClientImpl.h | 39 namespace WebCore { 56 class ChromeClientImpl : public WebCore::ChromeClientChromium { 65 virtual void setWindowRect(const WebCore::FloatRect&); 66 virtual WebCore::FloatRect windowRect(); 67 virtual WebCore::FloatRect pageRect(); 71 virtual bool canTakeFocus(WebCore::FocusDirection); 72 virtual void takeFocus(WebCore::FocusDirection); 73 virtual void focusedNodeChanged(WebCore::Node*); 74 virtual void focusedFrameChanged(WebCore::Frame*); 75 virtual WebCore::Page* createWindow( [all …]
|
D | EditorClientImpl.h | 39 namespace WebCore { 47 class EditorClientImpl : public WebCore::EditorClient, public WebCore::TextCheckerClient { 54 virtual bool shouldShowDeleteInterface(WebCore::HTMLElement*); 62 virtual bool shouldBeginEditing(WebCore::Range*); 63 virtual bool shouldEndEditing(WebCore::Range*); 64 virtual bool shouldInsertNode(WebCore::Node*, WebCore::Range*, WebCore::EditorInsertAction); 65 virtual bool shouldInsertText(const WTF::String&, WebCore::Range*, WebCore::EditorInsertAction); 66 virtual bool shouldDeleteRange(WebCore::Range*); 67 virtual bool shouldChangeSelectedRange(WebCore::Range* fromRange, 68 WebCore::Range* toRange, [all …]
|
D | IDBObjectStoreBackendProxy.h | 40 class IDBObjectStoreBackendProxy : public WebCore::IDBObjectStoreBackendInterface { 42 … static PassRefPtr<WebCore::IDBObjectStoreBackendInterface> create(PassOwnPtr<WebIDBObjectStore>); 47 virtual PassRefPtr<WebCore::DOMStringList> indexNames() const; 49 …tual void get(PassRefPtr<WebCore::IDBKey>, PassRefPtr<WebCore::IDBCallbacks>, WebCore::IDBTransact… 50 …WebCore::SerializedScriptValue>, PassRefPtr<WebCore::IDBKey>, PutMode, PassRefPtr<WebCore::IDBCall… 51 …eleteFunction(PassRefPtr<WebCore::IDBKey>, PassRefPtr<WebCore::IDBCallbacks>, WebCore::IDBTransact… 52 …virtual void clear(PassRefPtr<WebCore::IDBCallbacks>, WebCore::IDBTransactionBackendInterface*, We… 54 …WebCore::IDBIndexBackendInterface> createIndex(const String& name, const String& keyPath, bool uni… 55 … PassRefPtr<WebCore::IDBIndexBackendInterface> index(const String& name, WebCore::ExceptionCode&); 56 …void deleteIndex(const String& name, WebCore::IDBTransactionBackendInterface*, WebCore::ExceptionC… [all …]
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebChromeClient.h | 40 class WebChromeClient : public WebCore::ChromeClient { 47 virtual void setWindowRect(const WebCore::FloatRect&); 48 virtual WebCore::FloatRect windowRect(); 50 virtual WebCore::FloatRect pageRect(); 57 virtual bool canTakeFocus(WebCore::FocusDirection); 58 virtual void takeFocus(WebCore::FocusDirection); 60 virtual void focusedNodeChanged(WebCore::Node*); 61 virtual void focusedFrameChanged(WebCore::Frame*); 63 …virtual WebCore::Page* createWindow(WebCore::Frame*, const WebCore::FrameLoadRequest&, const WebCo… 83 …virtual void addMessageToConsole(WebCore::MessageSource source, WebCore::MessageType type, WebCore… [all …]
|
D | WebFrameLoaderClient.h | 34 namespace WebCore { 43 class WebFrameLoaderClient : public WebCore::FrameLoaderClient { 49 …signIdentifierToInitialRequest(unsigned long identifier, WebCore::DocumentLoader*, const WebCore::… 51 … void dispatchWillSendRequest(WebCore::DocumentLoader*, unsigned long identifier, WebCore::Resourc… 52 virtual bool shouldUseCredentialStorage(WebCore::DocumentLoader*, unsigned long identifier); 53 …d dispatchDidReceiveAuthenticationChallenge(WebCore::DocumentLoader*, unsigned long identifier, co… 54 …id dispatchDidCancelAuthenticationChallenge(WebCore::DocumentLoader*, unsigned long identifier, co… 55 …virtual void dispatchDidReceiveResponse(WebCore::DocumentLoader*, unsigned long identifier, const … 56 …virtual void dispatchDidReceiveContentLength(WebCore::DocumentLoader*, unsigned long identifier, i… 57 virtual void dispatchDidFinishLoading(WebCore::DocumentLoader*, unsigned long identifier); [all …]
|
/external/webkit/Source/WebKit/android/jni/ |
D | WebViewCore.h | 56 namespace WebCore { 76 namespace WebCore { 82 namespace WebCore { 125 class WebViewCore : public WebCoreRefObject, public WebCore::PicturePainter { 131 WebViewCore(JNIEnv* env, jobject javaView, WebCore::Frame* mainframe); 135 static WebViewCore* getWebViewCore(const WebCore::FrameView* view); 136 static WebViewCore* getWebViewCore(const WebCore::ScrollView* view); 140 void focusNodeChanged(WebCore::Node*); 155 void contentInvalidate(const WebCore::IntRect &rect); 165 WebCore::GraphicsLayerAndroid* graphicsRootLayer() const; [all …]
|
/external/webkit/Source/WebKit2/Shared/ |
D | WebCoreArgumentCoders.h | 56 template<> struct ArgumentCoder<WebCore::IntPoint> : SimpleArgumentCoder<WebCore::IntPoint> { }; 57 template<> struct ArgumentCoder<WebCore::IntSize> : SimpleArgumentCoder<WebCore::IntSize> { }; 58 template<> struct ArgumentCoder<WebCore::IntRect> : SimpleArgumentCoder<WebCore::IntRect> { }; 59 template<> struct ArgumentCoder<WebCore::ViewportArguments> : SimpleArgumentCoder<WebCore::Viewport… 61 template<> struct ArgumentCoder<WebCore::FloatPoint> : SimpleArgumentCoder<WebCore::FloatPoint> { }; 62 template<> struct ArgumentCoder<WebCore::FloatSize> : SimpleArgumentCoder<WebCore::FloatSize> { }; 63 template<> struct ArgumentCoder<WebCore::FloatRect> : SimpleArgumentCoder<WebCore::FloatRect> { }; 65 template<> struct ArgumentCoder<WebCore::MimeClassInfo> { 66 static void encode(ArgumentEncoder* encoder, const WebCore::MimeClassInfo& mimeClassInfo) 73 static bool decode(ArgumentDecoder* decoder, WebCore::MimeClassInfo& mimeClassInfo) [all …]
|
/external/webkit/Source/WebCore/bindings/scripts/test/GObject/ |
D | WebKitDOMTestObj.cpp | 47 WebKitDOMTestObj* kit(WebCore::TestObj* obj) in kit() 63 WebCore::JSMainThreadNullState state; in webkit_dom_test_obj_void_method() 64 WebCore::TestObj * item = WebKit::core(self); in webkit_dom_test_obj_void_method() 72 WebCore::JSMainThreadNullState state; in webkit_dom_test_obj_void_method_with_args() 73 WebCore::TestObj * item = WebKit::core(self); in webkit_dom_test_obj_void_method_with_args() 77 WebCore::TestObj * converted_obj_arg = NULL; in webkit_dom_test_obj_void_method_with_args() 89 WebCore::JSMainThreadNullState state; in webkit_dom_test_obj_int_method() 90 WebCore::TestObj * item = WebKit::core(self); in webkit_dom_test_obj_int_method() 99 WebCore::JSMainThreadNullState state; in webkit_dom_test_obj_int_method_with_args() 100 WebCore::TestObj * item = WebKit::core(self); in webkit_dom_test_obj_int_method_with_args() [all …]
|
/external/webkit/Source/WebCore/bindings/scripts/test/ObjC/ |
D | DOMTestObj.mm | 58 #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::JSMainThreadNullState state; [all …]
|
/external/webkit/Source/WebCore/WebCore.vcproj/ |
D | copyForwardingHeaders.cmd | 4 mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore" 5 mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders" 6 mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\bindings" 7 mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\parser" 8 mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\runtime" 9 mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\masm" 10 mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\profiler" 11 mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\heap" 12 mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\wtf" 13 mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\wtf\text" [all …]
|