HomeSort by relevance Sort by last modified time
    Searched refs:setProtocol (Results 1 - 25 of 34) sorted by null

1 2

  /external/nist-sip/java/javax/sip/header/
ReasonHeader.java 13 void setProtocol(String protocol) throws ParseException;
ViaHeader.java 22 void setProtocol(String protocol) throws ParseException;
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
SecurityAgreeHeader.java 78 public void setProtocol(String prot) throws ParseException;
SecurityAgree.java 172 public void setProtocol(String prot) throws ParseException {
176 + "Exception, SecurityClient, setProtocol(), the protocol parameter is null");
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ReasonParser.java 79 reason.setProtocol(value);
  /external/nist-sip/java/gov/nist/javax/sip/header/
Protocol.java 104 public void setProtocol( String name_and_version ) throws ParseException {
Reason.java 88 public void setProtocol(String protocol) throws ParseException {
Via.java 409 public void setProtocol(String protocol) throws ParseException {
413 + "Via, setProtocol(), the protocol parameter is null.");
418 sentProtocol.setProtocol(protocol);
HeaderFactoryImpl.java 813 reason.setProtocol(protocol);
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLAnchorElement.h 80 void setProtocol(const String&);
HTMLAnchorElement.cpp 437 void HTMLAnchorElement::setProtocol(const String& value)
440 url.setProtocol(value);
  /external/webkit/Source/WebCore/page/
Location.h 58 void setProtocol(const String&, DOMWindow* activeWindow, DOMWindow* firstWindow, ExceptionCode&);
Location.cpp 156 void Location::setProtocol(const String& protocol, DOMWindow* activeWindow, DOMWindow* firstWindow, ExceptionCode& ec)
161 if (!url.setProtocol(protocol)) {
  /external/webkit/Source/WebCore/bindings/js/
JSLocationCustom.cpp 186 void JSLocation::setProtocol(ExecState* exec, JSValue value)
192 impl()->setProtocol(ustringToString(protocol), activeDOMWindow(exec), firstDOMWindow(exec), ec);
  /external/webkit/Source/WebKit/chromium/tests/
KURLTest.cpp 239 kurl.setProtocol(cases[i].protocol);
355 kurl.setProtocol("http");
390 EXPECT_FALSE(kurl.setProtocol("f/sj#@"));
  /external/webkit/Source/WebKit/wx/
WebFrame.cpp 290 kurl.setProtocol("file");
294 kurl.setProtocol("http");
  /external/webkit/Source/WebCore/platform/
KURL.h 167 bool setProtocol(const String&);
KURLGoogle.cpp 599 bool KURL::setProtocol(const String& protocol)
    [all...]
KURL.cpp 714 bool KURL::setProtocol(const String& s)
    [all...]
  /frameworks/base/voip/java/android/net/sip/
SipProfile.java 213 public Builder setProtocol(String protocol)
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8LocationCustom.cpp 133 impl->setProtocol(protocol, state->activeWindow(), state->firstWindow(), ec);
  /external/webkit/Source/WebCore/websockets/
WebSocketHandshake.cpp 413 bool couldSetProtocol = url.setProtocol(m_secure ? "https" : "http");
  /packages/apps/Phone/src/com/android/phone/sip/
SipEditor.java 422 .setProtocol(PreferenceKey.Transport.getValue())
  /external/clang/include/clang/AST/
ExprObjC.h 435 void setProtocol(ObjCProtocolDecl *P) { TheProtocol = P; }
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPDialog.java 523 reasonHeader.setProtocol("SIP");
    [all...]

Completed in 450 milliseconds

1 2