HomeSort by relevance Sort by last modified time
    Searched full:popoverhelper (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ObjectPopoverHelper.js 33 * @extends {WebInspector.PopoverHelper}
42 WebInspector.PopoverHelper.call(this, panelElement, getAnchor, this._showObjectPopover.bind(this), this._onHideObjectPopover.bind(this), disableOnClick);
178 __proto__: WebInspector.PopoverHelper.prototype
Popover.js 34 * @param {!WebInspector.PopoverHelper=} popoverHelper
36 WebInspector.Popover = function(popoverHelper)
50 this._popoverHelper = popoverHelper;
234 WebInspector.PopoverHelper = function(panelElement, getAnchor, showPopover, onHide, disableOnClick)
247 WebInspector.PopoverHelper.prototype = {
309 * @this {WebInspector.PopoverHelper}
ElementsPanel.js 117 this._popoverHelper = new WebInspector.PopoverHelper(this.element, this._getPopoverAnchor.bind(this), this._showPopover.bind(this));
    [all...]
TimelinePanel.js 167 this._popoverHelper = new WebInspector.PopoverHelper(this.element, this._getPopoverAnchor.bind(this), this._showPopover.bind(this));
    [all...]
NetworkPanel.js 142 this._popoverHelper = new WebInspector.PopoverHelper(this.element, this._getPopoverAnchor.bind(this), this._showPopover.bind(this), this._onHidePopover.bind(this));
    [all...]

Completed in 141 milliseconds