Searched refs:_items (Results 1 – 4 of 4) sorted by relevance
32 this._items = []; property in WebInspector.ContextMenu40 while (this._items.length > 0 && !("id" in this._items[this._items.length - 1]))41 this._items.splice(this._items.length - 1, 1);43 if (this._items.length) {45 InspectorFrontendHost.showContextMenu(event, this._items);51 var id = this._items.length;52 this._items.push({id: id, label: label});59 if (this._items.length === 0)61 if (!("id" in this._items[this._items.length - 1]))63 this._items.push({});
34 this._items = []; property in WebInspector.AbstractTimelinePanel62 return this._items;276 this._staleItems = this._items.slice();307 this._staleItems = this._items.slice();326 if (this._items) {327 var itemsLength = this._items.length;329 var item = this._items[i];334 this._items = []; property356 this._staleItems = this._items.slice();362 this._items.push(item);[all …]
2545 parameter, and deleteItems(). Add _items, _width, and _widthGood. Removed _head.
45923 and make _items a QValueList<KWQListBoxItem> instead of QStringList.51201 (QListBox::QListBox): Removed the _insertingItems boolean, and handling of the _items list.