Home
last modified time | relevance | path

Searched refs:readyState (Results 1 – 25 of 73) sorted by relevance

123

/external/libvncserver/webclients/novnc/include/web-socket-js/
Dweb_socket.js52 self.readyState = WebSocket.CONNECTING;
77 if (this.readyState == WebSocket.CONNECTING) {
104 this.readyState = WebSocket.CLOSED;
107 if (this.readyState == WebSocket.CLOSED || this.readyState == WebSocket.CLOSING) {
110 this.readyState = WebSocket.CLOSING;
170 this.readyState = flashEvent.readyState;
Dswfobject.js4readyState!=D&&j.readyState=="complete")||(typeof j.readyState==D&&(j.getElementsByTagName("body")…
/external/webrtc/webrtc/api/objc/
DRTCMediaStreamTrack.mm36 - (RTCMediaStreamTrackState)readyState { method
41 NSString *readyState = [[self class] stringForState:self.readyState];
46 readyState];
DRTCMediaStreamTrack.h41 @property(nonatomic, readonly) RTCMediaStreamTrackState readyState;
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
DHTMLImports.js61 …var script = HTMLImports.currentScript || document.currentScript || (document.readyState !== "comp…
78 return doc.readyState === "complete" || doc.readyState === requiredReadyState;
83 if (doc.readyState === "complete" || doc.readyState === requiredReadyState) {
125 …return useNative ? link.__loaded || link.import && link.import.readyState !== "loading" : link.__i…
159 if (document.readyState === "loading") {
235 if (request.readyState === 4) {
759 …if (document.readyState === "complete" || document.readyState === "interactive" && !window.attachE…
DHTMLImports.min.js11readyState||e.readyState===g}function r(e,t){if(n(t))e&&e();else{var o=function(){("complete"===t.
Dwebcomponents-lite.js403 …var script = HTMLImports.currentScript || document.currentScript || (document.readyState !== "comp…
420 return doc.readyState === "complete" || doc.readyState === requiredReadyState;
425 if (doc.readyState === "complete" || doc.readyState === requiredReadyState) {
467 …return useNative ? link.__loaded || link.import && link.import.readyState !== "loading" : link.__i…
501 if (document.readyState === "loading") {
577 if (request.readyState === 4) {
1101 …if (document.readyState === "complete" || document.readyState === "interactive" && !window.attachE…
1687 if (document.readyState === "complete" || scope.flags.eager) {
1689 …} else if (document.readyState === "interactive" && !window.attachEvent && (!window.HTMLImports ||…
Dwebcomponents-lite.min.js11readyState||e.readyState===g}function o(e,t){if(n(t))e&&e();else{var r=function(){("complete"===t.
DCustomElements.min.js11 ….Event.prototype),"complete"===document.readyState||e.flags.eager)t();else if("interactive"!==docu…
/external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/
DHTMLImports.js61 …var script = HTMLImports.currentScript || document.currentScript || (document.readyState !== "comp…
78 return doc.readyState === "complete" || doc.readyState === requiredReadyState;
83 if (doc.readyState === "complete" || doc.readyState === requiredReadyState) {
125 …return useNative ? link.__loaded || link.import && link.import.readyState !== "loading" : link.__i…
159 if (document.readyState === "loading") {
235 if (request.readyState === 4) {
759 …if (document.readyState === "complete" || document.readyState === "interactive" && !window.attachE…
DHTMLImports.min.js11readyState||e.readyState===g}function r(e,t){if(n(t))e&&e();else{var o=function(){("complete"===t.
Dwebcomponents-lite.min.js11readyState||e.readyState===g}function o(e,t){if(n(t))e&&e();else{var r=function(){("complete"===t.
Dwebcomponents-lite.js403 …var script = HTMLImports.currentScript || document.currentScript || (document.readyState !== "comp…
420 return doc.readyState === "complete" || doc.readyState === requiredReadyState;
425 if (doc.readyState === "complete" || doc.readyState === requiredReadyState) {
467 …return useNative ? link.__loaded || link.import && link.import.readyState !== "loading" : link.__i…
501 if (document.readyState === "loading") {
577 if (request.readyState === 4) {
1101 …if (document.readyState === "complete" || document.readyState === "interactive" && !window.attachE…
1687 if (document.readyState === "complete" || scope.flags.eager) {
1689 …} else if (document.readyState === "interactive" && !window.attachEvent && (!window.HTMLImports ||…
/external/webrtc/webrtc/examples/objc/AppRTCDemo/third_party/SocketRocket/
DSRWebSocket.m205 @property (nonatomic) SRReadyState readyState; property
273 @synthesize readyState = _readyState;
384 [self willChangeValueForKey:@"readyState"];
387 [self didChangeValueForKey:@"readyState"];
466 self.readyState = SR_OPEN;
621 if (self.readyState == SR_CLOSING || self.readyState == SR_CLOSED) {
625 BOOL wasConnecting = self.readyState == SR_CONNECTING;
627 self.readyState = SR_CLOSING;
676 if (self.readyState != SR_CLOSED) {
684 self.readyState = SR_CLOSED;
[all …]
DSRWebSocket.h55 @property (nonatomic, readonly) SRReadyState readyState;
/external/libvncserver/webclients/novnc/include/
Dutil.js390 while (ls.length > 0 && (ls[0].readyState === 'loaded' ||
391 ls[0].readyState === 'complete')) {
397 if (!this.readyState ||
398 (Util.Engine.presto && this.readyState === 'loaded') ||
399 this.readyState === 'complete') {
Dwebsock.js308 if ((this._websocket.readyState === WebSocket.OPEN) ||
309 (this._websocket.readyState === WebSocket.CONNECTING)) {
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/spec/gl-matrix/
Dworker-spec.js10 if (this.readyState == this.DONE) {
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
Dnetwork_quiescence.js75 if (window.document.readyState !== 'complete') {
/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
Dseek.js22 if (element.readyState == element.HAVE_NOTHING) {
/external/autotest/client/site_tests/video_YouTubeMseEme/files/
Dvideo_YouTubeMseEme.js224 test_result &= temp_video.readyState === HTMLMediaElement.HAVE_NOTHING;
236 test_result = test_result && vm.ms.readyState === 'open';
/external/webrtc/webrtc/tools/rtcbot/bot/browser/
Dbot.js119 if (xhr.readyState != 4)
/external/webrtc/webrtc/tools/loopback_test/
Dloopback_test.js219 if (this.readyState !== 4) {
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/
Dprotorpc.js173 if (this.xhr_.readyState != goog.net.XmlHttp.ReadyState.COMPLETE) {
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/src/
DElementQueries.js323 if (/loaded|complete/i.test(document.readyState)) {

123