OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 2010 Google Inc. All rights reserved. | 2 * Copyright (C) 2010 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 class MIDIClientProxy; | 89 class MIDIClientProxy; |
90 class PinchViewports; | 90 class PinchViewports; |
91 class PrerendererClientImpl; | 91 class PrerendererClientImpl; |
92 class SharedWorkerRepositoryClientImpl; | 92 class SharedWorkerRepositoryClientImpl; |
93 class SpeechInputClientImpl; | 93 class SpeechInputClientImpl; |
94 class SpeechRecognitionClientProxy; | 94 class SpeechRecognitionClientProxy; |
95 class UserMediaClientImpl; | 95 class UserMediaClientImpl; |
96 class ValidationMessageClientImpl; | 96 class ValidationMessageClientImpl; |
97 class WebAXObject; | 97 class WebAXObject; |
98 class WebActiveGestureAnimation; | 98 class WebActiveGestureAnimation; |
99 class WebCompositorImpl; | |
100 class WebDevToolsAgentClient; | 99 class WebDevToolsAgentClient; |
101 class WebDevToolsAgentPrivate; | 100 class WebDevToolsAgentPrivate; |
102 class WebDocument; | 101 class WebDocument; |
103 class WebFrameImpl; | 102 class WebFrameImpl; |
104 class WebGestureEvent; | 103 class WebGestureEvent; |
105 class WebHelperPluginImpl; | 104 class WebHelperPluginImpl; |
106 class WebImage; | 105 class WebImage; |
107 class WebKeyboardEvent; | 106 class WebKeyboardEvent; |
108 class WebLayerTreeView; | 107 class WebLayerTreeView; |
109 class WebMouseEvent; | 108 class WebMouseEvent; |
(...skipping 718 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
828 inline WebViewImpl* toWebViewImpl(WebView* webView) | 827 inline WebViewImpl* toWebViewImpl(WebView* webView) |
829 { | 828 { |
830 // We have no ways to check if the specified WebView is an instance of | 829 // We have no ways to check if the specified WebView is an instance of |
831 // WebViewImpl because WebViewImpl is the only implementation of WebView. | 830 // WebViewImpl because WebViewImpl is the only implementation of WebView. |
832 return static_cast<WebViewImpl*>(webView); | 831 return static_cast<WebViewImpl*>(webView); |
833 } | 832 } |
834 | 833 |
835 } // namespace blink | 834 } // namespace blink |
836 | 835 |
837 #endif | 836 #endif |
OLD | NEW |