Searched refs:failAsError (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DMainThreadWebSocketChannel.cpp264 failAsError("Failed to send WebSocket handshake.");
321 failAsError("Ran out of memory while receiving WebSocket data.");
416 failAsError("Failed to load Blob: error code = " + String::number(errorCode)); // FIXME: Generate human-friendly reason message.
491 failAsError(m_handshake->failureReason());
552 failAsError(errorString);
561 failAsError(inflateResult->failureReason());
565 failAsError(m_perMessageDeflate.failureReason());
571 failAsError("Unrecognized frame opcode: " + String::number(frame.opCode));
576 failAsError("One or more reserved bits are on: reserved1 = " + String::number(frame.compress) + ", reserved2 = " + String::number(frame.reserved2) + ", reserved3 = " + String::number(frame.reserved3));
581 failAsError("
[all...]
H A DNewWebSocketChannelImpl.cpp400 failAsError("Cannot connect to " + m_url.string() + ".");
401 // failAsError may delete this object.
435 // |this->failAsError| function.
436 failAsError(message);
479 failAsError("Could not decode a text frame as UTF-8.");
480 // failAsError may delete this object.
542 failAsError("Failed to load Blob: error code = " + String::number(errorCode));
H A DNewWebSocketChannelImpl.h128 void failAsError(const String& reason) { fail(reason, ErrorMessageLevel, m_sourceURLAtConstruction, m_lineNumberAtConstruction); } function in class:WebCore::FINAL
H A DMainThreadWebSocketChannel.h168 void failAsError(const String& reason) { fail(reason, ErrorMessageLevel, m_sourceURLAtConstruction, m_lineNumberAtConstruction); } function in class:WebCore::FINAL

Completed in 82 milliseconds