Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/timing/
H A Dperformance.cc732 const StringOrPerformanceMeasureOptions& start_or_options, in measure() argument
734 return MeasureInternal(script_state, measure_name, start_or_options, in measure()
741 const StringOrPerformanceMeasureOptions& start_or_options, in measure() argument
744 return MeasureInternal(script_state, measure_name, start_or_options, in measure()
767 const StringOrPerformanceMeasureOptions& start_or_options, in MeasureInternal() argument
770 DCHECK(!start_or_options.IsNull()); in MeasureInternal()
772 if (start_or_options.IsPerformanceMeasureOptions() && in MeasureInternal()
774 *start_or_options.GetAsPerformanceMeasureOptions())) { in MeasureInternal()
784 start_or_options.GetAsPerformanceMeasureOptions(); in MeasureInternal()
821 if (start_or_options.IsString()) { in MeasureInternal()
[all …]
H A Dperformance.h255 const StringOrPerformanceMeasureOptions& start_or_options,
261 const StringOrPerformanceMeasureOptions& start_or_options,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/timing/
H A Dperformance.cc770 const StringOrPerformanceMeasureOptions& start_or_options, in measure() argument
772 return MeasureInternal(script_state, measure_name, start_or_options, in measure()
779 const StringOrPerformanceMeasureOptions& start_or_options, in measure() argument
782 return MeasureInternal(script_state, measure_name, start_or_options, in measure()
805 const StringOrPerformanceMeasureOptions& start_or_options, in MeasureInternal() argument
808 DCHECK(!start_or_options.IsNull()); in MeasureInternal()
810 if (start_or_options.IsPerformanceMeasureOptions() && in MeasureInternal()
812 *start_or_options.GetAsPerformanceMeasureOptions())) { in MeasureInternal()
822 start_or_options.GetAsPerformanceMeasureOptions(); in MeasureInternal()
849 if (start_or_options.IsString()) { in MeasureInternal()
[all …]
H A Dperformance.h240 const StringOrPerformanceMeasureOptions& start_or_options,
246 const StringOrPerformanceMeasureOptions& start_or_options,