HomeSort by relevance Sort by last modified time
    Searched refs:commentURL (Results 1 - 6 of 6) sorted by null

  /external/apache-http/src/org/apache/http/cookie/
SetCookie2.java 48 void setCommentURL(String commentURL);
  /external/apache-http/src/org/apache/http/impl/cookie/
BasicClientCookie2.java 47 private String commentURL;
72 return this.commentURL;
75 public void setCommentURL(final String commentURL) {
76 this.commentURL = commentURL;
  /libcore/luni/src/main/java/java/net/
HttpCookie.java 53 * CommentURL} attributes and renames the header from {@code Set-Cookie}
105 RESERVED_NAMES.add("commenturl"); // RFC 2965
353 } else if (name.equals("commenturl") && cookie.commentURL == null) {
354 cookie.commentURL = value;
474 private String commentURL;
535 * Returns the value of {@code CommentURL} attribute.
538 return commentURL;
633 * Set the {@code CommentURL} attribute of this cookie.
635 public void setCommentURL(String commentURL) {
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 37 milliseconds