Home
last modified time | relevance | path

Searched refs:SetMaxLines (Results 1 – 25 of 36) sorted by relevance

12

/dports/editors/rehex/rehex-0.4.0/wxLua/modules/wxlua/
H A Dwxlconsole.cpp170 SetMaxLines(lines); in OnMenu()
205 SetMaxLines(m_max_lines); in AppendText()
215 SetMaxLines(m_max_lines); in AppendTextWithAttr()
218 bool wxLuaConsole::SetMaxLines(int max_lines) in SetMaxLines() function in wxLuaConsole
H A Dwxlconsole.h66 bool SetMaxLines(int max_lines = 500);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/examples/
H A Dmultiline_example.cc111 void SetMaxLines(int max_lines) { in SetMaxLines() function in views::examples::MultilineExample::RenderTextView
112 render_text_->SetMaxLines(max_lines); in SetMaxLines()
197 render_text_view_->SetMaxLines(elision_checkbox_->GetChecked() ? 3 : 0); in ButtonPressed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/examples/
H A Dmultiline_example.cc114 void SetMaxLines(int max_lines) { in SetMaxLines() function in views::examples::MultilineExample::RenderTextView
115 render_text_->SetMaxLines(max_lines); in SetMaxLines()
164 example->render_text_view_->SetMaxLines( in CreateExampleView()
/dports/deskutils/ical/ical-tcl/
H A Dprint.tcl23 lappend output {15 SetMaxLines}
103 lappend output {18 SetMaxLines}
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stedit/src/
H A Dsteshell.cpp66 SetMaxLines(m_max_lines, m_overflow_lines); // check for line count overflow in AppendText()
250 bool wxSTEditorShell::SetMaxLines(int max_lines, int overflow_lines) in SetMaxLines() function in wxSTEditorShell
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stedit/include/wx/stedit/
H A Dsteshell.h129 bool SetMaxLines(int max_lines, int overflow_lines = 2000);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/power/
H A Dpower_button_menu_item_view.cc55 title_->SetMaxLines(2); in PowerButtonMenuItemView()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/sharesheet/
H A Dsharesheet_target_button.cc106 label->SetMaxLines(kButtonMaxLines); in SharesheetTargetButton()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/
H A Dlabel_unittest.cc528 label()->SetMaxLines(10); in TEST_F()
772 label()->SetMaxLines(2); in TEST_F()
783 label()->SetMaxLines(0); // Used to get the uncapped height. in TEST_F()
787 label()->SetMaxLines(2); in TEST_F()
793 label()->SetMaxLines(0); // Used to get the uncapped height. in TEST_F()
797 label()->SetMaxLines(2); in TEST_F()
H A Dlabel.h178 void SetMaxLines(int max_lines);
H A Dlabel.cc307 void Label::SetMaxLines(int max_lines) { in SetMaxLines() function in views::Label
658 render_text->SetMaxLines(multiline ? GetMaxLines() : 0); in CreateRenderText()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/phonehub/
H A Dcontinue_browsing_chip.cc104 title_label->SetMaxLines(kTitleMaxLines); in ContinueBrowsingChip()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/assistant/ui/main_stage/
H A Dassistant_onboarding_suggestion_view.cc204 label_->SetMaxLines(2); in InitLayout()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/
H A Dlabel_unittest.cc744 label()->SetMaxLines(2); in TEST_F()
755 label()->SetMaxLines(0); // Used to get the uncapped height. in TEST_F()
759 label()->SetMaxLines(2); in TEST_F()
765 label()->SetMaxLines(0); // Used to get the uncapped height. in TEST_F()
769 label()->SetMaxLines(2); in TEST_F()
H A Dlabel.h154 void SetMaxLines(int max_lines);
H A Dlabel.cc248 void Label::SetMaxLines(int max_lines) { in SetMaxLines() function in views::Label
588 render_text->SetMaxLines(multiline ? GetMaxLines() : 0); in CreateRenderText()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/login/ui/
H A Dpin_request_view.cc293 title_label_->SetMaxLines(kTitleMaxLines); in PinRequestView()
308 description_label_->SetMaxLines(kDescriptionMaxLines); in PinRequestView()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/
H A Drender_text_api_fuzzer.cc265 render_text->SetMaxLines(fdp.ConsumeIntegralInRange<size_t>(0, 5)); in LLVMFuzzerTestOneInput()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/
H A Drender_text_api_fuzzer.cc281 render_text->SetMaxLines(fdp.ConsumeIntegralInRange<size_t>(0, 5)); in LLVMFuzzerTestOneInput()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/omnibox/
H A Domnibox_text_view.cc211 render_text_->SetMaxLines( in SetText()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/toast/
H A Dtoast_overlay.cc69 SetMaxLines(2); in ToastOverlayLabel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/tabs/
H A Dtab_hover_card_bubble_view.cc469 title_label_->SetMaxLines(kHoverCardTitleMaxLines); in TabHoverCardBubbleView()
477 title_fade_label_->SetMaxLines(kHoverCardTitleMaxLines); in TabHoverCardBubbleView()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/message_center/views/
H A Dnotification_view_md.cc907 title_view_->SetMaxLines(kMaxLinesForTitleView); in CreateOrUpdateTitleView()
940 message_view_->SetMaxLines(kMaxLinesForMessageView); in CreateOrUpdateMessageView()
1285 message_view_->SetMaxLines(expanded ? kMaxLinesForExpandedMessageView in UpdateViewForExpandedState()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/message_center/views/
H A Dnotification_view_md.cc851 title_view_->SetMaxLines(kMaxLinesForTitleView); in CreateOrUpdateTitleView()
882 message_view_->SetMaxLines(kMaxLinesForMessageView); in CreateOrUpdateMessageView()
1276 message_view_->SetMaxLines(expanded ? kMaxLinesForExpandedMessageView in UpdateViewForExpandedState()

12