HomeSort by relevance Sort by last modified time
    Searched full:expiresdate (Results 1 - 3 of 3) 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/webkit/Source/WebCore/platform/mac/
CookieJar.mm 183 NSTimeInterval expires = [[cookie expiresDate] timeIntervalSince1970] * 1000;

Completed in 72 milliseconds