Home
last modified time | relevance | path

Searched refs:ArchivedAnnotation (Results 1 – 4 of 4) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/traffic_annotation/auditor/
H A Dtraffic_annotation_exporter.h18 struct ArchivedAnnotation { struct
19 ArchivedAnnotation();
20 ArchivedAnnotation(const ArchivedAnnotation& other);
21 ~ArchivedAnnotation();
67 const std::map<std::string, ArchivedAnnotation>& GetArchivedAnnotations() in GetArchivedAnnotations()
73 bool MatchesCurrentPlatform(const ArchivedAnnotation& annotation) const { in MatchesCurrentPlatform()
98 std::map<std::string, ArchivedAnnotation> archive_;
H A Dtraffic_annotation_exporter.cc66 TrafficAnnotationExporter::ArchivedAnnotation::ArchivedAnnotation() in ArchivedAnnotation() function in TrafficAnnotationExporter::ArchivedAnnotation
72 TrafficAnnotationExporter::ArchivedAnnotation::ArchivedAnnotation(
73 const TrafficAnnotationExporter::ArchivedAnnotation& other) = default;
75 TrafficAnnotationExporter::ArchivedAnnotation::~ArchivedAnnotation() = default;
111 ArchivedAnnotation item; in LoadAnnotationsXML()
190 ArchivedAnnotation* current = &archive_[annotation.proto.unique_id()]; in UpdateAnnotations()
220 ArchivedAnnotation new_item; in UpdateAnnotations()
252 ArchivedAnnotation new_item; in UpdateAnnotations()
483 for (const std::pair<const std::string, ArchivedAnnotation>& item : in GetOtherPlatformsAnnotationIDs()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/traffic_annotation/auditor/
H A Dtraffic_annotation_exporter.h18 struct ArchivedAnnotation { struct
19 ArchivedAnnotation();
20 ArchivedAnnotation(const ArchivedAnnotation& other);
21 ~ArchivedAnnotation();
70 const std::map<std::string, ArchivedAnnotation>& GetArchivedAnnotations() in GetArchivedAnnotations()
76 bool MatchesCurrentPlatform(const ArchivedAnnotation& annotation) const { in MatchesCurrentPlatform()
101 std::map<std::string, ArchivedAnnotation> archive_;
H A Dtraffic_annotation_exporter.cc94 TrafficAnnotationExporter::ArchivedAnnotation::ArchivedAnnotation() in ArchivedAnnotation() function in TrafficAnnotationExporter::ArchivedAnnotation
100 TrafficAnnotationExporter::ArchivedAnnotation::ArchivedAnnotation(
101 const TrafficAnnotationExporter::ArchivedAnnotation& other) = default;
103 TrafficAnnotationExporter::ArchivedAnnotation::~ArchivedAnnotation() = default;
154 ArchivedAnnotation item; in LoadAnnotationsXML()
240 ArchivedAnnotation* current = &archive_[annotation.proto.unique_id()]; in UpdateAnnotations()
270 ArchivedAnnotation new_item; in UpdateAnnotations()
303 ArchivedAnnotation new_item; in UpdateAnnotations()
549 for (const std::pair<const std::string, ArchivedAnnotation>& item : in GetOtherPlatformsAnnotationIDs()