Home
last modified time | relevance | path

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

/external/webkit/WebCore/inspector/front-end/
DCookieItemsView.js81 this._cookies = allCookies;
83 if (!this._cookies.length) {
97 …eeElement.subtitle = String.sprintf(WebInspector.UIString("%d cookies (%s)"), this._cookies.length,
119 this._cookies = []; property
139 this._cookies.push(allCookies[i]);
214 this._cookies.sort(comparator);
218 for (var i = 0; i < this._cookies.length; ++i) {
220 var cookie = this._cookies[i];
258 var cookies = this._cookies;