| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2009, 2010, 2011, 2012 Google Inc. All rights reserved. | 2 * Copyright (C) 2009, 2010, 2011, 2012 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 | 46 |
| 47 class WebAXObject; | 47 class WebAXObject; |
| 48 class WebAutofillClient; | 48 class WebAutofillClient; |
| 49 class WebCompositedDisplayList; | 49 class WebCompositedDisplayList; |
| 50 class WebCredentialManagerClient; | 50 class WebCredentialManagerClient; |
| 51 class WebDragData; | 51 class WebDragData; |
| 52 class WebFrame; | 52 class WebFrame; |
| 53 class WebHitTestResult; | 53 class WebHitTestResult; |
| 54 class WebLocalFrame; | 54 class WebLocalFrame; |
| 55 class WebPageImportanceSignals; | 55 class WebPageImportanceSignals; |
| 56 class WebPageOverlay; | |
| 57 class WebPrerendererClient; | 56 class WebPrerendererClient; |
| 58 class WebRemoteFrame; | 57 class WebRemoteFrame; |
| 59 class WebSettings; | 58 class WebSettings; |
| 60 class WebSpellCheckClient; | 59 class WebSpellCheckClient; |
| 61 class WebString; | 60 class WebString; |
| 62 class WebViewClient; | 61 class WebViewClient; |
| 63 class WebViewScheduler; | 62 class WebViewScheduler; |
| 64 struct WebActiveWheelFlingParameters; | 63 struct WebActiveWheelFlingParameters; |
| 65 struct WebDeviceEmulationParams; | 64 struct WebDeviceEmulationParams; |
| 66 struct WebFloatPoint; | 65 struct WebFloatPoint; |
| (...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 528 // completed. | 527 // completed. |
| 529 WebWidget* widget() { return this; } | 528 WebWidget* widget() { return this; } |
| 530 | 529 |
| 531 protected: | 530 protected: |
| 532 ~WebView() {} | 531 ~WebView() {} |
| 533 }; | 532 }; |
| 534 | 533 |
| 535 } // namespace blink | 534 } // namespace blink |
| 536 | 535 |
| 537 #endif | 536 #endif |
| OLD | NEW |