Searched refs:dropdown_subscriber_ (Results 1 – 2 of 2) sorted by relevance
201 std::unique_ptr<Notifications::Subscriber<NoteDropdown>> dropdown_subscriber_; variable
115 dropdown_subscriber_ = Notifications::subscribe<NoteDropdown>([this](const NoteDropdown& note) { in BaseDropdown()