| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2012 Google Inc. All rights reserved. | 2 * Copyright (C) 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 class WebDiscardableMemory; | 73 class WebDiscardableMemory; |
| 74 class WebPlatformEventListener; | 74 class WebPlatformEventListener; |
| 75 class WebFallbackThemeEngine; | 75 class WebFallbackThemeEngine; |
| 76 class WebFileSystem; | 76 class WebFileSystem; |
| 77 class WebFileUtilities; | 77 class WebFileUtilities; |
| 78 class WebFlingAnimator; | 78 class WebFlingAnimator; |
| 79 class WebGeofencingProvider; | 79 class WebGeofencingProvider; |
| 80 class WebGestureCurve; | 80 class WebGestureCurve; |
| 81 class WebGraphicsContext3DProvider; | 81 class WebGraphicsContext3DProvider; |
| 82 class WebIDBFactory; | 82 class WebIDBFactory; |
| 83 class WebInstalledApp; |
| 83 class WebMIDIAccessor; | 84 class WebMIDIAccessor; |
| 84 class WebMIDIAccessorClient; | 85 class WebMIDIAccessorClient; |
| 85 class WebMediaPlayer; | 86 class WebMediaPlayer; |
| 86 class WebMediaRecorderHandler; | 87 class WebMediaRecorderHandler; |
| 87 class WebMediaStream; | 88 class WebMediaStream; |
| 88 class WebMediaStreamCenter; | 89 class WebMediaStreamCenter; |
| 89 class WebMediaStreamCenterClient; | 90 class WebMediaStreamCenterClient; |
| 90 class WebMediaStreamTrack; | 91 class WebMediaStreamTrack; |
| 91 class WebMemoryDumpProvider; | 92 class WebMemoryDumpProvider; |
| 92 class WebMessagePortChannel; | 93 class WebMessagePortChannel; |
| (...skipping 518 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 611 protected: | 612 protected: |
| 612 BLINK_PLATFORM_EXPORT Platform(); | 613 BLINK_PLATFORM_EXPORT Platform(); |
| 613 virtual ~Platform() { } | 614 virtual ~Platform() { } |
| 614 | 615 |
| 615 WebThread* m_mainThread; | 616 WebThread* m_mainThread; |
| 616 }; | 617 }; |
| 617 | 618 |
| 618 } // namespace blink | 619 } // namespace blink |
| 619 | 620 |
| 620 #endif | 621 #endif |
| OLD | NEW |