Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(423)

Side by Side Diff: Source/bindings/tests/idls/TestObject.idl

Issue 396283004: Make the MediaQueryList listener an EventListener (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/bindings/templates/methods.cpp ('k') | Source/bindings/tests/results/V8TestObject.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2013 Google Inc. All rights reserved. 2 * Copyright (C) 2013 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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 // Callback function type 306 // Callback function type
307 VoidCallbackFunction voidCallbackFunctionMethod(); 307 VoidCallbackFunction voidCallbackFunctionMethod();
308 AnyCallbackFunctionOptionalAnyArg anyCallbackFunctionOptionalAnyArgMethod(); 308 AnyCallbackFunctionOptionalAnyArg anyCallbackFunctionOptionalAnyArgMethod();
309 void voidMethodVoidCallbackFunctionArg(VoidCallbackFunction voidCallbackFunc tionArg); 309 void voidMethodVoidCallbackFunctionArg(VoidCallbackFunction voidCallbackFunc tionArg);
310 void voidMethodAnyCallbackFunctionOptionalAnyArg(AnyCallbackFunctionOptional AnyArg anyCallbackFunctionOptionalAnyArgArg); 310 void voidMethodAnyCallbackFunctionOptionalAnyArg(AnyCallbackFunctionOptional AnyArg anyCallbackFunctionOptionalAnyArgArg);
311 // Custom type conversions 311 // Custom type conversions
312 CompareHow compareHowMethod(); 312 CompareHow compareHowMethod();
313 any anyMethod(); 313 any anyMethod();
314 void voidMethodCompareHowArg(CompareHow compareHowArg); 314 void voidMethodCompareHowArg(CompareHow compareHowArg);
315 void voidMethodEventTargetArg(EventTarget eventTargetArg); 315 void voidMethodEventTargetArg(EventTarget eventTargetArg);
316 void voidMethodMediaQueryListListenerArg(MediaQueryListListener mediaQueryLi stListenerArg);
317 void voidMethodAnyArg(any anyArg); 316 void voidMethodAnyArg(any anyArg);
318 // DOM node types 317 // DOM node types
319 void voidMethodAttrArg(Attr attrArg); 318 void voidMethodAttrArg(Attr attrArg);
320 void voidMethodDocumentArg(Document documentArg); 319 void voidMethodDocumentArg(Document documentArg);
321 void voidMethodDocumentTypeArg(DocumentType documentTypeArg); 320 void voidMethodDocumentTypeArg(DocumentType documentTypeArg);
322 void voidMethodElementArg(Element elementArg); 321 void voidMethodElementArg(Element elementArg);
323 void voidMethodNodeArg(Node nodeArg); 322 void voidMethodNodeArg(Node nodeArg);
324 // Typed arrays 323 // Typed arrays
325 ArrayBuffer arrayBufferMethod(); 324 ArrayBuffer arrayBufferMethod();
326 ArrayBufferView arrayBufferViewMethod(); 325 ArrayBufferView arrayBufferViewMethod();
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 [ImplementedInPrivateScript] Node nodeMethodWithVariousArgumentsImplementedI nPrivateScript(Document document, Node node, short value1, double value2, DOMStr ing string); 545 [ImplementedInPrivateScript] Node nodeMethodWithVariousArgumentsImplementedI nPrivateScript(Document document, Node node, short value1, double value2, DOMStr ing string);
547 [ImplementedInPrivateScript] readonly attribute short readonlyShortAttribute ; 546 [ImplementedInPrivateScript] readonly attribute short readonlyShortAttribute ;
548 [ImplementedInPrivateScript] attribute short shortAttribute; 547 [ImplementedInPrivateScript] attribute short shortAttribute;
549 [ImplementedInPrivateScript] attribute DOMString stringAttribute; 548 [ImplementedInPrivateScript] attribute DOMString stringAttribute;
550 [ImplementedInPrivateScript] attribute Node nodeAttribute; 549 [ImplementedInPrivateScript] attribute Node nodeAttribute;
551 [OnlyExposedToPrivateScript] short methodImplementedInCPPForPrivateScriptOnl y(short value1, short value2); 550 [OnlyExposedToPrivateScript] short methodImplementedInCPPForPrivateScriptOnl y(short value1, short value2);
552 [OnlyExposedToPrivateScript] attribute DOMString attributeImplementedInCPPFo rPrivateScriptOnly; 551 [OnlyExposedToPrivateScript] attribute DOMString attributeImplementedInCPPFo rPrivateScriptOnly;
553 [ImplementedInPrivateScript, OnlyExposedToPrivateScript] short methodForPriv ateScriptOnly(short value1, short value2); 552 [ImplementedInPrivateScript, OnlyExposedToPrivateScript] short methodForPriv ateScriptOnly(short value1, short value2);
554 [ImplementedInPrivateScript, OnlyExposedToPrivateScript] attribute DOMString attributeForPrivateScriptOnly; 553 [ImplementedInPrivateScript, OnlyExposedToPrivateScript] attribute DOMString attributeForPrivateScriptOnly;
555 }; 554 };
OLDNEW
« no previous file with comments | « Source/bindings/templates/methods.cpp ('k') | Source/bindings/tests/results/V8TestObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698