Searched refs:HookAction (Results 1 – 2 of 2) sorted by relevance
88 struct HookAction { struct89 explicit HookAction(const base::Closure& start_callback) in HookAction() argument99 typedef std::map<std::string, HookAction> HookTableMap; argument
49 hook_table_.emplace(name, HookAction(start_callback)); in Add()65 HookAction* action = &it->second; in ActionComplete()98 HookAction* action = &hook_entry.second; in Run()112 const HookAction& action = hook_entry.second; in AllActionsComplete()