Searched refs:MessagePumpLibevent (Results 1 – 7 of 7) sorted by relevance
46 MessagePumpLibevent::FdWatchController::FdWatchController( in FdWatchController()50 MessagePumpLibevent::FdWatchController::~FdWatchController() { in ~FdWatchController()60 bool MessagePumpLibevent::FdWatchController::StopWatchingFileDescriptor() { in StopWatchingFileDescriptor()72 void MessagePumpLibevent::FdWatchController::Init(std::unique_ptr<event> e) { in Init()79 std::unique_ptr<event> MessagePumpLibevent::FdWatchController::ReleaseEvent() { in ReleaseEvent()83 void MessagePumpLibevent::FdWatchController::OnFileCanReadWithoutBlocking( in OnFileCanReadWithoutBlocking()85 MessagePumpLibevent* pump) { in OnFileCanReadWithoutBlocking()93 void MessagePumpLibevent::FdWatchController::OnFileCanWriteWithoutBlocking( in OnFileCanWriteWithoutBlocking()95 MessagePumpLibevent* pump) { in OnFileCanWriteWithoutBlocking()100 MessagePumpLibevent::MessagePumpLibevent() in MessagePumpLibevent() function in base::MessagePumpLibevent[all …]
25 class BASE_EXPORT MessagePumpLibevent : public MessagePump,39 friend class MessagePumpLibevent;48 void set_pump(MessagePumpLibevent* pump) { pump_ = pump; } in set_pump()49 MessagePumpLibevent* pump() const { return pump_; } in pump()53 void OnFileCanReadWithoutBlocking(int fd, MessagePumpLibevent* pump);54 void OnFileCanWriteWithoutBlocking(int fd, MessagePumpLibevent* pump);57 MessagePumpLibevent* pump_ = nullptr;66 MessagePumpLibevent();67 ~MessagePumpLibevent() override;118 DISALLOW_COPY_AND_ASSIGN(MessagePumpLibevent);
37 using MessagePumpForIO = MessagePumpLibevent;
48 using MessagePumpForUI = MessagePumpLibevent;
209 static_assert(std::is_same<MessagePumpForUI, MessagePumpLibevent>::value,
324 static_assert(std::is_same<base::MessagePumpForIO, base::MessagePumpLibevent>::value, in StartWatching()328 return static_cast<base::MessagePumpLibevent*>( in StartWatching()
26 using MessagePumpForUI = MessagePumpLibevent;