| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2012 Google Inc. All rights reserved. | 2 * Copyright (C) 2012 Google Inc. All rights reserved. |
| 3 * Copyright (C) 2013 Apple Inc. All rights reserved. | 3 * Copyright (C) 2013 Apple Inc. All rights reserved. |
| 4 * | 4 * |
| 5 * Redistribution and use in source and binary forms, with or without | 5 * Redistribution and use in source and binary forms, with or without |
| 6 * modification, are permitted provided that the following conditions | 6 * modification, are permitted provided that the following conditions |
| 7 * are met: | 7 * are met: |
| 8 * | 8 * |
| 9 * 1. Redistributions of source code must retain the above copyright | 9 * 1. Redistributions of source code must retain the above copyright |
| 10 * notice, this list of conditions and the following disclaimer. | 10 * notice, this list of conditions and the following disclaimer. |
| (...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 ClientRectList getTransitionElementRects(); | 291 ClientRectList getTransitionElementRects(); |
| 292 void hideAllTransitionElements(); | 292 void hideAllTransitionElements(); |
| 293 void showAllTransitionElements(); | 293 void showAllTransitionElements(); |
| 294 void setExitTransitionStylesheetsEnabled(boolean enabled); | 294 void setExitTransitionStylesheetsEnabled(boolean enabled); |
| 295 | 295 |
| 296 [RaisesException, TypeChecking=Interface] void forcePluginPlaceholder(HTMLEl
ement plugin, DocumentFragment fragment); | 296 [RaisesException, TypeChecking=Interface] void forcePluginPlaceholder(HTMLEl
ement plugin, DocumentFragment fragment); |
| 297 [RaisesException, TypeChecking=Interface] void forcePluginPlaceholder(HTMLEl
ement plugin, PluginPlaceholderOptions options); | 297 [RaisesException, TypeChecking=Interface] void forcePluginPlaceholder(HTMLEl
ement plugin, PluginPlaceholderOptions options); |
| 298 | 298 |
| 299 DictionaryTest dictionaryTest(); | 299 DictionaryTest dictionaryTest(); |
| 300 UnionTypesTest unionTypesTest(); | 300 UnionTypesTest unionTypesTest(); |
| 301 | 301 [RaisesException, TypeChecking=Interface] void setScrollChain(ScrollState sc
rollState, Element[] elements); |
| 302 void forceBlinkGCWithoutV8GC(); | 302 void forceBlinkGCWithoutV8GC(); |
| 303 | 303 |
| 304 DOMString selectedHTMLForClipboard(); | 304 DOMString selectedHTMLForClipboard(); |
| 305 DOMString selectedTextForClipboard(); | 305 DOMString selectedTextForClipboard(); |
| 306 | 306 |
| 307 iterable<long>; | 307 iterable<long>; |
| 308 }; | 308 }; |
| OLD | NEW |