Lines Matching full:false
58 return false;
62 return false;
83 static bool webSocketsAvailable = false;
163 return false;
168 return false;
235 dispatchEvent(Event::create(eventNames().openEvent, false, false));
244 evt->initMessageEvent(eventNames().messageEvent, false, false, SerializedScriptValue::create(msg), "", "", 0, 0);
253 dispatchEvent(Event::create(eventNames().closeEvent, false, false));