Home | History | Annotate | Download | only in web-socket-js

Lines Matching refs:false

54    * @return {boolean}  True for success, false for failure.
73 return false;
165 event.initEvent(type, false, false);
168 return {type: type, bubbles: false, cancelable: false};
175 event.initMessageEvent("message", false, false, data, null, null, window, null);
179 return {type: type, data: data, bubbles: false, cancelable: false};
316 * @return {boolean} True if flash lite is running, false otherwise.
320 return false;
324 return false;
326 return mimeType.enabledPlugin.filename.match(/flashlite/i) ? true : false;
333 }, false);