OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 1998, 1999 Torben Weis <weis@kde.org> | 2 * Copyright (C) 1998, 1999 Torben Weis <weis@kde.org> |
3 * 1999 Lars Knoll <knoll@kde.org> | 3 * 1999 Lars Knoll <knoll@kde.org> |
4 * 1999 Antti Koivisto <koivisto@kde.org> | 4 * 1999 Antti Koivisto <koivisto@kde.org> |
5 * 2000 Dirk Mueller <mueller@kde.org> | 5 * 2000 Dirk Mueller <mueller@kde.org> |
6 * Copyright (C) 2004, 2005, 2006, 2007, 2008 Apple Inc. All rights reserved. | 6 * Copyright (C) 2004, 2005, 2006, 2007, 2008 Apple Inc. All rights reserved. |
7 * (C) 2006 Graham Dennis (graham.dennis@gmail.com) | 7 * (C) 2006 Graham Dennis (graham.dennis@gmail.com) |
8 * (C) 2006 Alexey Proskuryakov (ap@nypop.com) | 8 * (C) 2006 Alexey Proskuryakov (ap@nypop.com) |
9 * Copyright (C) 2009 Google Inc. All rights reserved. | 9 * Copyright (C) 2009 Google Inc. All rights reserved. |
10 * | 10 * |
(...skipping 10 matching lines...) Expand all Loading... |
21 * You should have received a copy of the GNU Library General Public License | 21 * You should have received a copy of the GNU Library General Public License |
22 * along with this library; see the file COPYING.LIB. If not, write to | 22 * along with this library; see the file COPYING.LIB. If not, write to |
23 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | 23 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
24 * Boston, MA 02110-1301, USA. | 24 * Boston, MA 02110-1301, USA. |
25 */ | 25 */ |
26 | 26 |
27 #include "config.h" | 27 #include "config.h" |
28 #include "FrameView.h" | 28 #include "FrameView.h" |
29 | 29 |
30 #include "AXObjectCache.h" | 30 #include "AXObjectCache.h" |
| 31 #include "AnimationController.h" |
31 #include "BackForwardController.h" | 32 #include "BackForwardController.h" |
32 #include "CachedResourceLoader.h" | 33 #include "CachedResourceLoader.h" |
33 #include "Chrome.h" | 34 #include "Chrome.h" |
34 #include "ChromeClient.h" | 35 #include "ChromeClient.h" |
35 #include "DocumentMarkerController.h" | 36 #include "DocumentMarkerController.h" |
36 #include "EventHandler.h" | 37 #include "EventHandler.h" |
37 #include "FloatRect.h" | 38 #include "FloatRect.h" |
38 #include "FocusController.h" | 39 #include "FocusController.h" |
39 #include "FontCache.h" | 40 #include "FontCache.h" |
40 #include "FontLoader.h" | 41 #include "FontLoader.h" |
41 #include "Frame.h" | 42 #include "Frame.h" |
42 #include "FrameActionScheduler.h" | 43 #include "FrameActionScheduler.h" |
43 #include "FrameLoader.h" | 44 #include "FrameLoader.h" |
44 #include "FrameLoaderClient.h" | 45 #include "FrameLoaderClient.h" |
| 46 #include "FrameSelection.h" |
45 #include "FrameTree.h" | 47 #include "FrameTree.h" |
46 #include "GraphicsContext.h" | 48 #include "GraphicsContext.h" |
47 #include "HTMLDocument.h" | 49 #include "HTMLDocument.h" |
48 #include "HTMLFrameElement.h" | 50 #include "HTMLFrameElement.h" |
49 #include "HTMLFrameSetElement.h" | 51 #include "HTMLFrameSetElement.h" |
50 #include "HTMLNames.h" | 52 #include "HTMLNames.h" |
51 #include "HTMLPlugInImageElement.h" | 53 #include "HTMLPlugInImageElement.h" |
52 #include "InspectorClient.h" | 54 #include "InspectorClient.h" |
53 #include "InspectorController.h" | 55 #include "InspectorController.h" |
54 #include "InspectorInstrumentation.h" | 56 #include "InspectorInstrumentation.h" |
55 #include "OverflowEvent.h" | 57 #include "OverflowEvent.h" |
56 #include "RenderArena.h" | 58 #include "RenderArena.h" |
57 #include "RenderEmbeddedObject.h" | 59 #include "RenderEmbeddedObject.h" |
58 #include "RenderFullScreen.h" | 60 #include "RenderFullScreen.h" |
59 #include "RenderIFrame.h" | 61 #include "RenderIFrame.h" |
60 #include "RenderLayer.h" | 62 #include "RenderLayer.h" |
61 #include "RenderLayerBacking.h" | 63 #include "RenderLayerBacking.h" |
62 #include "RenderLayerCompositor.h" | 64 #include "RenderLayerCompositor.h" |
63 #include "RenderPart.h" | 65 #include "RenderPart.h" |
64 #include "RenderScrollbar.h" | 66 #include "RenderScrollbar.h" |
65 #include "RenderScrollbarPart.h" | 67 #include "RenderScrollbarPart.h" |
| 68 #include "RenderStyle.h" |
66 #include "RenderTheme.h" | 69 #include "RenderTheme.h" |
67 #include "RenderView.h" | 70 #include "RenderView.h" |
68 #include "ScrollAnimator.h" | 71 #include "ScrollAnimator.h" |
69 #include "ScrollingCoordinator.h" | 72 #include "ScrollingCoordinator.h" |
70 #include "Settings.h" | 73 #include "Settings.h" |
71 #include "StyleResolver.h" | 74 #include "StyleResolver.h" |
72 #include "TextAutosizer.h" | 75 #include "TextAutosizer.h" |
73 #include "TextResourceDecoder.h" | 76 #include "TextResourceDecoder.h" |
74 #include "TextStream.h" | 77 #include "TextStream.h" |
75 | 78 |
(...skipping 3517 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3593 } | 3596 } |
3594 | 3597 |
3595 AXObjectCache* FrameView::axObjectCache() const | 3598 AXObjectCache* FrameView::axObjectCache() const |
3596 { | 3599 { |
3597 if (frame() && frame()->document()) | 3600 if (frame() && frame()->document()) |
3598 return frame()->document()->existingAXObjectCache(); | 3601 return frame()->document()->existingAXObjectCache(); |
3599 return 0; | 3602 return 0; |
3600 } | 3603 } |
3601 | 3604 |
3602 } // namespace WebCore | 3605 } // namespace WebCore |
OLD | NEW |