Searched refs:GetCallback (Results 1 - 8 of 8) sorted by relevance

/external/libbrillo/brillo/dbus/
H A Ddbus_property.h30 void Get(dbus::PropertySet::GetCallback callback) {
/external/libchrome/base/trace_event/
H A Dtrace_buffer.h97 OutputCallback GetCallback();
H A Dtrace_buffer.cc357 TraceResultBuffer::SimpleOutput::GetCallback() { function in class:base::trace_event::TraceResultBuffer::SimpleOutput
H A Dmemory_dump_manager_unittest.cc866 buffer.SetOutputCallback(trace_output.GetCallback());
H A Dtrace_event_unittest.cc158 trace_buffer_.SetOutputCallback(json_output_.GetCallback());
/external/libchrome/dbus/
H A Dproperty.h253 typedef base::Callback<void(bool success)> GetCallback; typedef in class:dbus::PropertySet
260 virtual void Get(PropertyBase* property, GetCallback callback);
261 virtual void OnGet(PropertyBase* property, GetCallback callback,
389 virtual void Get(dbus::PropertySet::GetCallback callback) {
H A Dproperty.cc100 void PropertySet::Get(PropertyBase* property, GetCallback callback) {
115 void PropertySet::OnGet(PropertyBase* property, GetCallback callback,
/external/libchrome/base/test/
H A Dtrace_event_analyzer_unittest.cc36 buffer_.SetOutputCallback(output_.GetCallback());

Completed in 798 milliseconds