Home
last modified time | relevance | path

Searched refs:willFireAnimationFrame (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorDOMDebuggerAgent.h94 void willFireAnimationFrame(Document*, int callbackId);
DAsyncCallStackTracker.h125 void willFireAnimationFrame(ExecutionContext*, int callbackId);
DInspectorTimelineAgent.h208 bool willFireAnimationFrame(Document*, int callbackId);
DAsyncCallStackTracker.cpp201 void AsyncCallStackTracker::willFireAnimationFrame(ExecutionContext* context, int callbackId) in willFireAnimationFrame() function in blink::AsyncCallStackTracker
DInspectorDebuggerAgent.h161 bool willFireAnimationFrame(Document*, int callbackId);
DInspectorDOMDebuggerAgent.cpp522 void InspectorDOMDebuggerAgent::willFireAnimationFrame(Document*, int) in willFireAnimationFrame() function in blink::InspectorDOMDebuggerAgent
DInspectorDebuggerAgent.cpp777 bool InspectorDebuggerAgent::willFireAnimationFrame(Document* document, int callbackId) in willFireAnimationFrame() function in blink::InspectorDebuggerAgent
780 asyncCallStackTracker().willFireAnimationFrame(document, callbackId); in willFireAnimationFrame()
DInspectorInstrumentation.idl386 InspectorInstrumentationCookie willFireAnimationFrame([Keep] Document*, int callbackId);
DInspectorTimelineAgent.cpp898 bool InspectorTimelineAgent::willFireAnimationFrame(Document* document, int callbackId) in willFireAnimationFrame() function in blink::InspectorTimelineAgent
/external/chromium_org/third_party/WebKit/Source/core/dom/
DScriptedAnimationController.cpp164 …nspectorInstrumentationCookie cookie = InspectorInstrumentation::willFireAnimationFrame(m_document… in executeCallbacks()