Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
DBreakpointsSidebarPane.js528 …this._createCategory(WebInspector.UIString("Animation"), ["requestAnimationFrame", "cancelAnimatio…
529 …this._createCategory(WebInspector.UIString("Control"), ["resize", "scroll", "zoom", "focus", "blur…
530 …this._createCategory(WebInspector.UIString("Clipboard"), ["copy", "cut", "paste", "beforecopy", "b…
531 …this._createCategory(WebInspector.UIString("DOM Mutation"), ["DOMActivate", "DOMFocusIn", "DOMFocu…
532 this._createCategory(WebInspector.UIString("Device"), ["deviceorientation", "devicemotion"]);
533 …this._createCategory(WebInspector.UIString("Drag / drop"), ["dragenter", "dragover", "dragleave", …
534 …this._createCategory(WebInspector.UIString("Keyboard"), ["keydown", "keyup", "keypress", "input"]);
535 …this._createCategory(WebInspector.UIString("Load"), ["load", "beforeunload", "unload", "abort", "e…
536 …this._createCategory(WebInspector.UIString("Mouse"), ["click", "dblclick", "mousedown", "mouseup",…
537 …this._createCategory(WebInspector.UIString("Timer"), ["setTimer", "clearTimer", "timerFired"], tru…
[all …]