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

  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
Offer.java 47 private Date expiresDate;
62 * @param expiresDate the date at which this offer expires.
69 String userJID, String workgroupName, Date expiresDate,
77 this.expiresDate = expiresDate;
142 return this.expiresDate;
  /external/chromium/chrome/browser/resources/net_internals/
dnsview.js 97 var expiresDate = g_browser.convertTimeTicksToDate(e.expiration);
99 addTextNode(expiresCell, expiresDate.toLocaleString());
  /external/chromium_org/chrome/browser/resources/net_internals/
dns_view.js 135 var expiresDate = timeutil.convertTimeTicksToDate(e.expiration);
137 timeutil.addNodeWithDate(expiresCell, expiresDate);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CookieParser.js 323 expiresDate: function(requestDate)
HAREntry.js 219 expires: cookie.expiresDate(new Date(this._request.startTime * 1000)),

Completed in 108 milliseconds