Searched refs:NotifyAllWebFunction (Results 1 – 2 of 2) sorted by relevance
31 using NotifyAllWebFunction = std::function<void(bool isRegister)>; variable72 void SaveRegisterForWebFunction(NotifyAllWebFunction&& function);97 NotifyAllWebFunction notifyWebFunction_ = 0;
217 void UiSessionManager::SaveRegisterForWebFunction(NotifyAllWebFunction&& function) in SaveRegisterForWebFunction()