HomeSort by relevance Sort by last modified time
    Searched refs:Message (Results 176 - 200 of 3091) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/browser/printing/
printing_message_filter.h 43 const IPC::Message& message,
45 virtual bool OnMessageReceived(const IPC::Message& message,
98 void OnGetDefaultPrintSettings(IPC::Message* reply_msg);
101 IPC::Message* reply_msg);
107 IPC::Message* reply_msg);
110 IPC::Message* reply_msg);
117 IPC::Message* reply_msg);
120 IPC::Message* reply_msg)
    [all...]
  /external/chromium_org/chrome/common/
render_messages.cc 10 Message* m, const ContentSettingsPattern& pattern) {
15 const Message* m, PickleIterator* iter, ContentSettingsPattern* pattern) {
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_message_filter.h 16 // on the IPC thread before other message filters handle them.
23 const IPC::Message& message,
25 virtual bool OnMessageReceived(const IPC::Message& message,
  /external/chromium_org/content/browser/renderer_host/media/
midi_dispatcher_host.h 24 virtual bool OnMessageReceived(const IPC::Message& message,
27 const IPC::Message& message, BrowserThread::ID* thread) OVERRIDE;
  /external/chromium_org/content/common/
font_cache_dispatcher_win.h 26 virtual bool Send(IPC::Message* message) OVERRIDE;
31 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
34 // Message handlers.
  /external/chromium_org/content/renderer/dom_storage/
dom_storage_dispatcher.h 14 class Message;
37 bool OnMessageReceived(const IPC::Message& msg);
42 // IPC message handlers
  /external/clang/include/clang/Sema/
PrettyDeclStackTrace.h 35 const char *Message;
40 : S(S), TheDecl(D), Loc(Loc), Message(Msg) {}
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SynchronizedHandler.java 20 import android.os.Message;
33 public void dispatchMessage(Message message) {
36 super.dispatchMessage(message);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/
message.py 5 """Class representing message/* MIME documents."""
9 from email import message namespace
16 """Class representing message/* MIME documents."""
19 """Create a message/* type MIME document.
21 _msg is a message object and must be an instance of Message, or a
22 derived class of Message, otherwise a TypeError is raised.
24 Optional _subtype defines the subtype of the contained message. The
28 MIMENonMultipart.__init__(self, 'message', _subtype)
29 if not isinstance(_msg, message.Message)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/
message.py 5 """Class representing message/* MIME documents."""
9 from email import message namespace
16 """Class representing message/* MIME documents."""
19 """Create a message/* type MIME document.
21 _msg is a message object and must be an instance of Message, or a
22 derived class of Message, otherwise a TypeError is raised.
24 Optional _subtype defines the subtype of the contained message. The
28 MIMENonMultipart.__init__(self, 'message', _subtype)
29 if not isinstance(_msg, message.Message)
    [all...]
  /external/chromium_org/chrome/browser/devtools/
devtools_protocol.h 19 class Message {
21 virtual ~Message();
28 Message(const std::string& method, base::DictionaryValue* params);
34 DISALLOW_COPY_AND_ASSIGN(Message);
37 class Command : public Message {
69 class Notification : public Message {
  /external/chromium_org/chrome/browser/nacl_host/
nacl_host_message_filter.h 38 virtual bool OnMessageReceived(const IPC::Message& message,
54 IPC::Message* reply_msg);
57 IPC::Message* reply_msg);
58 void OnNaClCreateTemporaryFile(IPC::Message* reply_msg);
66 IPC::Message* reply_msg);
72 void SyncReturnTemporaryFile(IPC::Message* reply_msg,
  /external/chromium_org/content/child/
webmessageportchannel_impl.h 49 virtual void postMessage(const WebKit::WebString& message,
51 virtual bool tryGetMessage(WebKit::WebString* message,
56 void Send(IPC::Message* message);
59 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
61 void OnMessage(const string16& message,
66 struct Message {
67 Message();
68 ~Message();
70 string16 message; member in struct:content::WebMessagePortChannelImpl::Message
    [all...]
  /external/chromium_org/ipc/
ipc_test_sink.cc 18 bool TestSink::Send(Message* message) {
19 OnMessageReceived(*message);
20 delete message;
24 bool TestSink::OnMessageReceived(const Message& msg) {
32 // No filter handled the message, so store it.
33 messages_.push_back(Message(msg));
41 const Message* TestSink::GetMessageAt(size_t index) const {
47 const Message* TestSink::GetFirstMessageMatching(uint32 id) const {
55 const Message* TestSink::GetUniqueMessageMatching(uint32 id) const
    [all...]
ipc_message_utils.h 64 // How we send IPC message logs across channels.
71 uint32 type; // "User-defined" message type, from ipc_message.h.
73 int64 sent; // Time that the message was sent (i.e. at Send()).
90 static inline void WriteParam(Message* m, const P& p) {
96 static inline bool WARN_UNUSED_RESULT ReadParam(const Message* m,
114 static void Write(Message* m, const param_type& p) {
117 static bool Read(const Message* m, PickleIterator* iter, param_type* r) {
126 static void Write(Message* m, const param_type& p);
127 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
134 static void Write(Message* m, const param_type& p)
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitReader.cpp 22 Optionally returns a human-readable error message via OutMessage. */
33 std::string Message;
36 &Message));
39 *OutMessage = strdup(Message.c_str());
48 Optionally returns a human-readable error message via OutMessage. */
53 std::string Message;
56 &Message));
59 *OutMessage = strdup(Message.c_str());
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitReader.cpp 21 Optionally returns a human-readable error message via OutMessage. */
32 std::string Message;
35 &Message));
38 *OutMessage = strdup(Message.c_str());
47 Optionally returns a human-readable error message via OutMessage. */
52 std::string Message;
55 &Message));
58 *OutMessage = strdup(Message.c_str());
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitReader.cpp 21 Optionally returns a human-readable error message via OutMessage. */
32 std::string Message;
35 &Message));
38 *OutMessage = strdup(Message.c_str());
47 Optionally returns a human-readable error message via OutMessage. */
52 std::string Message;
55 &Message));
58 *OutMessage = strdup(Message.c_str());
  /frameworks/base/core/java/android/os/
Handler.java 25 * A Handler allows you to send and process {@link Message} and Runnable
27 * instance is associated with a single thread and that thread's message
29 * message queue of the thread that is creating it -- from that point on,
30 * it will deliver messages and runnables to that message queue and execute
31 * them as they come out of the message queue.
42 * you to enqueue Runnable objects to be called by the message queue when
44 * a {@link Message} object containing a bundle of data that will be
49 * allow the item to be processed as soon as the message queue is ready
56 * running a message queue that takes care of managing the top-level
61 * your new thread. The given Runnable or Message will then be schedule
    [all...]
  /external/chromium/chrome/browser/automation/
automation_provider_observers.h 59 class Message;
137 IPC::Message* reply_message);
151 scoped_ptr<IPC::Message> reply_message_;
160 IPC::Message* reply_message,
175 scoped_ptr<IPC::Message> reply_message_;
206 IPC::Message* reply_message);
213 scoped_ptr<IPC::Message> reply_message_;
223 IPC::Message* reply_message);
231 scoped_ptr<IPC::Message> reply_message_;
243 IPC::Message* reply_message
    [all...]
  /external/chromium_org/ppapi/proxy/
resource_message_params.h 75 virtual void Serialize(IPC::Message* msg) const;
76 virtual bool Deserialize(const IPC::Message* msg, PickleIterator* iter);
79 void WriteHeader(IPC::Message* msg) const;
81 void WriteHandles(IPC::Message* msg) const;
83 bool ReadHeader(const IPC::Message* msg, PickleIterator* iter);
84 bool ReadHandles(const IPC::Message* msg, PickleIterator* iter);
113 // Identifier for this message. Sequence numbers are quasi-unique within a
128 // A list of all handles transferred in the message. Handles go here so that
147 virtual void Serialize(IPC::Message* msg) const OVERRIDE;
148 virtual bool Deserialize(const IPC::Message* msg
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
test_util.h 40 #include <google/protobuf/message.h>
51 // Set every field in the message to a unique value.
52 static void SetAllFields(unittest::TestAllTypes* message);
53 static void SetOptionalFields(unittest::TestAllTypes* message);
54 static void AddRepeatedFields1(unittest::TestAllTypes* message);
55 static void AddRepeatedFields2(unittest::TestAllTypes* message);
56 static void SetDefaultFields(unittest::TestAllTypes* message);
57 static void SetAllExtensions(unittest::TestAllExtensions* message);
58 static void SetAllFieldsAndExtensions(unittest::TestFieldOrderings* message);
59 static void SetPackedFields(unittest::TestPackedTypes* message);
    [all...]
wire_format.h 46 #include <google/protobuf/message.h>
67 // protocol-complier-generated message classes. It must not be called
90 // These procedures can be used to implement the methods of Message which
98 // Read a message in protocol buffer wire format.
101 // a WIRETYPE_END_GROUP tag ending the message, whichever comes first.
105 // IsInitialized() on the resulting message yourself.
107 Message* message);
109 // Serialize a message in protocol buffer wire format.
111 // Any embedded messages within the message must have their correct size
    [all...]
  /system/core/include/utils/
Looper.h 38 * A message that can be posted to a Looper.
40 struct Message {
41 Message() : what(0) { }
42 Message(int what) : what(what) { }
44 /* The message type. (interpretation is left up to the handler) */
50 * Interface for a Looper message handler.
52 * The Looper holds a strong reference to the message handler whenever it has
53 * a message to deliver to it. Make sure to call Looper::removeMessages
63 * Handles a message.
65 virtual void handleMessage(const Message& message) = 0
351 Message message; member in struct:android::Looper::MessageEnvelope
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
HandlerCaller.java 22 import android.os.Message;
39 public void handleMessage(Message msg) {
45 public void executeMessage(Message msg);
56 public void executeOrSendMessage(Message msg) {
58 // right through. Otherwise, we need to send the message to the
69 public void sendMessageDelayed(Message msg, long delayMillis) {
85 public void sendMessage(Message msg) {
89 public Message obtainMessage(int what) {
93 public Message obtainMessageBO(int what, boolean arg1, Object arg2) {
97 public Message obtainMessageBOO(int what, boolean arg1, Object arg2, Object arg3)
    [all...]

Completed in 799 milliseconds

1 2 3 4 5 6 78 91011>>