Home | History | Annotate | Download | only in dbus

Lines Matching full:methodcall

43 // sub classes such as MethodCall and Response instead.
142 class CHROME_DBUS_EXPORT MethodCall : public Message {
151 // MethodCall method_call(DBUS_INTERFACE_INTROSPECTABLE, "Get");
154 MethodCall(const std::string& interface_name,
157 // Returns a newly created MethodCall from the given raw message of the
160 static MethodCall* FromRawMessage(DBusMessage* raw_message);
165 MethodCall();
167 DISALLOW_COPY_AND_ASSIGN(MethodCall);
210 static scoped_ptr<Response> FromMethodCall(MethodCall* method_call);
237 MethodCall* method_call,