Home | History | Annotate | Download | only in dbus

Lines Matching refs:Options

77   Bus::Options options;
78 scoped_refptr<Bus> bus = new Bus(options);
104 Bus::Options options;
105 scoped_refptr<Bus> bus = new Bus(options);
140 base::Thread::Options thread_options;
146 Bus::Options options;
147 options.dbus_task_runner = dbus_thread.message_loop_proxy();
148 scoped_refptr<Bus> bus = new Bus(options);
195 Bus::Options options;
196 scoped_refptr<Bus> bus = new Bus(options);
220 base::Thread::Options thread_options;
226 Bus::Options options;
227 options.dbus_task_runner = dbus_thread.message_loop_proxy();
228 scoped_refptr<Bus> bus = new Bus(options);
259 Bus::Options options;
260 scoped_refptr<Bus> bus = new Bus(options);
270 base::Thread::Options thread_options;
276 Bus::Options options;
277 options.dbus_task_runner = dbus_thread.message_loop_proxy();
278 scoped_refptr<Bus> bus = new Bus(options);
288 Bus::Options options;
289 scoped_refptr<Bus> bus = new Bus(options);
309 Bus::Options options;
310 scoped_refptr<Bus> bus = new Bus(options);
354 Bus::Options bus_options;