Searched refs:message (Results 326 - 350 of 3133) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSMessagePortCustom.h55 RefPtr<SerializedScriptValue> message = SerializedScriptValue::create(exec, exec->argument(0), &portArray, &arrayBufferArray); local
60 impl->postMessage(message.release(), &portArray, ec);
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DHeapSnapshotWorker.js42 function postMessageWrapper(message)
44 postMessage(message);
92 addEventListener("message", dispatcher.dispatchMessage.bind(dispatcher), false);
H A DHeapSnapshotProxy.js40 postMessage: function(message)
57 this._worker.addEventListener("message", this._messageReceived.bind(this), false);
63 var message = event.data;
64 if ("callId" in message)
65 this.dispatchEventToListeners("message", message);
67 if (message.object !== "console") {
68 console.log(WebInspector.UIString("Worker asks to call a method '%s' on an unsupported object '%s'.", message.method, message.object));
71 if (message
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/audio/gstreamer/
H A DAudioDestinationGStreamer.cpp41 gboolean messageCallback(GstBus*, GstMessage* message, AudioDestinationGStreamer* destination) argument
43 return destination->handleMessage(message);
90 g_signal_connect(bus.get(), "message", G_CALLBACK(messageCallback), this);
164 gboolean AudioDestinationGStreamer::handleMessage(GstMessage* message) argument
169 switch (GST_MESSAGE_TYPE(message)) {
171 gst_message_parse_warning(message, &error.outPtr(), &debug.outPtr());
172 g_warning("Warning: %d, %s. Debug output: %s", error->code, error->message, debug.get());
175 gst_message_parse_error(message, &error.outPtr(), &debug.outPtr());
176 g_warning("Error: %d, %s. Debug output: %s", error->code, error->message, debug.get());
/macosx-10.9.5/WebCore-7537.78.1/plugins/win/
H A DPluginMessageThrottlerWin.h57 bool isInlineMessage(PluginMessage* message);
58 void freeMessage(PluginMessage* message);
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGException.idl29 readonly attribute DOMString message;
/macosx-10.9.5/WebKit-7537.78.2/gtk/tests/
H A Dtesthttpbackend.c38 SoupMessage* message = webkit_network_request_get_message(request); local
45 g_assert_cmpint(G_OBJECT(message)->ref_count, ==, 1);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/tests/
H A Dtest_ewk2_context_history_callbacks.cpp131 static void serverCallbackRedirection(SoupServer*, SoupMessage* message, const char* path, GHashTable*, SoupClientContext*, gpointer) argument
133 if (message->method != SOUP_METHOD_GET) {
134 soup_message_set_status(message, SOUP_STATUS_NOT_IMPLEMENTED);
139 soup_message_set_status(message, SOUP_STATUS_TEMPORARY_REDIRECT);
140 soup_message_headers_append(message->response_headers, "Location", httpServer()->getURLForPath(redirectionTargetPath).data());
144 soup_message_set_status(message, SOUP_STATUS_OK);
148 soup_message_body_append(message->response_body, SOUP_MEMORY_TAKE, eina_strbuf_string_steal(body), bodyLength);
151 soup_message_body_complete(message->response_body);
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dfile-private.h91 const char *message);
129 const char *message);
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dsaveplace.el149 (message "Buffer `%s' not visiting a file" (buffer-name))
152 (message "No place will be saved in this file")
154 (message "Place will be saved")
210 (message "Saving places to %s..." file)
228 (file-error (message "Can't write %s" file)))
230 (message "Saving places to %s...done" file)))))
241 (message "Loading places from %s..." file)
270 (message "Loading places from %s...done" file)))
/macosx-10.9.5/emacs-92/emacs/lisp/url/
H A Durl-cid.el38 (message "Unknown CID encountered: %s" cid)
63 (message "Unable to handle CID URL: %s" url))))
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/TableGen/
H A DError.h26 TGError(ArrayRef<SMLoc> locs, const std::string &message) argument
27 : Locs(locs.begin(), locs.end()), Message(message) {}
/macosx-10.9.5/mail_cmds-29/mail/
H A Dextern.h61 char *hfield(const char *, struct message *);
64 char *name1(struct message *, int);
65 char *nameof(struct message *, int);
72 FILE *setinput(struct message *);
91 int append(struct message *, FILE *);
226 int sendmessage(struct message *, FILE *, struct ignoretab *, char *);
240 void statusput(struct message *, FILE *, char *);
246 void touch(struct message *);
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Ddtrace-postfix.d40 * QMGR_MESSAGE *message
54 probe smtp__dequeue(void *message);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVDirectChat.h73 - (void) addEventMessageToDisplay:(NSString *) message withName:(NSString *) name andAttributes:(NSDictionary *) attributes;
74 - (void) addEventMessageToDisplay:(NSString *) message withName:(NSString *) name andAttributes:(NSDictionary *) attributes entityEncodeAttributes:(BOOL) encode;
75 - (void) addMessageToDisplay:(NSData *) message fromUser:(NSString *) user asAction:(BOOL) action;
76 - (void) processMessage:(NSMutableString *) message asAction:(BOOL) action fromUser:(NSString *) user;
77 - (void) echoSentMessageToDisplay:(NSAttributedString *) message asAction:(BOOL) action;
83 - (void) sendAttributedMessage:(NSMutableAttributedString *) message asAction:(BOOL) action;
93 - (void) processMessage:(NSMutableString *) message asAction:(BOOL) action inChat:(JVDirectChat *) chat;
94 - (void) processMessage:(NSMutableAttributedString *) message asAction:(BOOL) action toChat:(JVDirectChat *) chat;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVDirectChat.h73 - (void) addEventMessageToDisplay:(NSString *) message withName:(NSString *) name andAttributes:(NSDictionary *) attributes;
74 - (void) addEventMessageToDisplay:(NSString *) message withName:(NSString *) name andAttributes:(NSDictionary *) attributes entityEncodeAttributes:(BOOL) encode;
75 - (void) addMessageToDisplay:(NSData *) message fromUser:(NSString *) user asAction:(BOOL) action;
76 - (void) processMessage:(NSMutableString *) message asAction:(BOOL) action fromUser:(NSString *) user;
77 - (void) echoSentMessageToDisplay:(NSAttributedString *) message asAction:(BOOL) action;
83 - (void) sendAttributedMessage:(NSMutableAttributedString *) message asAction:(BOOL) action;
93 - (void) processMessage:(NSMutableString *) message asAction:(BOOL) action inChat:(JVDirectChat *) chat;
94 - (void) processMessage:(NSMutableAttributedString *) message asAction:(BOOL) action toChat:(JVDirectChat *) chat;
/macosx-10.9.5/remote_cmds-41.90.1/talk.tproj/
H A Dmsgs.c63 message(current_state);
71 message(current_state);
/macosx-10.9.5/ruby-104/ruby/lib/rexml/
H A Dparseexception.rb5 def initialize( message, source=nil, parser=nil, exception=nil )
6 super(message)
23 # Get the stack trace and error message
/macosx-10.9.5/ruby-104/ruby/lib/rss/
H A Drexmlparser.rb24 raise NotWellFormedError.new{e.message}
28 raise NotWellFormedError.new(line){e.message}
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/smtpd/clients/
H A Dmail-test.py11 def sendmail(self, sender, recipient, message):
13 self.svr.sendmail(sender, recipient, message)
28 This is a sample message from Python.
37 # Try normal message
/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A DDASession.c327 mach_msg_header_t message; local
330 message.msgh_bits = MACH_MSGH_BITS( MACH_MSG_TYPE_COPY_SEND, 0 );
331 message.msgh_id = 0;
332 message.msgh_local_port = MACH_PORT_NULL;
333 message.msgh_remote_port = session->_client;
334 message.msgh_reserved = 0;
335 message.msgh_size = sizeof( message );
337 status = mach_msg( &message, MACH_SEND_MSG | MACH_SEND_TIMEOUT, message
380 mach_msg_header_t message; local
[all...]
/macosx-10.9.5/WebKit-7537.78.2/wince/
H A DWebView.cpp62 LRESULT CALLBACK WebView::webViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
65 return webView->wndProc(hWnd, message, wParam, lParam);
67 return DefWindowProc(hWnd, message, wParam, lParam);
184 void WebView::runJavaScriptAlert(const String& message) argument
189 bool WebView::runJavaScriptConfirm(const String& message) argument
195 bool WebView::runJavaScriptPrompt(const String& message, const String& defaultValue, String& result) argument
282 bool WebView::handleMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
292 PlatformMouseEvent mouseEvent(hWnd, message, wParam, lParam);
299 if (message == WM_LBUTTONDOWN || message
[all...]
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy/eg/
H A Dadblock.pl16 my ( $self, $headers, $message ) = @_;
17 $self->proxy->response( $no ) if $message->uri->host =~ /$re/o;
H A Dyahoogroups.pl13 my ( $self, $headers, $message ) = @_;
28 $message->request->headers # headers are cloned
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/eg/
H A Dadblock.pl16 my ( $self, $headers, $message ) = @_;
17 $self->proxy->response( $no ) if $message->uri->host =~ /$re/o;

Completed in 171 milliseconds

<<11121314151617181920>>