HomeSort by relevance Sort by last modified time
    Searched refs:make_scoped_refptr (Results 1 - 13 of 13) sorted by null

  /external/libmojo/mojo/edk/system/
watcher.cc 31 make_scoped_refptr(this), MOJO_RESULT_OK, signals_state);
34 make_scoped_refptr(this), MOJO_RESULT_FAILED_PRECONDITION,
42 make_scoped_refptr(this), MOJO_RESULT_CANCELLED, closed_state);
shared_buffer_dispatcher.h 93 return make_scoped_refptr(
core_test_base.cc 33 return make_scoped_refptr(new MockDispatcher(info));
data_pipe_consumer_dispatcher.cc 455 make_scoped_refptr(new PortObserverThunk(this)));
data_pipe_producer_dispatcher.cc 431 make_scoped_refptr(new PortObserverThunk(this)));
message_pipe_dispatcher.cc 173 make_scoped_refptr(new PortObserverThunk(this)));
  /external/libchrome/base/threading/
thread_checker_unittest.cc 64 make_scoped_refptr(new TestSimpleTaskRunner));
80 make_scoped_refptr(new TestSimpleTaskRunner));
131 make_scoped_refptr(new TestSimpleTaskRunner));
148 make_scoped_refptr(new TestSimpleTaskRunner));
181 make_scoped_refptr(new TestSimpleTaskRunner));
  /external/libmojo/ipc/
ipc_message.cc 171 make_scoped_refptr(static_cast<MessageAttachment*>(attachment.get())),
  /external/libchrome/base/memory/
ref_counted.h 578 scoped_refptr<T> make_scoped_refptr(T* t) { function
ref_counted_unittest.cc 560 EXPECT_DCHECK_DEATH(make_scoped_refptr(new InitialRefCountIsOne));
  /external/libchrome/base/trace_event/
memory_dump_manager_unittest.cc 567 make_scoped_refptr(new TestSequencedTaskRunner()));
569 make_scoped_refptr(new TestSequencedTaskRunner()));
    [all...]
  /external/libchrome/base/
bind_unittest.cc 813 make_scoped_refptr(&has_ref));
    [all...]
  /external/libmojo/mojo/edk/system/ports/
node.cc 982 scoped_refptr<Port> port = make_scoped_refptr(
    [all...]

Completed in 735 milliseconds