HomeSort by relevance Sort by last modified time
    Searched refs:message (Results 451 - 475 of 1541) sorted by null

<<11121314151617181920>>

  /external/webkit/WebCore/dom/
MessagePort.h 59 void postMessage(PassRefPtr<SerializedScriptValue> message, ExceptionCode&);
60 void postMessage(PassRefPtr<SerializedScriptValue> message, const MessagePortArray*, ExceptionCode&);
62 void postMessage(PassRefPtr<SerializedScriptValue> message, MessagePort*, ExceptionCode&);
  /external/webkit/WebCore/websockets/
WorkerThreadableWebSocketChannel.cpp 71 bool WorkerThreadableWebSocketChannel::send(const String& message)
75 return m_bridge->send(message);
127 void WorkerThreadableWebSocketChannel::Peer::send(const String& message)
132 bool sent = m_mainWebSocketChannel->send(message);
181 static void workerContextDidReceiveMessage(ScriptExecutionContext* context, RefPtr<ThreadableWebSocketChannelClientWrapper> workerClientWrapper, const String& message)
184 workerClientWrapper->didReceiveMessage(message);
187 void WorkerThreadableWebSocketChannel::Peer::didReceiveMessage(const String& message)
190 m_loaderProxy.postTaskForModeToWorkerContext(createCallbackTask(&workerContextDidReceiveMessage, m_workerClientWrapper, message), m_taskMode);
257 void WorkerThreadableWebSocketChannel::mainThreadSend(ScriptExecutionContext* context, Peer* peer, const String& message)
263 peer->send(message);
    [all...]
  /external/webkit/WebKit/android/jni/
PictureSet.h 34 #define DBG_SET_LOG(message) LOGD("%s %s", __FUNCTION__, message)
38 #define DBG_SET_LOG(message) ((void)0)
  /external/webkit/WebKit/wx/WebKitSupport/
ChromeClientWx.h 83 const String& message,
88 virtual bool runBeforeUnloadConfirmPanel(const String& message,
95 virtual bool runJavaScriptPrompt(Frame*, const String& message, const String& defaultValue, String& result);
  /external/webkit/WebKitTools/WebKitAPITest/
TestsController.cpp 66 if (msg.message != WM_QUIT)
78 void TestsController::testFailed(const char* file, int line, const char* message)
85 printf("FAIL: %s\n\t%s (%s:%d)\n", m_tests.first()->name(), message, file, line);
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupCheckSettings.java 111 public AutoDiscoverAuthenticationException(String message) {
112 super(message);
120 mMessageView = (TextView)findViewById(R.id.message);
223 String message = afe.getMessage(); local
224 int id = (message == null)
228 id, message);
230 String message = cve.getMessage(); local
231 int id = (message == null)
234 showErrorDialog(false, id, message);
244 String message = me.getMessage() local
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/signers/
DSASigner.java 51 * generate a signature for the given message using the key we were
52 * initialised with. For conventional DSA the message should be a SHA-1
53 * hash of the message of interest.
55 * @param message the message that will be verified later.
58 byte[] message)
60 BigInteger m = new BigInteger(1, message);
88 * the passed in message for standard DSA the message should be a
89 * SHA-1 hash of the real message to be verified
    [all...]
  /external/apache-http/src/org/apache/http/message/
HeaderValueFormatter.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/message/HeaderValueFormatter.java $
32 package org.apache.http.message;
HeaderValueParser.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/message/HeaderValueParser.java $
32 package org.apache.http.message;
LineFormatter.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/message/LineFormatter.java $
32 package org.apache.http.message;
43 * Interface for formatting elements of the HEAD section of an HTTP message.
  /external/dbus/bus/
driver.h 33 DBusMessage *message,
  /external/dbus/test/
spawn-test.c 37 error.message);
  /external/icu4c/test/intltest/
apicoll.h 25 void doAssert(UBool condition, const char *message);
canittst.h 48 void expectEqual(const UnicodeString &message, const UnicodeString &item, const UnicodeString &a, const UnicodeString &b);
  /external/ppp/pppd/plugins/
winbind.c 102 char *message, int message_space);
391 char *message, *parameter; local
396 message = buffer;
407 if (strcmp(message, ".") == 0) {
410 } else if (strcasecmp(message, "Authenticated") == 0) {
417 } else if (strcasecmp(message, "User-session-key") == 0) {
426 } else if (strcasecmp(message, "Error") == 0) {
430 } else if (strcasecmp(message, "Authentication-Error") == 0) {
435 notice("unrecognised input from ntlm_auth helper - %s: %s", message, parameter);
482 * msgp -- Message which will be sent in PAP respons
    [all...]
  /external/skia/include/views/
SkOSWindow_Win.h 32 bool wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
  /external/stlport/stlport/
errno.h 24 /* only show message when directly including this file in a non-library build */
26 # pragma message("eMbedded Visual C++ 3 and .NET don't have a errno.h header; STLport won't include native errno.h here")
  /external/webkit/WebCore/bindings/generic/
BindingSecurityBase.cpp 81 String message; local
  /external/webkit/WebCore/platform/android/
GeolocationServiceBridge.h 52 static void newErrorAvailable(JNIEnv *env, jclass, jlong nativeObject, jstring message);
  /external/webkit/WebCore/platform/gtk/
GeolocationServiceGtk.h 50 void setError(PositionError::ErrorCode, const char* message);
SharedBufferGtk.cpp 40 LOG_ERROR("Failed to fully read contents of file %s - %s", filenameForDisplay(filePath).utf8().data(), error->message);
  /external/webkit/WebCore/platform/win/
WindowMessageBroadcaster.cpp 112 LRESULT CALLBACK WindowMessageBroadcaster::SubclassedWndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
119 (*it)->windowReceivedMessage(hwnd, message, wParam, lParam);
124 if (message == WM_DESTROY)
127 return CallWindowProc(originalWndProc, hwnd, message, wParam, lParam);
  /external/webkit/WebCore/svg/
SVGDocumentExtensions.cpp 101 void SVGDocumentExtensions::reportWarning(const String& message)
104 frame->domWindow()->console()->addMessage(JSMessageSource, LogMessageType, ErrorMessageLevel, "Warning: " + message, m_doc->tokenizer() ? m_doc->tokenizer()->lineNumber() : 1, String());
107 void SVGDocumentExtensions::reportError(const String& message)
110 frame->domWindow()->console()->addMessage(JSMessageSource, LogMessageType, ErrorMessageLevel, "Error: " + message, m_doc->tokenizer() ? m_doc->tokenizer()->lineNumber() : 1, String());
  /external/webkit/WebKit/chromium/src/
WebWorkerImpl.h 72 const WebCore::String& message,
  /external/webkit/WebKit/mac/Panels/
WebAuthenticationPanel.m 132 NSString *message;
141 message = [NSString stringWithFormat:UI_STRING("To view this page, you must log in to the %@ proxy server %@.",
146 message = [NSString stringWithFormat:UI_STRING("To view this page, you must log in to area ?%@? on %@.",
149 message = [NSString stringWithFormat:UI_STRING("To view this page, you must log in to this area on %@:",
154 message = [NSString stringWithFormat:UI_STRING("The user name or password you entered for the %@ proxy server %@ was incorrect. Make sure you?re entering them correctly, and then try again.",
159 message = [NSString stringWithFormat:UI_STRING("The user name or password you entered for area ?%@? on %@ was incorrect. Make sure you?re entering them correctly, and then try again.",
162 message = [NSString stringWithFormat:UI_STRING("The user name or password you entered for this area on %@ was incorrect. Make sure you?re entering them correctly, and then try again.",
193 [mainLabel setStringValue:message];
199 "message in authentication panel")];
205 "message in authentication panel")]
    [all...]

Completed in 6548 milliseconds

<<11121314151617181920>>