Searched refs:setMethod (Results 1 - 25 of 56) sorted by relevance

123

/external/nist-sip/java/javax/sip/header/
H A DAllowHeader.java9 void setMethod(String method) throws ParseException; method in interface:AllowHeader
H A DRAckHeader.java10 void setMethod(String method) throws ParseException; method in interface:RAckHeader
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSipRequestLine.java45 public abstract void setMethod(String method); method in interface:SipRequestLine
H A DAllow.java76 public void setMethod(String method) throws ParseException { method in class:Allow
80 + ", Allow, setMethod(), the method parameter is null.");
H A DAllowList.java109 allow.setMethod((String) it.next());
H A DCSeq.java154 * @see javax.sip.header.CSeqHeader#setMethod(java.lang.String)
156 public void setMethod(String meth) throws ParseException { method in class:CSeq
160 + ", setMethod(), the meth parameter is null");
H A DRAck.java120 public void setMethod(String method) throws ParseException { method in class:RAck
H A DRequestLine.java127 * @see gov.nist.javax.sip.header.SipRequestLine#setMethod(java.lang.String)
129 public void setMethod(String method) { method in class:RequestLine
/external/javassist/src/main/javassist/compiler/ast/
H A DCallExpr.java33 public void setMethod(MemberResolver.Method m) { method in class:CallExpr
/external/nist-sip/java/javax/sip/message/
H A DRequest.java24 void setMethod(String method) throws ParseException; method in interface:Request
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DAllowParser.java79 allow.setMethod(token.getTokenValue());
90 allow.setMethod(token.getTokenValue());
H A DCSeqParser.java70 c.setMethod(m);
H A DRAckParser.java87 rack.setMethod(token.getTokenValue());
H A DRequestLineParser.java57 retval.setMethod(m);
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebServiceWorkerRequest.h46 void setMethod(const WebString&);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8DOMConfiguration.h175 setMethod(objectOrTemplate, callback.methodName(isolate), functionTemplate, attribute);
189 static void setMethod(v8::Handle<v8::Object> target, v8::Handle<v8::Name> name, v8::Handle<v8::FunctionTemplate> functionTemplate, v8::PropertyAttribute attribute) function in class:blink::V8DOMConfiguration
193 static void setMethod(v8::Handle<v8::FunctionTemplate> target, v8::Handle<v8::Name> name, v8::Handle<v8::FunctionTemplate> functionTemplate, v8::PropertyAttribute attribute) function in class:blink::V8DOMConfiguration
197 static void setMethod(v8::Handle<v8::ObjectTemplate> target, v8::Handle<v8::Name> name, v8::Handle<v8::FunctionTemplate> functionTemplate, v8::PropertyAttribute attribute) function in class:blink::V8DOMConfiguration
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DSIPRequest.java353 requestLine.setMethod(method);
396 public void setMethod(String method) { method in class:SIPRequest
408 this.requestLine.setMethod(meth);
412 this.cSeqHeader.setMethod(meth);
776 cancel.setMethod(Request.CANCEL);
781 cancel.getCSeq().setMethod(Request.CANCEL);
821 newRequest.setMethod(Request.ACK);
853 cseq.setMethod(Request.ACK);
918 newRequest.setMethod(Request.ACK);
927 newRequest.getCSeq().setMethod(Reques
[all...]
H A DMessageFactoryImpl.java134 sipRequest.setMethod(method);
192 sipRequest.setMethod(method);
243 sipRequest.setMethod(method);
557 sipRequest.setMethod(method);
/external/apache-http/src/org/apache/http/impl/client/
H A DRequestWrapper.java110 public void setMethod(final String method) { method in class:RequestWrapper
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DFetchRequestData.h69 void setMethod(AtomicString method) { m_method = method; } function in class:blink::FINAL
H A DRequestTest.cpp69 webRequest.setMethod(method);
H A DRequest.cpp96 request->setMethod(XMLHttpRequest::uppercaseKnownHTTPMethod(AtomicString(init.method)));
329 webRequest.setMethod(method());
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebServiceWorkerRequest.cpp51 void WebServiceWorkerRequest::setMethod(const WebString& method) function in class:blink::WebServiceWorkerRequest
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorOutputElem.java112 public void setMethod(org.apache.xml.utils.QName newValue) method in class:ProcessorOutputElem
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFormElement.h95 void setMethod(const AtomicString&);

Completed in 375 milliseconds

123