Home
last modified time | relevance | path

Searched refs:IsEditable (Results 1 – 25 of 995) sorted by relevance

12345678910>>...40

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/exported/
H A Dweb_element_test.cc36 TEST_F(WebElementTest, IsEditable) { in TEST_F() argument
38 EXPECT_FALSE(TestElement().IsEditable()); in TEST_F()
41 EXPECT_TRUE(TestElement().IsEditable()); in TEST_F()
48 EXPECT_TRUE(TestElement().IsEditable()); in TEST_F()
55 EXPECT_FALSE(TestElement().IsEditable()); in TEST_F()
58 EXPECT_TRUE(TestElement().IsEditable()); in TEST_F()
61 EXPECT_FALSE(TestElement().IsEditable()); in TEST_F()
64 EXPECT_FALSE(TestElement().IsEditable()); in TEST_F()
67 EXPECT_FALSE(TestElement().IsEditable()); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/exported/
H A Dweb_element_test.cc36 TEST_F(WebElementTest, IsEditable) { in TEST_F() argument
38 EXPECT_FALSE(TestElement().IsEditable()); in TEST_F()
41 EXPECT_TRUE(TestElement().IsEditable()); in TEST_F()
48 EXPECT_TRUE(TestElement().IsEditable()); in TEST_F()
55 EXPECT_FALSE(TestElement().IsEditable()); in TEST_F()
58 EXPECT_TRUE(TestElement().IsEditable()); in TEST_F()
61 EXPECT_FALSE(TestElement().IsEditable()); in TEST_F()
64 EXPECT_FALSE(TestElement().IsEditable()); in TEST_F()
67 EXPECT_FALSE(TestElement().IsEditable()); in TEST_F()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/osx/
H A Dtextentry_osx.cpp134 if ( !IsEditable() ) in CanCut()
146 if (!IsEditable()) in CanPaste()
234 bool wxTextEntry::IsEditable() const in IsEditable() function in wxTextEntry
278 if ( !IsEditable() ) in CanUndo()
288 if ( !IsEditable() ) in CanRedo()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/osx/
H A Dtextentry_osx.cpp121 if ( !IsEditable() ) in CanCut()
133 if (!IsEditable()) in CanPaste()
221 bool wxTextEntry::IsEditable() const in IsEditable() function in wxTextEntry
265 if ( !IsEditable() ) in CanUndo()
275 if ( !IsEditable() ) in CanRedo()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/osx/
H A Dtextentry_osx.cpp121 if ( !IsEditable() ) in CanCut()
133 if (!IsEditable()) in CanPaste()
221 bool wxTextEntry::IsEditable() const in IsEditable() function in wxTextEntry
265 if ( !IsEditable() ) in CanUndo()
275 if ( !IsEditable() ) in CanRedo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/accessibility/
H A Dax_layout_object_test.cc41 EXPECT_TRUE(ax_list_item->IsEditable()); in TEST_F()
47 EXPECT_TRUE(ax_list_marker->IsEditable()); in TEST_F()
67 EXPECT_TRUE(ax_list_item->IsEditable()); in TEST_F()
73 EXPECT_TRUE(ax_list_marker->IsEditable()); in TEST_F()
/dports/editors/libreoffice/libreoffice-7.2.6.2/fpicker/source/office/
H A DPlacesListBox.cxx45 if(pPlace->IsEditable()) { in AppendPlace()
63 if(maPlaces[nPos]->IsEditable()) { in RemovePlace()
104 if (pPlace->IsEditable()) in IMPL_LINK_NOARG()
116 if ( pPlace->IsEditable() && !pPlace->IsLocal( ) ) in IMPL_LINK_NOARG()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/fpicker/source/office/
H A DPlacesListBox.cxx46 if(pPlace->IsEditable()) { in AppendPlace()
64 if(maPlaces[nPos]->IsEditable()) { in RemovePlace()
105 if (pPlace->IsEditable()) in IMPL_LINK_NOARG()
117 if ( pPlace->IsEditable() && !pPlace->IsLocal( ) ) in IMPL_LINK_NOARG()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/univ/
H A Dcombobox.cpp449 bool wxComboBox::IsEditable() const in IsEditable() function in wxComboBox
451 return GetTextCtrl() != NULL && (!HasFlag(wxCB_READONLY) || GetTextCtrl()->IsEditable() ); in IsEditable()
456 if (IsEditable()) in Undo()
462 if (IsEditable()) in Redo()
489 if (IsEditable()) in CanPaste()
497 if (IsEditable()) in CanUndo()
505 if (IsEditable()) in CanRedo()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/univ/
H A Dcombobox.cpp457 bool wxComboBox::IsEditable() const in IsEditable() function in wxComboBox
459 return GetTextCtrl() != NULL && (!HasFlag(wxCB_READONLY) || GetTextCtrl()->IsEditable() ); in IsEditable()
464 if (IsEditable()) in Undo()
470 if (IsEditable()) in Redo()
497 if (IsEditable()) in CanPaste()
505 if (IsEditable()) in CanUndo()
513 if (IsEditable()) in CanRedo()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/univ/
H A Dcombobox.cpp457 bool wxComboBox::IsEditable() const in IsEditable() function in wxComboBox
459 return GetTextCtrl() != NULL && (!HasFlag(wxCB_READONLY) || GetTextCtrl()->IsEditable() ); in IsEditable()
464 if (IsEditable()) in Undo()
470 if (IsEditable()) in Redo()
497 if (IsEditable()) in CanPaste()
505 if (IsEditable()) in CanUndo()
513 if (IsEditable()) in CanRedo()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/panmirror/
H A DPanmirrorHooks.java25 public IsEditable isEditable;
30 public interface IsEditable interface in PanmirrorHooks
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/
H A DEntry.cs40 get { return IsEditable; }
41 set { IsEditable = value; }
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gtk/
H A DEntry.custom36 [Obsolete("Replaced by IsEditable property")]
38 get { return IsEditable; }
39 set { IsEditable = value; }
/dports/www/firefox-esr/firefox-91.8.0/editor/libeditor/
H A DHTMLEditUtils.h47 return aNode.IsEditable(); in IsSimplyEditableNode()
78 return aContent.IsEditable() && aContent.GetParentNode() && in IsRemovableFromParentNode()
79 aContent.GetParentNode()->IsEditable(); in IsRemovableFromParentNode()
723 aNode.IsEditable() && !content->IsEditable()) {
759 aNode.IsEditable() && !content->IsEditable()) {
825 aStartContent.IsEditable() && !nextContent->IsEditable()) {
887 aStartPoint.GetContainer()->IsEditable() &&
888 !nextContent->IsEditable()) {
963 aStartContent.IsEditable() && !previousContent->IsEditable()) {
1030 aStartPoint.GetContainer()->IsEditable() &&
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/editor/libeditor/
H A DHTMLEditUtils.h47 return aNode.IsEditable(); in IsSimplyEditableNode()
78 return aContent.IsEditable() && aContent.GetParentNode() && in IsRemovableFromParentNode()
79 aContent.GetParentNode()->IsEditable(); in IsRemovableFromParentNode()
723 aNode.IsEditable() && !content->IsEditable()) {
759 aNode.IsEditable() && !content->IsEditable()) {
825 aStartContent.IsEditable() && !nextContent->IsEditable()) {
887 aStartPoint.GetContainer()->IsEditable() &&
888 !nextContent->IsEditable()) {
963 aStartContent.IsEditable() && !previousContent->IsEditable()) {
1030 aStartPoint.GetContainer()->IsEditable() &&
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dcombobox.cpp571 bool wxComboBox::IsEditable() const in IsEditable() function in wxComboBox
573 return !HasFlag(wxCB_READONLY) && wxTextEntry::IsEditable(); in IsEditable()
632 event.Enable( IsEditable() && CanUndo() ); in OnUpdateUndo()
637 event.Enable( IsEditable() && CanRedo() ); in OnUpdateRedo()
642 event.Enable(IsEditable() && HasSelection()); in OnUpdateDelete()
647 event.Enable(IsEditable() && !wxTextEntry::IsEmpty()); in OnUpdateSelectAll()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dcombobox.cpp571 bool wxComboBox::IsEditable() const in IsEditable() function in wxComboBox
573 return !HasFlag(wxCB_READONLY) && wxTextEntry::IsEditable(); in IsEditable()
632 event.Enable( IsEditable() && CanUndo() ); in OnUpdateUndo()
637 event.Enable( IsEditable() && CanRedo() ); in OnUpdateRedo()
642 event.Enable(IsEditable() && HasSelection()); in OnUpdateDelete()
647 event.Enable(IsEditable() && !wxTextEntry::IsEmpty()); in OnUpdateSelectAll()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/
H A Dcombobox.cpp562 if (!IsEditable()) in CanUndo()
574 if (!IsEditable()) in CanRedo()
599 return IsEditable() && CanCopy(); in CanCut()
604 if ( !IsEditable() ) in CanPaste()
617 bool wxComboBox::IsEditable() const in IsEditable() function in wxComboBox
800 event.Enable(IsEditable() && HasSelection()); in OnUpdateDelete()
805 event.Enable(IsEditable() && GetLastPosition() > 0); in OnUpdateSelectAll()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/
H A Dcombobox.cpp562 if (!IsEditable()) in CanUndo()
574 if (!IsEditable()) in CanRedo()
599 return IsEditable() && CanCopy(); in CanCut()
604 if ( !IsEditable() ) in CanPaste()
617 bool wxComboBox::IsEditable() const in IsEditable() function in wxComboBox
800 event.Enable(IsEditable() && HasSelection()); in OnUpdateDelete()
805 event.Enable(IsEditable() && GetLastPosition() > 0); in OnUpdateSelectAll()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/
H A Dcombobox.cpp562 if (!IsEditable()) in CanUndo()
574 if (!IsEditable()) in CanRedo()
599 return IsEditable() && CanCopy(); in CanCut()
604 if ( !IsEditable() ) in CanPaste()
617 bool wxComboBox::IsEditable() const in IsEditable() function in wxComboBox
800 event.Enable(IsEditable() && HasSelection()); in OnUpdateDelete()
805 event.Enable(IsEditable() && GetLastPosition() > 0); in OnUpdateSelectAll()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/
H A Dcombobox.cpp562 if (!IsEditable()) in CanUndo()
574 if (!IsEditable()) in CanRedo()
599 return IsEditable() && CanCopy(); in CanCut()
604 if ( !IsEditable() ) in CanPaste()
617 bool wxComboBox::IsEditable() const in IsEditable() function in wxComboBox
800 event.Enable(IsEditable() && HasSelection()); in OnUpdateDelete()
805 event.Enable(IsEditable() && GetLastPosition() > 0); in OnUpdateSelectAll()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dcombobox.cpp588 bool wxComboBox::IsEditable() const in IsEditable() function in wxComboBox
590 return !HasFlag(wxCB_READONLY) && wxTextEntry::IsEditable(); in IsEditable()
649 event.Enable( IsEditable() && CanUndo() ); in OnUpdateUndo()
654 event.Enable( IsEditable() && CanRedo() ); in OnUpdateRedo()
659 event.Enable(IsEditable() && HasSelection()); in OnUpdateDelete()
664 event.Enable(IsEditable() && !wxTextEntry::IsEmpty()); in OnUpdateSelectAll()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/cn3d/
H A Dviewer_window_base.cpp179 viewer->GetCurrentDisplay() && viewer->GetCurrentDisplay()->IsEditable()); in EnableBaseEditorMenuItems()
187 menuBar->EnableTop(menuBar->FindMenu("Edit"), display->IsEditable()); in NewDisplay()
188 menuBar->EnableTop(menuBar->FindMenu("Unaligned Justification"), display->IsEditable()); in NewDisplay()
198 menuBar->EnableTop(menuBar->FindMenu("Edit"), display->IsEditable()); in UpdateDisplay()
199 menuBar->EnableTop(menuBar->FindMenu("Unaligned Justification"), display->IsEditable()); in UpdateDisplay()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/tests/controls/
H A Dwebtest.cpp201 CPPUNIT_ASSERT(!m_browser->IsEditable()); in Editable()
205 CPPUNIT_ASSERT(m_browser->IsEditable()); in Editable()
209 CPPUNIT_ASSERT(!m_browser->IsEditable()); in Editable()

12345678910>>...40