Searched refs:only_post_data (Results 1 – 1 of 1) sorted by relevance
88 static std::vector<Service*> GetDebuggingServices(bool only_post_data) { in GetDebuggingServices() argument92 if (kDebuggingServices.count(s->name()) && (!only_post_data || s->is_post_data())) { in GetDebuggingServices()