Home
last modified time | relevance | path

Searched refs:has_arrow (Results 1 – 25 of 44) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/bubble/
H A Dbubble_border_unittest.cc96 EXPECT_TRUE(BubbleBorder::has_arrow(BubbleBorder::TOP_LEFT)); in TEST_F()
97 EXPECT_TRUE(BubbleBorder::has_arrow(BubbleBorder::TOP_RIGHT)); in TEST_F()
99 EXPECT_TRUE(BubbleBorder::has_arrow(BubbleBorder::BOTTOM_LEFT)); in TEST_F()
100 EXPECT_TRUE(BubbleBorder::has_arrow(BubbleBorder::BOTTOM_RIGHT)); in TEST_F()
102 EXPECT_TRUE(BubbleBorder::has_arrow(BubbleBorder::LEFT_TOP)); in TEST_F()
103 EXPECT_TRUE(BubbleBorder::has_arrow(BubbleBorder::RIGHT_TOP)); in TEST_F()
105 EXPECT_TRUE(BubbleBorder::has_arrow(BubbleBorder::LEFT_BOTTOM)); in TEST_F()
108 EXPECT_TRUE(BubbleBorder::has_arrow(BubbleBorder::TOP_CENTER)); in TEST_F()
111 EXPECT_TRUE(BubbleBorder::has_arrow(BubbleBorder::LEFT_CENTER)); in TEST_F()
114 EXPECT_FALSE(BubbleBorder::has_arrow(BubbleBorder::NONE)); in TEST_F()
[all …]
H A Dbubble_border.h93 static bool has_arrow(Arrow a) { return a < NONE; } in has_arrow() function
96 return has_arrow(a) && (a == LEFT_CENTER || !(a & (RIGHT | CENTER))); in is_arrow_on_left()
100 return has_arrow(a) && (a == TOP_CENTER || !(a & (BOTTOM | CENTER))); in is_arrow_on_top()
108 return has_arrow(a) && !!(a & CENTER); in is_arrow_at_center()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/bubble/
H A Dbubble_border_unittest.cc96 EXPECT_TRUE(BubbleBorder::has_arrow(BubbleBorder::TOP_LEFT)); in TEST_F()
97 EXPECT_TRUE(BubbleBorder::has_arrow(BubbleBorder::TOP_RIGHT)); in TEST_F()
99 EXPECT_TRUE(BubbleBorder::has_arrow(BubbleBorder::BOTTOM_LEFT)); in TEST_F()
100 EXPECT_TRUE(BubbleBorder::has_arrow(BubbleBorder::BOTTOM_RIGHT)); in TEST_F()
102 EXPECT_TRUE(BubbleBorder::has_arrow(BubbleBorder::LEFT_TOP)); in TEST_F()
103 EXPECT_TRUE(BubbleBorder::has_arrow(BubbleBorder::RIGHT_TOP)); in TEST_F()
105 EXPECT_TRUE(BubbleBorder::has_arrow(BubbleBorder::LEFT_BOTTOM)); in TEST_F()
108 EXPECT_TRUE(BubbleBorder::has_arrow(BubbleBorder::TOP_CENTER)); in TEST_F()
111 EXPECT_TRUE(BubbleBorder::has_arrow(BubbleBorder::LEFT_CENTER)); in TEST_F()
114 EXPECT_FALSE(BubbleBorder::has_arrow(BubbleBorder::NONE)); in TEST_F()
[all …]
H A Dbubble_border.h93 static bool has_arrow(Arrow a) { return a < NONE; } in has_arrow() function
96 return has_arrow(a) && (a == LEFT_CENTER || !(a & (RIGHT | CENTER))); in is_arrow_on_left()
100 return has_arrow(a) && (a == TOP_CENTER || !(a & (BOTTOM | CENTER))); in is_arrow_on_top()
108 return has_arrow(a) && !!(a & CENTER); in is_arrow_at_center()
/dports/devel/tree-sitter/tree-sitter-0.20.1/cli/src/
H A Dquery_testing.rs56 let mut has_arrow = false; in parse_position_comments() localVariable
61 has_arrow = true; in parse_position_comments()
65 has_arrow = true; in parse_position_comments()
75 (has_arrow, CAPTURE_NAME_REGEX.find(&text[arrow_end..])) in parse_position_comments()
/dports/devel/boost-docs/boost_1_72_0/libs/optional/test/
H A Dtestable_classes.hpp68 struct has_arrow struct
74 struct has_arrow<int> struct
80 struct has_arrow< boost::optional<int> > argument
H A Doptional_test_ref_portable_minimum.cpp60 typename boost::enable_if< has_arrow<T> >::type
71 typename boost::disable_if< has_arrow<T> >::type
77 typename boost::enable_if< has_arrow<T> >::type
94 typename boost::disable_if< has_arrow<T> >::type
100 typename boost::enable_if< has_arrow<T> >::type
124 typename boost::disable_if< has_arrow<T> >::type
/dports/devel/boost-python-libs/boost_1_72_0/libs/optional/test/
H A Dtestable_classes.hpp68 struct has_arrow struct
74 struct has_arrow<int> argument
80 struct has_arrow< boost::optional<int> > struct
H A Doptional_test_ref_portable_minimum.cpp60 typename boost::enable_if< has_arrow<T> >::type
71 typename boost::disable_if< has_arrow<T> >::type
77 typename boost::enable_if< has_arrow<T> >::type
94 typename boost::disable_if< has_arrow<T> >::type
100 typename boost::enable_if< has_arrow<T> >::type
124 typename boost::disable_if< has_arrow<T> >::type
/dports/devel/boost-libs/boost_1_72_0/libs/optional/test/
H A Dtestable_classes.hpp68 struct has_arrow struct
74 struct has_arrow<int> struct
80 struct has_arrow< boost::optional<int> > struct
H A Doptional_test_ref_portable_minimum.cpp60 typename boost::enable_if< has_arrow<T> >::type
71 typename boost::disable_if< has_arrow<T> >::type
77 typename boost::enable_if< has_arrow<T> >::type
94 typename boost::disable_if< has_arrow<T> >::type
100 typename boost::enable_if< has_arrow<T> >::type
124 typename boost::disable_if< has_arrow<T> >::type
/dports/devel/hyperscan/boost_1_75_0/libs/optional/test/
H A Dtestable_classes.hpp68 struct has_arrow struct
74 struct has_arrow<int> struct
80 struct has_arrow< boost::optional<int> > argument
H A Doptional_test_ref_portable_minimum.cpp60 typename boost::enable_if< has_arrow<T> >::type
71 typename boost::disable_if< has_arrow<T> >::type
77 typename boost::enable_if< has_arrow<T> >::type
94 typename boost::disable_if< has_arrow<T> >::type
100 typename boost::enable_if< has_arrow<T> >::type
124 typename boost::disable_if< has_arrow<T> >::type
/dports/x11/mate-panel/mate-panel-1.26.1/mate-panel/
H A Dpanel-menu-button.c95 guint has_arrow : 1; member
199 button->priv->has_arrow = FALSE; in panel_menu_button_init()
262 g_value_set_boolean (value, button->priv->has_arrow); in panel_menu_button_get_property()
678 gboolean has_arrow, in panel_menu_button_load() argument
692 "has-arrow", has_arrow, in panel_menu_button_load()
910 gboolean has_arrow) in panel_menu_button_set_has_arrow() argument
914 button->priv->has_arrow = has_arrow != FALSE; in panel_menu_button_set_has_arrow()
916 button_widget_set_has_arrow (BUTTON_WIDGET (button), has_arrow); in panel_menu_button_set_has_arrow()
934 gboolean has_arrow; in panel_menu_button_load_from_gsettings() local
944 has_arrow = g_settings_get_boolean (settings, PANEL_OBJECT_HAS_ARROW_KEY); in panel_menu_button_load_from_gsettings()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/optional/test/
H A Dtestable_classes.hpp66 struct has_arrow struct
72 struct has_arrow<int> argument
H A Doptional_test_ref_portable_minimum.cpp60 typename boost::enable_if< has_arrow<T> >::type
71 typename boost::disable_if< has_arrow<T> >::type
77 typename boost::enable_if< has_arrow<T> >::type
94 typename boost::disable_if< has_arrow<T> >::type
100 typename boost::enable_if< has_arrow<T> >::type
124 typename boost::disable_if< has_arrow<T> >::type
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/optional/test/
H A Dtestable_classes.hpp66 struct has_arrow struct
72 struct has_arrow<int> argument
H A Doptional_test_ref_portable_minimum.cpp60 typename boost::enable_if< has_arrow<T> >::type
71 typename boost::disable_if< has_arrow<T> >::type
77 typename boost::enable_if< has_arrow<T> >::type
94 typename boost::disable_if< has_arrow<T> >::type
100 typename boost::enable_if< has_arrow<T> >::type
124 typename boost::disable_if< has_arrow<T> >::type
/dports/databases/percona57-server/boost_1_59_0/libs/optional/test/
H A Dtestable_classes.hpp66 struct has_arrow struct
72 struct has_arrow<int> struct
H A Doptional_test_ref_portable_minimum.cpp60 typename boost::enable_if< has_arrow<T> >::type
71 typename boost::disable_if< has_arrow<T> >::type
77 typename boost::enable_if< has_arrow<T> >::type
94 typename boost::disable_if< has_arrow<T> >::type
100 typename boost::enable_if< has_arrow<T> >::type
124 typename boost::disable_if< has_arrow<T> >::type
/dports/databases/xtrabackup/boost_1_59_0/libs/optional/test/
H A Dtestable_classes.hpp66 struct has_arrow struct
72 struct has_arrow<int> struct
H A Doptional_test_ref_portable_minimum.cpp60 typename boost::enable_if< has_arrow<T> >::type
71 typename boost::disable_if< has_arrow<T> >::type
77 typename boost::enable_if< has_arrow<T> >::type
94 typename boost::disable_if< has_arrow<T> >::type
100 typename boost::enable_if< has_arrow<T> >::type
124 typename boost::disable_if< has_arrow<T> >::type
/dports/databases/percona57-client/boost_1_59_0/libs/optional/test/
H A Dtestable_classes.hpp66 struct has_arrow struct
72 struct has_arrow<int> argument
H A Doptional_test_ref_portable_minimum.cpp60 typename boost::enable_if< has_arrow<T> >::type
71 typename boost::disable_if< has_arrow<T> >::type
77 typename boost::enable_if< has_arrow<T> >::type
94 typename boost::disable_if< has_arrow<T> >::type
100 typename boost::enable_if< has_arrow<T> >::type
124 typename boost::disable_if< has_arrow<T> >::type
/dports/games/gigalomania/gigalomaniasrc/
H A Dtutorial.h53 bool has_arrow; variable
66 …tring &id, const string &text) : id(id), text(text), next_text("Next"), has_arrow(false), arrow_x(… in TutorialCard()
89 this->has_arrow = true; in setArrow()

12