Home
last modified time | relevance | path

Searched refs:ReadyCallbackWithState (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/public/cpp/system/
Dsimple_watcher.h57 using ReadyCallbackWithState = variable
123 const ReadyCallbackWithState& callback);
180 ReadyCallbackWithState ready_callback() const { return callback_; } in ready_callback()
230 ReadyCallbackWithState callback_;
Dsimple_watcher.cc151 const ReadyCallbackWithState& callback) { in Watch()
259 ReadyCallbackWithState callback = callback_; in OnHandleReady()