Home
last modified time | relevance | path

Searched refs:HasObserverFor (Results 1 – 12 of 12) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/timing/
H A Dwindow_performance.cc415 if (HasObserverFor(PerformanceEntry::kEvent)) { in ReportEventTimings()
444 if (HasObserverFor(PerformanceEntry::kElement)) in AddElementTiming()
455 if (HasObserverFor(PerformanceEntry::kFirstInput)) { in DispatchFirstInputTiming()
468 if (HasObserverFor(PerformanceEntry::kLayoutShift)) in AddLayoutShiftEntry()
479 if (HasObserverFor(PerformanceEntry::kVisibilityState)) in AddVisibilityStateEntry()
514 if (HasObserverFor(PerformanceEntry::kLargestContentfulPaint)) in OnLargestContentfulPaintUpdated()
H A Devent_timing.cc64 performance->HasObserverFor(PerformanceEntry::kEvent)); in ShouldReportForEventTiming()
H A Dperformance_test.cc40 return HasObserverFor(entry_type); in HasPerformanceObserverFor()
H A Dperformance.h278 bool HasObserverFor(PerformanceEntry::EntryType) const;
H A Dperformance.cc914 bool Performance::HasObserverFor( in HasObserverFor() function in blink::Performance
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/timing/
H A Dwindow_performance.cc385 if (HasObserverFor(PerformanceEntry::kEvent)) { in ReportEventTimings()
410 if (HasObserverFor(PerformanceEntry::kElement)) in AddElementTiming()
421 if (HasObserverFor(PerformanceEntry::kFirstInput)) { in DispatchFirstInputTiming()
438 if (HasObserverFor(PerformanceEntry::kLayoutShift)) in AddLayoutShiftValue()
457 if (HasObserverFor(PerformanceEntry::kLargestContentfulPaint)) in OnLargestContentfulPaintUpdated()
H A Devent_timing.cc55 performance->HasObserverFor(PerformanceEntry::kEvent)); in ShouldReportForEventTiming()
H A Dperformance_test.cc40 return HasObserverFor(entry_type); in HasPerformanceObserverFor()
H A Dperformance.h263 bool HasObserverFor(PerformanceEntry::EntryType) const;
H A Dperformance.cc712 if (!HasObserverFor(PerformanceEntry::kLongTask)) in AddLongTaskTiming()
943 bool Performance::HasObserverFor( in HasObserverFor() function in blink::Performance
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Dtext_element_timing.cc56 return performance_->HasObserverFor(PerformanceEntry::kElement) || in CanReportElements()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/
H A Dtext_element_timing.cc56 return performance_->HasObserverFor(PerformanceEntry::kElement) || in CanReportElements()