| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2009 Google Inc. All rights reserved. | 2 * Copyright (C) 2009 Google Inc. All rights reserved. |
| 3 * | 3 * |
| 4 * Redistribution and use in source and binary forms, with or without | 4 * Redistribution and use in source and binary forms, with or without |
| 5 * modification, are permitted provided that the following conditions are | 5 * modification, are permitted provided that the following conditions are |
| 6 * met: | 6 * met: |
| 7 * | 7 * |
| 8 * * Redistributions of source code must retain the above copyright | 8 * * Redistributions of source code must retain the above copyright |
| 9 * notice, this list of conditions and the following disclaimer. | 9 * notice, this list of conditions and the following disclaimer. |
| 10 * * Redistributions in binary form must reproduce the above | 10 * * Redistributions in binary form must reproduce the above |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 #include "sky/engine/core/editing/TextIterator.h" | 95 #include "sky/engine/core/editing/TextIterator.h" |
| 96 #include "sky/engine/core/editing/htmlediting.h" | 96 #include "sky/engine/core/editing/htmlediting.h" |
| 97 #include "sky/engine/core/editing/markup.h" | 97 #include "sky/engine/core/editing/markup.h" |
| 98 #include "sky/engine/core/frame/Console.h" | 98 #include "sky/engine/core/frame/Console.h" |
| 99 #include "sky/engine/core/frame/FrameHost.h" | 99 #include "sky/engine/core/frame/FrameHost.h" |
| 100 #include "sky/engine/core/frame/FrameView.h" | 100 #include "sky/engine/core/frame/FrameView.h" |
| 101 #include "sky/engine/core/frame/LocalDOMWindow.h" | 101 #include "sky/engine/core/frame/LocalDOMWindow.h" |
| 102 #include "sky/engine/core/frame/Settings.h" | 102 #include "sky/engine/core/frame/Settings.h" |
| 103 #include "sky/engine/core/html/HTMLAnchorElement.h" | 103 #include "sky/engine/core/html/HTMLAnchorElement.h" |
| 104 #include "sky/engine/core/inspector/ConsoleMessage.h" | 104 #include "sky/engine/core/inspector/ConsoleMessage.h" |
| 105 #include "sky/engine/core/inspector/ScriptCallStack.h" | |
| 106 #include "sky/engine/core/loader/MojoLoader.h" | 105 #include "sky/engine/core/loader/MojoLoader.h" |
| 107 #include "sky/engine/core/page/Chrome.h" | 106 #include "sky/engine/core/page/Chrome.h" |
| 108 #include "sky/engine/core/page/EventHandler.h" | 107 #include "sky/engine/core/page/EventHandler.h" |
| 109 #include "sky/engine/core/page/FocusController.h" | 108 #include "sky/engine/core/page/FocusController.h" |
| 110 #include "sky/engine/core/page/Page.h" | 109 #include "sky/engine/core/page/Page.h" |
| 111 #include "sky/engine/core/rendering/HitTestResult.h" | 110 #include "sky/engine/core/rendering/HitTestResult.h" |
| 112 #include "sky/engine/core/rendering/RenderBox.h" | 111 #include "sky/engine/core/rendering/RenderBox.h" |
| 113 #include "sky/engine/core/rendering/RenderLayer.h" | 112 #include "sky/engine/core/rendering/RenderLayer.h" |
| 114 #include "sky/engine/core/rendering/RenderObject.h" | 113 #include "sky/engine/core/rendering/RenderObject.h" |
| 115 #include "sky/engine/core/rendering/RenderTreeAsText.h" | 114 #include "sky/engine/core/rendering/RenderTreeAsText.h" |
| (...skipping 21 matching lines...) Expand all Loading... |
| 137 #include "sky/engine/public/platform/WebSize.h" | 136 #include "sky/engine/public/platform/WebSize.h" |
| 138 #include "sky/engine/public/platform/WebURLError.h" | 137 #include "sky/engine/public/platform/WebURLError.h" |
| 139 #include "sky/engine/public/platform/WebVector.h" | 138 #include "sky/engine/public/platform/WebVector.h" |
| 140 #include "sky/engine/public/web/WebConsoleMessage.h" | 139 #include "sky/engine/public/web/WebConsoleMessage.h" |
| 141 #include "sky/engine/public/web/WebDocument.h" | 140 #include "sky/engine/public/web/WebDocument.h" |
| 142 #include "sky/engine/public/web/WebElement.h" | 141 #include "sky/engine/public/web/WebElement.h" |
| 143 #include "sky/engine/public/web/WebFrameClient.h" | 142 #include "sky/engine/public/web/WebFrameClient.h" |
| 144 #include "sky/engine/public/web/WebNode.h" | 143 #include "sky/engine/public/web/WebNode.h" |
| 145 #include "sky/engine/public/web/WebRange.h" | 144 #include "sky/engine/public/web/WebRange.h" |
| 146 #include "sky/engine/public/web/WebScriptSource.h" | 145 #include "sky/engine/public/web/WebScriptSource.h" |
| 146 #include "sky/engine/core/inspector/ScriptCallStack.h" |
| 147 #include "sky/engine/web/CompositionUnderlineVectorBuilder.h" | 147 #include "sky/engine/web/CompositionUnderlineVectorBuilder.h" |
| 148 #include "sky/engine/web/WebViewImpl.h" | 148 #include "sky/engine/web/WebViewImpl.h" |
| 149 #include "sky/engine/wtf/CurrentTime.h" | 149 #include "sky/engine/wtf/CurrentTime.h" |
| 150 #include "sky/engine/wtf/HashMap.h" | 150 #include "sky/engine/wtf/HashMap.h" |
| 151 | 151 |
| 152 namespace blink { | 152 namespace blink { |
| 153 | 153 |
| 154 static int frameCount = 0; | 154 static int frameCount = 0; |
| 155 | 155 |
| 156 // Key for a StatsCounter tracking how many WebFrames are active. | 156 // Key for a StatsCounter tracking how many WebFrames are active. |
| (...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 764 } | 764 } |
| 765 | 765 |
| 766 void WebLocalFrameImpl::invalidateAll() const | 766 void WebLocalFrameImpl::invalidateAll() const |
| 767 { | 767 { |
| 768 ASSERT(frame() && frame()->view()); | 768 ASSERT(frame() && frame()->view()); |
| 769 FrameView* view = frame()->view(); | 769 FrameView* view = frame()->view(); |
| 770 view->invalidateRect(view->frameRect()); | 770 view->invalidateRect(view->frameRect()); |
| 771 } | 771 } |
| 772 | 772 |
| 773 } // namespace blink | 773 } // namespace blink |
| OLD | NEW |