Home
last modified time | relevance | path

Searched refs:customHighlight (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/css/css-highlight-api/
H A DHighlight-iteration.html.ini2 …[Highlight can be iterated when it's empty initializing the iterator with customHighlight[Symbol.i…
5 …[Highlight can be iterated when it's empty initializing the iterator with customHighlight.values()]
8 [Highlight can be iterated when it's empty initializing the iterator with customHighlight.keys()]
11 …[Highlight can be iterated over all of its ranges initializing the iterator with customHighlight[S…
17 …[Highlight can be iterated over all of its ranges initializing the iterator with customHighlight.v…
20 …[Highlight can be iterated over all of its ranges initializing the iterator with customHighlight.v…
23 …[Highlight can be iterated over all of its ranges initializing the iterator with customHighlight.k…
26 …[Highlight can be iterated over all of its ranges initializing the iterator with customHighlight.k…
35 …[Highlight can be iterated over all of its ranges initializing the iterator with customHighlight.v…
41 …[Highlight can be iterated over all of its ranges initializing the iterator with customHighlight.k…
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/css/css-highlight-api/
H A DHighlight-iteration.html.ini2 …[Highlight can be iterated when it's empty initializing the iterator with customHighlight[Symbol.i…
5 …[Highlight can be iterated when it's empty initializing the iterator with customHighlight.values()]
8 [Highlight can be iterated when it's empty initializing the iterator with customHighlight.keys()]
11 …[Highlight can be iterated over all of its ranges initializing the iterator with customHighlight[S…
17 …[Highlight can be iterated over all of its ranges initializing the iterator with customHighlight.v…
20 …[Highlight can be iterated over all of its ranges initializing the iterator with customHighlight.v…
23 …[Highlight can be iterated over all of its ranges initializing the iterator with customHighlight.k…
26 …[Highlight can be iterated over all of its ranges initializing the iterator with customHighlight.k…
35 …[Highlight can be iterated over all of its ranges initializing the iterator with customHighlight.v…
41 …[Highlight can be iterated over all of its ranges initializing the iterator with customHighlight.k…
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/css/css-highlight-api/
H A DHighlight-iteration.html.ini2 …[Highlight can be iterated when it's empty initializing the iterator with customHighlight[Symbol.i…
5 …[Highlight can be iterated when it's empty initializing the iterator with customHighlight.values()]
8 [Highlight can be iterated when it's empty initializing the iterator with customHighlight.keys()]
11 …[Highlight can be iterated over all of its ranges initializing the iterator with customHighlight[S…
17 …[Highlight can be iterated over all of its ranges initializing the iterator with customHighlight.v…
20 …[Highlight can be iterated over all of its ranges initializing the iterator with customHighlight.v…
23 …[Highlight can be iterated over all of its ranges initializing the iterator with customHighlight.k…
26 …[Highlight can be iterated over all of its ranges initializing the iterator with customHighlight.k…
35 …[Highlight can be iterated over all of its ranges initializing the iterator with customHighlight.v…
41 …[Highlight can be iterated over all of its ranges initializing the iterator with customHighlight.k…
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/view/media/
H A Dhistory_view_media_grouped.h90 bool customHighlight() const override { in customHighlight() function
H A Dhistory_view_media.h270 [[nodiscard]] virtual bool customHighlight() const { in customHighlight() function
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/view/
H A Dhistory_view_message.cpp521 const auto customHighlight = mediaDisplayed && media->customHighlight(); in draw() local
522 if (!mediaSelectionIntervals.empty() || customHighlight) { in draw()
542 if (customHighlight) { in draw()