| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 1999 Lars Knoll (knoll@kde.org) | 2 * Copyright (C) 1999 Lars Knoll (knoll@kde.org) |
| 3 * (C) 1999 Antti Koivisto (koivisto@kde.org) | 3 * (C) 1999 Antti Koivisto (koivisto@kde.org) |
| 4 * (C) 2001 Dirk Mueller (mueller@kde.org) | 4 * (C) 2001 Dirk Mueller (mueller@kde.org) |
| 5 * (C) 2006 Alexey Proskuryakov (ap@webkit.org) | 5 * (C) 2006 Alexey Proskuryakov (ap@webkit.org) |
| 6 * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012 Apple Inc. All r
ights reserved. | 6 * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012 Apple Inc. All r
ights reserved. |
| 7 * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. (http://www.t
orchmobile.com/) | 7 * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. (http://www.t
orchmobile.com/) |
| 8 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies) | 8 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies) |
| 9 * Copyright (C) 2011 Google Inc. All rights reserved. | 9 * Copyright (C) 2011 Google Inc. All rights reserved. |
| 10 * | 10 * |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 class RequestAnimationFrameCallback; | 110 class RequestAnimationFrameCallback; |
| 111 class ResourceFetcher; | 111 class ResourceFetcher; |
| 112 class ScriptRunner; | 112 class ScriptRunner; |
| 113 class ScriptedAnimationController; | 113 class ScriptedAnimationController; |
| 114 class SegmentedString; | 114 class SegmentedString; |
| 115 class SelectorQueryCache; | 115 class SelectorQueryCache; |
| 116 class SerializedScriptValue; | 116 class SerializedScriptValue; |
| 117 class Settings; | 117 class Settings; |
| 118 class StyleEngine; | 118 class StyleEngine; |
| 119 class StyleResolver; | 119 class StyleResolver; |
| 120 class StyleSheetList; | |
| 121 class Text; | 120 class Text; |
| 122 class Touch; | 121 class Touch; |
| 123 class TouchList; | 122 class TouchList; |
| 124 class WebGLRenderingContext; | 123 class WebGLRenderingContext; |
| 125 | 124 |
| 126 struct AnnotatedRegionValue; | 125 struct AnnotatedRegionValue; |
| 127 | 126 |
| 128 typedef EventWithHitTestResults<PlatformMouseEvent> MouseEventWithHitTestResults
; | 127 typedef EventWithHitTestResults<PlatformMouseEvent> MouseEventWithHitTestResults
; |
| 129 typedef int ExceptionCode; | 128 typedef int ExceptionCode; |
| 130 | 129 |
| (...skipping 687 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 818 Node* eventTargetNodeForDocument(Document*); | 817 Node* eventTargetNodeForDocument(Document*); |
| 819 | 818 |
| 820 } // namespace blink | 819 } // namespace blink |
| 821 | 820 |
| 822 #ifndef NDEBUG | 821 #ifndef NDEBUG |
| 823 // Outside the WebCore namespace for ease of invocation from gdb. | 822 // Outside the WebCore namespace for ease of invocation from gdb. |
| 824 void showLiveDocumentInstances(); | 823 void showLiveDocumentInstances(); |
| 825 #endif | 824 #endif |
| 826 | 825 |
| 827 #endif // SKY_ENGINE_CORE_DOM_DOCUMENT_H_ | 826 #endif // SKY_ENGINE_CORE_DOM_DOCUMENT_H_ |
| OLD | NEW |