Home
last modified time | relevance | path

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

/external/webkit/WebCore/inspector/front-end/
DContextMenu.js32 this._items = []; property in WebInspector.ContextMenu
40 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({});
DAbstractTimelinePanel.js34 this._items = []; property in WebInspector.AbstractTimelinePanel
62 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 = []; property
356 this._staleItems = this._items.slice();
362 this._items.push(item);
[all …]
/external/webkit/WebCore/
DChangeLog-2002-12-032545 parameter, and deleteItems(). Add _items, _width, and _widthGood. Removed _head.
DChangeLog-2005-08-2345923 and make _items a QValueList<KWQListBoxItem> instead of QStringList.
51201 (QListBox::QListBox): Removed the _insertingItems boolean, and handling of the _items list.