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

  /external/chromium_org/remoting/webapp/
wcs_sandbox_content.js 8 * The sandbox side of the application/sandbox WCS interface, used by the
49 // Since the WCS driver code constructs XHRs directly, the only
62 if (remoting.wcs) {
63 remoting.wcs.sendIq(stanza);
76 // The WCS driver JS requires that remoting.wcsLoader be a global
78 // TODO(jamiewalch): remoting.wcs doesn't need to be global and should
80 if (remoting.wcs) {
81 remoting.wcs.updateAccessToken(token);
125 * Callback method to indicate that the WCS driver has loaded and provide the
128 * @param {string} localJid The full JID of the WCS client
    [all...]
wcs.js 8 * A class that provides an interface to a WCS connection.
16 /** @type {remoting.Wcs} */
17 remoting.wcs = null;
21 * @param {remoting.WcsIqClient} wcsIqClient The WCS client.
23 * @param {function(string): void} onReady Called with the WCS client's JID.
25 remoting.Wcs = function(wcsIqClient, token, onReady) {
27 * The WCS client.
41 * The function called when the WCS client has received a full JID.
48 * The full JID of the WCS client.
74 remoting.Wcs.prototype.updateAccessToken = function(tokenNew)
    [all...]
wcs_loader.js 8 * A class that loads a WCS IQ client and constructs remoting.wcs as a
25 * The WCS client that will be downloaded. This variable is initialized (via
37 remoting.WcsLoader.prototype.SCRIPT_NODE_ID_ = 'wcs-script-node';
40 * Starts loading the WCS IQ client.
42 * When it's loaded, construct remoting.wcs as a wrapper for it.
43 * When the WCS connection is ready, or on error, call |onReady| or |onError|,
48 * a client JID when WCS has been loaded.
61 // Create a script node to load the WCS driver.
96 * Constructs the remoting.wcs object
    [all...]
remoting.js 87 document.getElementById('wcs-sandbox');
  /external/bison/lib/
wchar.in.h 818 /* Find the first occurrence of WC in WCS. */
821 _GL_FUNCDECL_SYS (wcschr, wchar_t *, (const wchar_t *wcs, wchar_t wc)
834 _GL_CXXALIASWARN1 (wcschr, wchar_t *, (wchar_t *wcs, wchar_t wc));
835 _GL_CXXALIASWARN1 (wcschr, const wchar_t *, (const wchar_t *wcs, wchar_t wc));
848 /* Find the last occurrence of WC in WCS. */
851 _GL_FUNCDECL_SYS (wcsrchr, wchar_t *, (const wchar_t *wcs, wchar_t wc)
864 _GL_CXXALIASWARN1 (wcsrchr, wchar_t *, (wchar_t *wcs, wchar_t wc));
865 _GL_CXXALIASWARN1 (wcsrchr, const wchar_t *, (const wchar_t *wcs, wchar_t wc));
878 /* Return the length of the initial segmet of WCS which consists entirely
882 _GL_FUNCDECL_SYS (wcscspn, size_t, (const wchar_t *wcs, const wchar_t *reject
    [all...]
  /external/bison/darwin-lib/
wchar.h     [all...]
  /external/bison/linux-lib/
wchar.h     [all...]
  /external/chromium_org/sandbox/win/src/
crosscall_client.h 172 static size_t __cdecl StringLength(const wchar_t* wcs) {
173 const wchar_t *eos = wcs;
175 return static_cast<size_t>(eos - wcs - 1);
  /external/chromium_org/third_party/icu/source/test/perf/ustrperf/
stringperf.h 247 wchar_t* wcs; local
252 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len, &err);
253 memcpy(wlines_[i].name, wcs, wl * sizeof(wchar_t));
257 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len-1, &err);
258 memcpy(wlines_[i].name, wcs, wl*sizeof(wchar_t));
  /external/icu/icu4c/source/test/perf/ustrperf/
stringperf.h 247 wchar_t* wcs; local
252 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len, &err);
253 memcpy(wlines_[i].name, wcs, wl * sizeof(wchar_t));
257 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len-1, &err);
258 memcpy(wlines_[i].name, wcs, wl*sizeof(wchar_t));
  /external/chromium_org/third_party/icu/source/test/cintltst/
custrtrn.c 1399 wchar_t *wcs; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
custrtrn.c 1399 wchar_t *wcs; local
    [all...]
  /external/chromium_org/third_party/icu/source/
configure     [all...]
  /external/icu/icu4c/source/
configure     [all...]

Completed in 1268 milliseconds