Home
last modified time | relevance | path

Searched +refs:devtools +refs:dispatch (Results 1 – 6 of 6) sorted by relevance

/external/v8/tools/
Dlogreader.js33 var devtools = devtools || {}; variable
34 devtools.profiler = devtools.profiler || {};
44 devtools.profiler.LogReader = function(dispatchTable) {
90 this.csvParser_ = new devtools.profiler.CsvParser();
100 devtools.profiler.LogReader.prototype.createAddressParser = function(
125 devtools.profiler.LogReader.prototype.expandAlias = function(symbol) {
135 devtools.profiler.LogReader.prototype.printError = function(str) {
145 devtools.profiler.LogReader.prototype.processLogChunk = function(chunk) {
155 devtools.profiler.LogReader.prototype.processLogLine = function(line) {
168 devtools.profiler.LogReader.prototype.processStack = function(pc, func, stack) {
[all …]
Dtickprocessor.js30 devtools.profiler.Profile.call(this);
35 Profile.prototype = devtools.profiler.Profile.prototype;
61 devtools.profiler.LogReader.call(this, {
77 var op = devtools.profiler.Profile.Operation;
93 inherits(SnapshotLogProcessor, devtools.profiler.LogReader);
132 devtools.profiler.LogReader.call(this, {
184 var op = devtools.profiler.Profile.Operation;
206 this.viewBuilder_ = new devtools.profiler.ViewBuilder(1);
212 inherits(TickProcessor, devtools.profiler.LogReader);
367 this.currentProducerProfile_ = new devtools.profiler.CallTree();
[all …]
/external/webkit/WebKit/chromium/src/js/
DProfilerProcessor.js44 devtools.profiler.WebKitViewBuilder = function(samplingRate)
46 devtools.profiler.ViewBuilder.call(this, samplingRate);
48 devtools.profiler.WebKitViewBuilder.prototype.__proto__ = devtools.profiler.ViewBuilder.prototype;
54 devtools.profiler.WebKitViewBuilder.prototype.createViewNode = function(funcName, totalTime, selfTi…
56 return new devtools.profiler.WebKitViewNode(funcName, totalTime, selfTime, head);
72 devtools.profiler.WebKitViewNode = function(internalFuncName, totalTime, selfTime, head)
74 devtools.profiler.ProfileView.Node.call(this, internalFuncName, totalTime, selfTime, head);
78 devtools.profiler.WebKitViewNode.prototype.__proto__ = devtools.profiler.ProfileView.Node.prototype;
84 devtools.profiler.WebKitViewNode.FUNC_NAME_STRIP_RE = /^(?:LazyCompile|Function|Callback): (.*)$/;
90 devtools.profiler.WebKitViewNode.FUNC_NAME_PARSE_RE = /^((?:get | set )?[^ ]+) (.*):(\d+)( \{\d+\})…
[all …]
/external/webkit/WebKit/chromium/
DChangeLog45 (devtools.ProfilerAgent):
46 (devtools.ProfilerAgent.prototype.initializeProfiling):
47 (devtools.ProfilerAgent.prototype._getNextLogLines):
48 (devtools.ProfilerAgent.prototype.startProfiling):
49 (devtools.ProfilerAgent.prototype._didGetActiveProfilerModules):
50 (devtools.ProfilerAgent.prototype._didGetLogLines):
131 (devtools.DebuggerAgent.prototype.addBreakpoint):
135 (dispatch):
137 (devtools.ProfilerAgent.prototype.startProfiling):
138 (devtools.ProfilerAgent.prototype.stopProfiling):
[all …]
/external/webkit/WebCore/
DChangeLog-2010-01-293479 (WebCore::StorageEventDispatcher::dispatch):
6286 … tries to dispatch a mouseout event to the corresponding SVGElementInstance. This is not testable
6811 (InjectedScript.dispatch):
7110 … (WebCore::EventHandler::handleTouchEvent): Add code to detect and dispatch touchcancel events.
8233 (InjectedScript.dispatch):
13923 changedTouches. Moved points dispatch a touchmove event, with the moved
21501 for beforeload, so it seems OK to dispatch it right away.
23422 … When Web Sockets API says that events should be queued for async dispatch, it means something
23429 dispatch.
25654 …(WebCore::Document::implicitClose): If there's a pending state object, dispatch the popstate event.
[all …]
DChangeLog-2005-08-232273 … Added a new event handler method that is called prior to the dispatch of the event into the DOM.
2324 Add the invocation of preDispatchEventHandler prior to the dispatch of the event.
20797 …The reason why UNLOAD_EVENT wouldn't dispatch was because the code would delete all event listener…
38165 plugin to dispatch the call to the appropriate VM thread. This
39002 …<rdar://problem/3732702> crash in CSSComputedStyleDeclarationImpl running devtools.com editing sam…
40224 …bug. Also clean up checks in removeChild and in the dispatch of removedFromDocument mutation even…
41196 location, since we need that when we dispatch the ondragstart event. Previously
41198 coords, and then the dispatch converted it again.
41204 (KWQKHTMLPart::khtmlMouseMoveEvent): Use window based mouse event coords to dispatch event.