Home
last modified time | relevance | path

Searched refs:wsUrl (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fgas/src/crt/
Dfx_system.cpp155 FX_BOOL FX_IsRelativePath(const CFX_WideStringC& wsUrl) { in FX_IsRelativePath() argument
156 int32_t iUrlLen = wsUrl.GetLength(); in FX_IsRelativePath()
161 if (wsUrl.GetAt(i) == ':') { in FX_IsRelativePath()
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DWebSocketChannelClient.java86 public void connect(final String wsUrl, final String postUrl) { in connect() argument
92 wsServerUrl = wsUrl; in connect()
96 Log.d(TAG, "Connecting WebSocket to: " + wsUrl + ". Post URL: " + postUrl); in connect()