| 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 * Copyright (C) 2004-2011, 2014 Apple Inc. All rights reserved. | 5 * Copyright (C) 2004-2011, 2014 Apple Inc. All rights reserved. |
| 6 * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. (http://www.t
orchmobile.com/) | 6 * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. (http://www.t
orchmobile.com/) |
| 7 * | 7 * |
| 8 * This library is free software; you can redistribute it and/or | 8 * This library is free software; you can redistribute it and/or |
| 9 * modify it under the terms of the GNU Library General Public | 9 * modify it under the terms of the GNU Library General Public |
| 10 * License as published by the Free Software Foundation; either | 10 * License as published by the Free Software Foundation; either |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 class EventDispatchHandlingState; | 64 class EventDispatchHandlingState; |
| 65 class KeyboardEvent; | 65 class KeyboardEvent; |
| 66 class NSResolver; | 66 class NSResolver; |
| 67 class NameNodeList; | 67 class NameNodeList; |
| 68 class NamedNodeMap; | 68 class NamedNodeMap; |
| 69 class NodeEventContext; | 69 class NodeEventContext; |
| 70 class NodeList; | 70 class NodeList; |
| 71 class NodeListsNodeData; | 71 class NodeListsNodeData; |
| 72 class NodeRareData; | 72 class NodeRareData; |
| 73 class PlatformGestureEvent; | 73 class PlatformGestureEvent; |
| 74 class PlatformKeyboardEvent; | |
| 75 class PlatformMouseEvent; | 74 class PlatformMouseEvent; |
| 76 class PlatformWheelEvent; | 75 class PlatformWheelEvent; |
| 77 class PointerEvent; | 76 class PointerEvent; |
| 78 class QualifiedName; | 77 class QualifiedName; |
| 79 class RadioNodeList; | 78 class RadioNodeList; |
| 80 class RegisteredEventListener; | 79 class RegisteredEventListener; |
| 81 class LayoutBox; | 80 class LayoutBox; |
| 82 class LayoutBoxModelObject; | 81 class LayoutBoxModelObject; |
| 83 class LayoutObject; | 82 class LayoutObject; |
| 84 class ComputedStyle; | 83 class ComputedStyle; |
| (...skipping 800 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 885 } // namespace blink | 884 } // namespace blink |
| 886 | 885 |
| 887 #ifndef NDEBUG | 886 #ifndef NDEBUG |
| 888 // Outside the WebCore namespace for ease of invocation from gdb. | 887 // Outside the WebCore namespace for ease of invocation from gdb. |
| 889 void showNode(const blink::Node*); | 888 void showNode(const blink::Node*); |
| 890 void showTree(const blink::Node*); | 889 void showTree(const blink::Node*); |
| 891 void showNodePath(const blink::Node*); | 890 void showNodePath(const blink::Node*); |
| 892 #endif | 891 #endif |
| 893 | 892 |
| 894 #endif // Node_h | 893 #endif // Node_h |
| OLD | NEW |