| OLD | NEW |
| 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 [CSS, Inline=FastReturn] | 106 [CSS, Inline=FastReturn] |
| 107 void willMutateStyle(CSSStyleDeclaration*); | 107 void willMutateStyle(CSSStyleDeclaration*); |
| 108 | 108 |
| 109 [CSS, Inline=FastReturn] | 109 [CSS, Inline=FastReturn] |
| 110 void didMutateStyle([Keep] CSSStyleDeclaration*, bool); | 110 void didMutateStyle([Keep] CSSStyleDeclaration*, bool); |
| 111 | 111 |
| 112 [CSS, Inline=FastReturn] | 112 [CSS, Inline=FastReturn] |
| 113 void activeStyleSheetsUpdated([Keep] Document*); | 113 void activeStyleSheetsUpdated([Keep] Document*); |
| 114 | 114 |
| 115 [Console, PageRuntime] | 115 [Console, PageRuntime] |
| 116 void frameWindowDiscarded(LocalFrame*, DOMWindow* domWindow); | 116 void frameWindowDiscarded(LocalFrame*, LocalDOMWindow* domWindow); |
| 117 | 117 |
| 118 [CSS, Inline=FastReturn] | 118 [CSS, Inline=FastReturn] |
| 119 void mediaQueryResultChanged(Document*); | 119 void mediaQueryResultChanged(Document*); |
| 120 | 120 |
| 121 [DOM, Inline=FastReturn] | 121 [DOM, Inline=FastReturn] |
| 122 void didPushShadowRoot([Keep] Element* host, ShadowRoot*); | 122 void didPushShadowRoot([Keep] Element* host, ShadowRoot*); |
| 123 | 123 |
| 124 [DOM, Inline=FastReturn] | 124 [DOM, Inline=FastReturn] |
| 125 void willPopShadowRoot([Keep] Element* host, ShadowRoot*); | 125 void willPopShadowRoot([Keep] Element* host, ShadowRoot*); |
| 126 | 126 |
| (...skipping 21 matching lines...) Expand all Loading... |
| 148 [Timeline, Inline=FastReturn] | 148 [Timeline, Inline=FastReturn] |
| 149 void didCallFunction(const InspectorInstrumentationCookie&); | 149 void didCallFunction(const InspectorInstrumentationCookie&); |
| 150 | 150 |
| 151 [Timeline, Inline=FastReturn] | 151 [Timeline, Inline=FastReturn] |
| 152 InspectorInstrumentationCookie willDispatchXHRReadyStateChangeEvent([Keep] E
xecutionContext*, XMLHttpRequest*); | 152 InspectorInstrumentationCookie willDispatchXHRReadyStateChangeEvent([Keep] E
xecutionContext*, XMLHttpRequest*); |
| 153 | 153 |
| 154 [Timeline, Inline=FastReturn] | 154 [Timeline, Inline=FastReturn] |
| 155 void didDispatchXHRReadyStateChangeEvent(const InspectorInstrumentationCooki
e&); | 155 void didDispatchXHRReadyStateChangeEvent(const InspectorInstrumentationCooki
e&); |
| 156 | 156 |
| 157 [Timeline, Inline=FastReturn] | 157 [Timeline, Inline=FastReturn] |
| 158 InspectorInstrumentationCookie willDispatchEvent([Keep] Document*, const Eve
nt&, DOMWindow*, Node*, const EventPath&); | 158 InspectorInstrumentationCookie willDispatchEvent([Keep] Document*, const Eve
nt&, LocalDOMWindow*, Node*, const EventPath&); |
| 159 | 159 |
| 160 [Timeline, Inline=FastReturn] | 160 [Timeline, Inline=FastReturn] |
| 161 void didDispatchEvent(const InspectorInstrumentationCookie&); | 161 void didDispatchEvent(const InspectorInstrumentationCookie&); |
| 162 | 162 |
| 163 [Debugger, Inline=FastReturn] | 163 [Debugger, Inline=FastReturn] |
| 164 void didEnqueueEvent([Keep] EventTarget*, Event*); | 164 void didEnqueueEvent([Keep] EventTarget*, Event*); |
| 165 | 165 |
| 166 [Debugger, Inline=FastReturn] | 166 [Debugger, Inline=FastReturn] |
| 167 void didDispatchEvent([Keep] EventTarget*, Event*); | 167 void didDispatchEvent([Keep] EventTarget*, Event*); |
| 168 | 168 |
| 169 [Debugger, DOMDebugger, Inline=FastReturn] | 169 [Debugger, DOMDebugger, Inline=FastReturn] |
| 170 InspectorInstrumentationCookie willHandleEvent([Keep] EventTarget*, Event*,
EventListener* listener, bool useCapture); | 170 InspectorInstrumentationCookie willHandleEvent([Keep] EventTarget*, Event*,
EventListener* listener, bool useCapture); |
| 171 | 171 |
| 172 [Debugger, Inline=FastReturn] | 172 [Debugger, Inline=FastReturn] |
| 173 void didHandleEvent(const InspectorInstrumentationCookie&); | 173 void didHandleEvent(const InspectorInstrumentationCookie&); |
| 174 | 174 |
| 175 [Timeline, Inline=FastReturn] | 175 [Timeline, Inline=FastReturn] |
| 176 InspectorInstrumentationCookie willDispatchEventOnWindow(LocalFrame*, const
Event&, DOMWindow*); | 176 InspectorInstrumentationCookie willDispatchEventOnWindow(LocalFrame*, const
Event&, LocalDOMWindow*); |
| 177 | 177 |
| 178 [Timeline, Inline=FastReturn] | 178 [Timeline, Inline=FastReturn] |
| 179 void didDispatchEventOnWindow(const InspectorInstrumentationCookie&); | 179 void didDispatchEventOnWindow(const InspectorInstrumentationCookie&); |
| 180 | 180 |
| 181 [Debugger, Inline=FastReturn] | 181 [Debugger, Inline=FastReturn] |
| 182 void didEnqueueMutationRecord([Keep] ExecutionContext*, MutationObserver*); | 182 void didEnqueueMutationRecord([Keep] ExecutionContext*, MutationObserver*); |
| 183 | 183 |
| 184 [Debugger, Inline=FastReturn] | 184 [Debugger, Inline=FastReturn] |
| 185 void didClearAllMutationRecords([Keep] ExecutionContext*, MutationObserver*)
; | 185 void didClearAllMutationRecords([Keep] ExecutionContext*, MutationObserver*)
; |
| 186 | 186 |
| (...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 495 interface InspectorCanvasInstrumentation { | 495 interface InspectorCanvasInstrumentation { |
| 496 | 496 |
| 497 #include "bindings/v8/ScriptValue.h" | 497 #include "bindings/v8/ScriptValue.h" |
| 498 | 498 |
| 499 [Canvas] | 499 [Canvas] |
| 500 ScriptValue wrapCanvas2DRenderingContextForInstrumentation(Document*, const
ScriptValue&); | 500 ScriptValue wrapCanvas2DRenderingContextForInstrumentation(Document*, const
ScriptValue&); |
| 501 | 501 |
| 502 [Canvas] | 502 [Canvas] |
| 503 ScriptValue wrapWebGLRenderingContextForInstrumentation(Document*, const Scr
iptValue&); | 503 ScriptValue wrapWebGLRenderingContextForInstrumentation(Document*, const Scr
iptValue&); |
| 504 } | 504 } |
| OLD | NEW |