Home
last modified time | relevance | path

Searched refs:IsClickable (Results 1 – 25 of 82) sorted by relevance

1234

/dports/net/messagelib/messagelib-21.12.3/messagelist/src/core/
H A Dtheme.h99 IsClickable = (1 << 24) enumerator
151 … ActionItemStateIcon = 11 | CanBeDisabled | ApplicableToMessageItems | IsIcon | IsClickable,
155 … ImportantStateIcon = 12 | CanBeDisabled | ApplicableToMessageItems | IsIcon | IsClickable,
159 SpamHamStateIcon = 13 | CanBeDisabled | ApplicableToMessageItems | IsIcon | IsClickable,
163 … WatchedIgnoredStateIcon = 14 | CanBeDisabled | ApplicableToMessageItems | IsIcon | IsClickable,
167 … ExpandedStateIcon = 15 | CanBeDisabled | ApplicableToGroupHeaderItems | IsIcon | IsClickable,
199 AnnotationIcon = 23 | ApplicableToMessageItems | IsIcon | CanBeDisabled | IsClickable,
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/chromedp/cdproto/domsnapshot/
H A Dtypes.go37IsClickable bool `json:"isClickable,omitempty"` // Wheth… member
164IsClickable *RareBooleanData `json:"isClickable,omitempty"` // Whether this D… member
H A Deasyjson.go883 out.IsClickable = nil
885 if out.IsClickable == nil {
886 out.IsClickable = new(RareBooleanData)
888 (*out.IsClickable).UnmarshalEasyJSON(in)
1105 if in.IsClickable != nil {
1113 (*in.IsClickable).MarshalEasyJSON(out)
2483 out.IsClickable = bool(in.Bool())
2678 if in.IsClickable {
2681 out.Bool(bool(in.IsClickable))
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/accessibility/
H A Dax_node_data_unittest.cc131 TEST(AXNodeDataTest, IsClickable) { in TEST() argument
142 bool is_clickable = data_default_action_verb.IsClickable(); in TEST()
198 bool is_clickable = data.IsClickable(); in TEST()
221 const bool is_clickable = data.IsClickable(); in TEST()
H A Dax_role_properties.h43 AX_BASE_EXPORT bool IsClickable(const ax::mojom::Role role);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/accessibility/
H A Dax_node_data_unittest.cc95 bool is_clickable = data_default_action_verb.IsClickable(); in TEST()
142 bool is_clickable = data.IsClickable(); in TEST()
167 bool is_clickable = data.IsClickable(); in TEST()
H A Dax_role_properties.h27 AX_BASE_EXPORT bool IsClickable(const ax::mojom::Role role);
/dports/games/scummvm/scummvm-2.5.1/engines/ags/shared/gui/
H A Dgui_main.cpp97 if (!_controls[i]->IsClickable() && must_be_clickable) in FindControlUnderMouse()
107 if (!_controls[ctrl_index]->IsClickable() && must_be_clickable) in FindControlUnderMouse()
146 bool GUIMain::IsClickable() const { in IsClickable() function in AGS3::AGS::Shared::GUIMain
161 if (!IsClickable()) in IsInteractableAt()
305 else if (ctrl_index >= 0 && !_controls[ctrl_index]->IsClickable()) in Poll()
456 !_controls[MouseOverCtrl]->IsClickable()) in OnMouseButtonDown()
H A Dgui_object.h66 bool IsClickable() const;
H A Dgui_main.h80 bool IsClickable() const;
/dports/games/ags/ags_linux_v.3.4.4.1/Common/gui/
H A Dguimain.cpp100 if (!Controls[i]->IsClickable() && must_be_clickable) in FindControlUnderMouse()
113 if (!Controls[ctrl_index]->IsClickable() && must_be_clickable) in FindControlUnderMouse()
272 else if (ctrl_index >= 0 && !Controls[ctrl_index]->IsClickable()) in Poll()
408 !Controls[MouseOverCtrl]->IsClickable()) in OnMouseButtonDown()
H A Dguiobject.h105 int IsClickable();
H A Dguibutton.cpp234 if ((!IsDisabled()) && (IsClickable())) in MouseUp()
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/gui/
H A Dgui_engine.cpp74 int GUIObject::IsClickable() in IsClickable() function in GUIObject
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/gui/
H A Dgui_engine.cpp105 bool GUIObject::IsClickable() const { in IsClickable() function in AGS3::AGS::Shared::GUIObject
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/arc/accessibility/
H A Daccessibility_node_info_data_wrapper.cc112 IsFocusable() || IsClickable() || IsToplevelScrollItem(); in IsAccessibilityFocusableContainer()
403 if (IsClickable()) in Serialize()
704 bool AccessibilityNodeInfoDataWrapper::IsClickable() const { in IsClickable() function in arc::AccessibilityNodeInfoDataWrapper
757 if (IsFocusable() || IsClickable()) in HasImportantPropertyInternal()
H A Daccessibility_node_info_data_wrapper.h77 bool IsClickable() const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/accessibility/
H A Dbrowser_accessibility_android.h39 bool IsClickable() const override;
H A Daccessibility_tree_formatter_android.cc129 dict->SetBoolean("clickable", android_node->IsClickable()); in AddProperties()
/dports/graphics/wdune/wdune-1.926/src/
H A DFieldViewItem.h85 virtual bool IsClickable() const { return false; } in IsClickable() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/accessibility/
H A Dbrowser_accessibility_android.h34 bool IsClickable() const override;
H A Daccessibility_tree_formatter_android.cc191 dict->SetBoolean("clickable", android_node->IsClickable()); in AddProperties()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/core/
H A Daccessibility_tree_formatter_qt.cpp95 if (acc_node->IsClickable()) in AddProperties()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/accessibility/
H A Dax_node_object.h128 bool IsClickable() const final;
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/web_test/renderer/
H A Dweb_ax_object_proxy.h160 bool IsClickable();

1234