Lines Matching refs:Options
82 // dbus::Bus::Options options;
83 // // Set up the bus options here.
85 // dbus::Bus bus(options);
174 // Specifies service ownership options.
190 // Options used to create a Bus object.
191 struct CHROME_DBUS_EXPORT Options {
192 Options();
193 ~Options();
214 // dbus::Bus::Options options;
215 // options.bus_type = CUSTOM_ADDRESS;
216 // options.address.assign("unix:path=/tmp/dbus-XXXXXXX");
217 // // Set up other options
218 // dbus::Bus bus(options);
227 explicit Bus(const Options& options);
264 // Same as above, but also takes a bitfield of ObjectProxy::Options.
265 // See object_proxy.h for available options.
269 int options);
299 // Same as above, but also takes a bitfield of ObjectProxy::Options.
300 // See object_proxy.h for available options.
304 int options,
420 ServiceOwnershipOptions options,
432 ServiceOwnershipOptions options);
558 // |options| specifies where to printing error messages or not.
562 GetServiceOwnerOption options);
626 ServiceOwnershipOptions options,
722 // The second part is the ObjectProxy::Options for the proxy.