Lines Matching refs:Options
79 // dbus::Bus::Options options;
80 // // Set up the bus options here.
82 // dbus::Bus bus(options);
171 // Specifies service ownership options.
187 // Options used to create a Bus object.
188 struct CHROME_DBUS_EXPORT Options {
189 Options();
190 ~Options();
211 // dbus::Bus::Options options;
212 // options.bus_type = CUSTOM_ADDRESS;
213 // options.address.assign("unix:path=/tmp/dbus-XXXXXXX");
214 // // Set up other options
215 // dbus::Bus bus(options);
230 explicit Bus(const Options& options);
267 // Same as above, but also takes a bitfield of ObjectProxy::Options.
268 // See object_proxy.h for available options.
272 int options);
302 // Same as above, but also takes a bitfield of ObjectProxy::Options.
303 // See object_proxy.h for available options.
307 int options,
417 ServiceOwnershipOptions options,
425 ServiceOwnershipOptions options);
573 // |options| specifies where to printing error messages or not.
577 GetServiceOwnerOption options);
629 ServiceOwnershipOptions options,
728 // The second part is the ObjectProxy::Options for the proxy.