| 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 * |
| 11 * This library is free software; you can redistribute it and/or | 11 * This library is free software; you can redistribute it and/or |
| 12 * modify it under the terms of the GNU Library General Public | 12 * modify it under the terms of the GNU Library General Public |
| 13 * License as published by the Free Software Foundation; either | 13 * License as published by the Free Software Foundation; either |
| 14 * version 2 of the License, or (at your option) any later version. | 14 * version 2 of the License, or (at your option) any later version. |
| 15 * | 15 * |
| 16 * This library is distributed in the hope that it will be useful, | 16 * This library is distributed in the hope that it will be useful, |
| 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of | 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 19 * Library General Public License for more details. | 19 * Library General Public License for more details. |
| 20 * | 20 * |
| 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" | |
| 31 #include "AnimationController.h" | 30 #include "AnimationController.h" |
| 32 #include "BackForwardController.h" | 31 #include "BackForwardController.h" |
| 33 #include "CachedResourceLoader.h" | 32 #include "CachedResourceLoader.h" |
| 34 #include "Chrome.h" | 33 #include "Chrome.h" |
| 35 #include "ChromeClient.h" | 34 #include "ChromeClient.h" |
| 36 #include "DocumentMarkerController.h" | 35 #include "DocumentMarkerController.h" |
| 37 #include "EventHandler.h" | 36 #include "EventHandler.h" |
| 38 #include "FloatRect.h" | 37 #include "FloatRect.h" |
| 39 #include "FocusController.h" | 38 #include "FocusController.h" |
| 40 #include "FontCache.h" | 39 #include "FontCache.h" |
| (...skipping 27 matching lines...) Expand all Loading... |
| 68 #include "RenderStyle.h" | 67 #include "RenderStyle.h" |
| 69 #include "RenderTheme.h" | 68 #include "RenderTheme.h" |
| 70 #include "RenderView.h" | 69 #include "RenderView.h" |
| 71 #include "ScrollAnimator.h" | 70 #include "ScrollAnimator.h" |
| 72 #include "ScrollingCoordinator.h" | 71 #include "ScrollingCoordinator.h" |
| 73 #include "Settings.h" | 72 #include "Settings.h" |
| 74 #include "StyleResolver.h" | 73 #include "StyleResolver.h" |
| 75 #include "TextAutosizer.h" | 74 #include "TextAutosizer.h" |
| 76 #include "TextResourceDecoder.h" | 75 #include "TextResourceDecoder.h" |
| 77 #include "TextStream.h" | 76 #include "TextStream.h" |
| 77 #include "core/accessibility/AXObjectCache.h" |
| 78 | 78 |
| 79 #include <wtf/CurrentTime.h> | 79 #include <wtf/CurrentTime.h> |
| 80 #include <wtf/TemporaryChange.h> | 80 #include <wtf/TemporaryChange.h> |
| 81 #include <wtf/UnusedParam.h> | 81 #include <wtf/UnusedParam.h> |
| 82 | 82 |
| 83 #if ENABLE(SVG) | 83 #if ENABLE(SVG) |
| 84 #include "RenderSVGRoot.h" | 84 #include "RenderSVGRoot.h" |
| 85 #include "SVGDocument.h" | 85 #include "SVGDocument.h" |
| 86 #include "SVGSVGElement.h" | 86 #include "SVGSVGElement.h" |
| 87 #endif | 87 #endif |
| (...skipping 3457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3545 } | 3545 } |
| 3546 | 3546 |
| 3547 AXObjectCache* FrameView::axObjectCache() const | 3547 AXObjectCache* FrameView::axObjectCache() const |
| 3548 { | 3548 { |
| 3549 if (frame() && frame()->document()) | 3549 if (frame() && frame()->document()) |
| 3550 return frame()->document()->existingAXObjectCache(); | 3550 return frame()->document()->existingAXObjectCache(); |
| 3551 return 0; | 3551 return 0; |
| 3552 } | 3552 } |
| 3553 | 3553 |
| 3554 } // namespace WebCore | 3554 } // namespace WebCore |
| OLD | NEW |