Home
last modified time | relevance | path

Searched refs:kHighlight (Results 1 – 25 of 56) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/tabbed_pane/
H A Dtabbed_pane.cc52 tabbed_pane_->GetStyle() == TabbedPane::TabStripStyle::kHighlight; in Tab()
129 if (tabbed_pane_->GetStyle() == TabbedPane::TabStripStyle::kHighlight && in CalculatePreferredSize()
152 if (tabbed_pane_->GetStyle() != TabbedPane::TabStripStyle::kHighlight) { in OnFocus()
173 if (tabbed_pane_->GetStyle() != TabbedPane::TabStripStyle::kHighlight) in OnBlur()
214 if (tabbed_pane_->GetStyle() == TabbedPane::TabStripStyle::kHighlight) { in OnStateChanged()
241 tabbed_pane_->GetStyle() != TabbedPane::TabStripStyle::kHighlight) { in OnPaint()
395 if (GetStyle() == TabbedPane::TabStripStyle::kHighlight) in OnPaintBorder()
489 {TabbedPane::TabStripStyle::kHighlight,
502 style != TabbedPane::TabStripStyle::kHighlight); in BEGIN_METADATA()
H A Dtabbed_pane_unittest.cc120 TabbedPane::TabStripStyle::kHighlight); in TEST_F()
121 EXPECT_EQ(tabbed_pane_->GetStyle(), TabbedPane::TabStripStyle::kHighlight); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/tabbed_pane/
H A Dtabbed_pane.cc53 tabbed_pane_->GetStyle() == TabbedPane::TabStripStyle::kHighlight; in Tab()
130 if (tabbed_pane_->GetStyle() == TabbedPane::TabStripStyle::kHighlight && in CalculatePreferredSize()
153 if (tabbed_pane_->GetStyle() != TabbedPane::TabStripStyle::kHighlight) { in OnFocus()
174 if (tabbed_pane_->GetStyle() != TabbedPane::TabStripStyle::kHighlight) in OnBlur()
215 if (tabbed_pane_->GetStyle() == TabbedPane::TabStripStyle::kHighlight) { in OnStateChanged()
242 tabbed_pane_->GetStyle() != TabbedPane::TabStripStyle::kHighlight) { in OnPaint()
395 if (GetStyle() == TabbedPane::TabStripStyle::kHighlight) in OnPaintBorder()
487 {TabbedPane::TabStripStyle::kHighlight,
499 style != TabbedPane::TabStripStyle::kHighlight); in BEGIN_METADATA()
H A Dtabbed_pane_unittest.cc72 TabbedPane::TabStripStyle::kHighlight); in TEST_F()
73 EXPECT_EQ(tabbed_pane->GetStyle(), TabbedPane::TabStripStyle::kHighlight); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_tools/rtc_event_log_visualizer/
H A Danalyzer.cc688 LineStyle::kLine, PointStyle::kHighlight); in CreateIncomingPacketLossGraph()
801 PointStyle::kHighlight); in CreateFractionLossGraph()
1136 PointStyle::kHighlight); in CreateGoogCcSimulationGraph()
1138 PointStyle::kHighlight); in CreateGoogCcSimulationGraph()
1140 PointStyle::kHighlight); in CreateGoogCcSimulationGraph()
1211 PointStyle::kHighlight); in CreateSendSideBweSimulationGraph()
1409 PointStyle::kHighlight); in CreateReceiveSideBweSimulationGraph()
1448 PointStyle::kHighlight); in CreateNetworkDelayFeedbackGraph()
1521 LineStyle::kLine, PointStyle::kHighlight); in CreatePacerDelayGraph()
1743 PointStyle::kHighlight); in CreateDtlsTransportStateGraph()
[all …]
H A Danalyze_audio.cc32 PointStyle::kHighlight); in CreateAudioEncoderTargetBitrateGraph()
57 PointStyle::kHighlight); in CreateAudioEncoderFrameLengthGraph()
82 LineStyle::kLine, PointStyle::kHighlight); in CreateAudioEncoderPacketLossGraph()
108 PointStyle::kHighlight); in CreateAudioEncoderEnableFecGraph()
133 PointStyle::kHighlight); in CreateAudioEncoderEnableDtxGraph()
158 PointStyle::kHighlight); in CreateAudioEncoderNumChannelsGraph()
400 PointStyle::kHighlight); in CreateAudioJitterBufferGraph()
H A Dplot_base.cc134 if (series_list_[i].point_style == PointStyle::kHighlight) { in PrintPythonCode()
141 if (series_list_[i].point_style == PointStyle::kHighlight) { in PrintPythonCode()
160 if (series_list_[i].point_style == PointStyle::kHighlight) { in PrintPythonCode()
265 if (series_list_[i].point_style == PointStyle::kHighlight) in ExportProtobuf()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/rtc_tools/rtc_event_log_visualizer/
H A Danalyzer.cc917 PointStyle::kHighlight); in CreateFractionLossGraph()
1254 PointStyle::kHighlight); in CreateGoogCcSimulationGraph()
1256 PointStyle::kHighlight); in CreateGoogCcSimulationGraph()
1327 PointStyle::kHighlight); in CreateSendSideBweSimulationGraph()
1503 PointStyle::kHighlight); in CreateReceiveSideBweSimulationGraph()
1542 PointStyle::kHighlight); in CreateNetworkDelayFeedbackGraph()
1735 PointStyle::kHighlight); in CreateAudioEncoderTargetBitrateGraph()
1758 PointStyle::kHighlight); in CreateAudioEncoderFrameLengthGraph()
1805 PointStyle::kHighlight); in CreateAudioEncoderEnableFecGraph()
2294 PointStyle::kHighlight); in CreateDtlsTransportStateGraph()
[all …]
H A Dplot_python.cc64 if (series_list_[i].point_style == PointStyle::kHighlight) { in Draw()
71 if (series_list_[i].point_style == PointStyle::kHighlight) { in Draw()
90 if (series_list_[i].point_style == PointStyle::kHighlight) { in Draw()
H A Dplot_protobuf.cc49 if (series_list_[i].point_style == PointStyle::kHighlight) in ExportProtobuf()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_theme_win.cc43 case CSSValueID::kHighlight: in SystemColor()
44 theme_color = blink::WebThemeEngine::SystemThemeColor::kHighlight; in SystemColor()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_theme_win.cc45 case CSSValueID::kHighlight: in SystemColor()
46 theme_color = blink::WebThemeEngine::SystemThemeColor::kHighlight; in SystemColor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Dhighlight_painting_utils.cc58 CSSValueID keyword = CSSValueID::kHighlight; in ForcedSystemBackgroundColor()
62 keyword = CSSValueID::kHighlight; in ForcedSystemBackgroundColor()
65 keyword = CSSValueID::kHighlight; in ForcedSystemBackgroundColor()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/child/
H A Dwebthemeengine_impl_conversions.cc105 case blink::WebThemeEngine::SystemThemeColor::kHighlight: in NativeSystemThemeColor()
106 return ui::NativeTheme::SystemThemeColor::kHighlight; in NativeSystemThemeColor()
H A Dwebthemeengine_impl_unittest.cc18 blink::WebThemeEngine::SystemThemeColor::kHighlight, in TEST()
28 ui::NativeTheme::SystemThemeColor::kHighlight, in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/
H A Dselection_painting_utils.cc126 return LayoutTheme::GetTheme().SystemColor(CSSValueID::kHighlight, in SelectionBackgroundColor()
134 return LayoutTheme::GetTheme().SystemColor(CSSValueID::kHighlight, in SelectionBackgroundColor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/child/
H A Dwebthemeengine_impl_conversions.cc105 case blink::WebThemeEngine::SystemThemeColor::kHighlight: in NativeSystemThemeColor()
106 return ui::NativeTheme::SystemThemeColor::kHighlight; in NativeSystemThemeColor()
H A Dwebthemeengine_impl_unittest.cc18 blink::WebThemeEngine::SystemThemeColor::kHighlight, in TEST()
28 ui::NativeTheme::SystemThemeColor::kHighlight, in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/public/common/sandbox_support/
H A Dsandbox_support_mac.h24 kHighlight, enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxfa/
H A Dcxfa_rendercontext.cpp29 m_pWidget->RenderWidget(gs, m_matrix, CXFA_FFWidget::kHighlight); in DoRender()
/dports/games/widelands/widelands-build21/src/graphic/styles/
H A Dware_info_style.h31 enum class WareInfoStyle { kNormal, kHighlight }; enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/tabs/
H A Dtab_style.h41 kHighlight, enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/public/platform/
H A Dweb_theme_engine.h91 kHighlight, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/public/platform/
H A Dweb_theme_engine.h92 kHighlight, enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/native_theme/
H A Dnative_theme_win_unittest.cc105 theme.SetSystemColor(SystemThemeColor::kHighlight, kHighlightColor); in TEST()

123