Searched refs:commentURL (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/net/
H A DHttpCookie.java318 } else if (name.equals("commenturl") && cookie.commentURL == null) {
319 cookie.commentURL = value;
425 private String commentURL; field in class:HttpCookie
490 return commentURL;
587 public void setCommentURL(String commentURL) { argument
588 this.commentURL = commentURL;

Completed in 138 milliseconds