Searched refs:UpdateCollector (Results 1 – 6 of 6) sorted by relevance
24 func (client *Client) UpdateCollector(request *UpdateCollectorRequest) (response *UpdateCollectorRe… func37 response, err := client.UpdateCollector(request)59 response, err = client.UpdateCollector(request)
145 UpdateCollector(); in OnForcedExtensionsPrefChanged()159 UpdateCollector(); in OnExtensionInstallationFinished()167 void ExtensionInstallEventLogger::UpdateCollector() { in UpdateCollector() function in policy::ExtensionInstallEventLogger
227 UpdateCollector(current_pending); in OnComplianceReportReceived()255 void AppInstallEventLogger::UpdateCollector( in UpdateCollector() function in policy::AppInstallEventLogger294 UpdateCollector(current_pending); in EvaluatePolicy()
81 void UpdateCollector();
112 void UpdateCollector(const std::set<std::string>& pending);
175 private class UpdateCollector extends ASTVisitor { class in SourceAnalyzer485 body.accept(new UpdateCollector()); in initialize()