Lines Matching refs:isEnabled
727 QCOMPARE(page->action(QWebPage::MoveToNextChar)->isEnabled(), false); in cursorMovements()
728 QCOMPARE(page->action(QWebPage::MoveToPreviousChar)->isEnabled(), false); in cursorMovements()
729 QCOMPARE(page->action(QWebPage::MoveToNextWord)->isEnabled(), false); in cursorMovements()
730 QCOMPARE(page->action(QWebPage::MoveToPreviousWord)->isEnabled(), false); in cursorMovements()
731 QCOMPARE(page->action(QWebPage::MoveToNextLine)->isEnabled(), false); in cursorMovements()
732 QCOMPARE(page->action(QWebPage::MoveToPreviousLine)->isEnabled(), false); in cursorMovements()
733 QCOMPARE(page->action(QWebPage::MoveToStartOfLine)->isEnabled(), false); in cursorMovements()
734 QCOMPARE(page->action(QWebPage::MoveToEndOfLine)->isEnabled(), false); in cursorMovements()
735 QCOMPARE(page->action(QWebPage::MoveToStartOfBlock)->isEnabled(), false); in cursorMovements()
736 QCOMPARE(page->action(QWebPage::MoveToEndOfBlock)->isEnabled(), false); in cursorMovements()
737 QCOMPARE(page->action(QWebPage::MoveToStartOfDocument)->isEnabled(), false); in cursorMovements()
738 QCOMPARE(page->action(QWebPage::MoveToEndOfDocument)->isEnabled(), false); in cursorMovements()
744 QCOMPARE(page->action(QWebPage::MoveToNextChar)->isEnabled(), true); in cursorMovements()
745 QCOMPARE(page->action(QWebPage::MoveToPreviousChar)->isEnabled(), true); in cursorMovements()
746 QCOMPARE(page->action(QWebPage::MoveToNextWord)->isEnabled(), true); in cursorMovements()
747 QCOMPARE(page->action(QWebPage::MoveToPreviousWord)->isEnabled(), true); in cursorMovements()
748 QCOMPARE(page->action(QWebPage::MoveToNextLine)->isEnabled(), true); in cursorMovements()
749 QCOMPARE(page->action(QWebPage::MoveToPreviousLine)->isEnabled(), true); in cursorMovements()
750 QCOMPARE(page->action(QWebPage::MoveToStartOfLine)->isEnabled(), true); in cursorMovements()
751 QCOMPARE(page->action(QWebPage::MoveToEndOfLine)->isEnabled(), true); in cursorMovements()
752 QCOMPARE(page->action(QWebPage::MoveToStartOfBlock)->isEnabled(), true); in cursorMovements()
753 QCOMPARE(page->action(QWebPage::MoveToEndOfBlock)->isEnabled(), true); in cursorMovements()
754 QCOMPARE(page->action(QWebPage::MoveToStartOfDocument)->isEnabled(), true); in cursorMovements()
755 QCOMPARE(page->action(QWebPage::MoveToEndOfDocument)->isEnabled(), true); in cursorMovements()
915 QCOMPARE(page->action(QWebPage::SelectNextChar)->isEnabled(), false); in textSelection()
916 QCOMPARE(page->action(QWebPage::SelectPreviousChar)->isEnabled(), false); in textSelection()
917 QCOMPARE(page->action(QWebPage::SelectNextWord)->isEnabled(), false); in textSelection()
918 QCOMPARE(page->action(QWebPage::SelectPreviousWord)->isEnabled(), false); in textSelection()
919 QCOMPARE(page->action(QWebPage::SelectNextLine)->isEnabled(), false); in textSelection()
920 QCOMPARE(page->action(QWebPage::SelectPreviousLine)->isEnabled(), false); in textSelection()
921 QCOMPARE(page->action(QWebPage::SelectStartOfLine)->isEnabled(), false); in textSelection()
922 QCOMPARE(page->action(QWebPage::SelectEndOfLine)->isEnabled(), false); in textSelection()
923 QCOMPARE(page->action(QWebPage::SelectStartOfBlock)->isEnabled(), false); in textSelection()
924 QCOMPARE(page->action(QWebPage::SelectEndOfBlock)->isEnabled(), false); in textSelection()
925 QCOMPARE(page->action(QWebPage::SelectStartOfDocument)->isEnabled(), false); in textSelection()
926 QCOMPARE(page->action(QWebPage::SelectEndOfDocument)->isEnabled(), false); in textSelection()
929 QCOMPARE(page->action(QWebPage::SelectAll)->isEnabled(), true); in textSelection()
940 QCOMPARE(page->action(QWebPage::SelectNextChar)->isEnabled(), true); in textSelection()
941 QCOMPARE(page->action(QWebPage::SelectPreviousChar)->isEnabled(), true); in textSelection()
942 QCOMPARE(page->action(QWebPage::SelectNextWord)->isEnabled(), true); in textSelection()
943 QCOMPARE(page->action(QWebPage::SelectPreviousWord)->isEnabled(), true); in textSelection()
944 QCOMPARE(page->action(QWebPage::SelectNextLine)->isEnabled(), true); in textSelection()
945 QCOMPARE(page->action(QWebPage::SelectPreviousLine)->isEnabled(), true); in textSelection()
946 QCOMPARE(page->action(QWebPage::SelectStartOfLine)->isEnabled(), true); in textSelection()
947 QCOMPARE(page->action(QWebPage::SelectEndOfLine)->isEnabled(), true); in textSelection()
948 QCOMPARE(page->action(QWebPage::SelectStartOfBlock)->isEnabled(), true); in textSelection()
949 QCOMPARE(page->action(QWebPage::SelectEndOfBlock)->isEnabled(), true); in textSelection()
950 QCOMPARE(page->action(QWebPage::SelectStartOfDocument)->isEnabled(), true); in textSelection()
951 QCOMPARE(page->action(QWebPage::SelectEndOfDocument)->isEnabled(), true); in textSelection()
962 QCOMPARE(page->action(QWebPage::SelectNextChar)->isEnabled(), true); in textSelection()
963 QCOMPARE(page->action(QWebPage::SelectPreviousChar)->isEnabled(), true); in textSelection()
964 QCOMPARE(page->action(QWebPage::SelectNextWord)->isEnabled(), true); in textSelection()
965 QCOMPARE(page->action(QWebPage::SelectPreviousWord)->isEnabled(), true); in textSelection()
966 QCOMPARE(page->action(QWebPage::SelectNextLine)->isEnabled(), true); in textSelection()
967 QCOMPARE(page->action(QWebPage::SelectPreviousLine)->isEnabled(), true); in textSelection()
968 QCOMPARE(page->action(QWebPage::SelectStartOfLine)->isEnabled(), true); in textSelection()
969 QCOMPARE(page->action(QWebPage::SelectEndOfLine)->isEnabled(), true); in textSelection()
970 QCOMPARE(page->action(QWebPage::SelectStartOfBlock)->isEnabled(), true); in textSelection()
971 QCOMPARE(page->action(QWebPage::SelectEndOfBlock)->isEnabled(), true); in textSelection()
972 QCOMPARE(page->action(QWebPage::SelectStartOfDocument)->isEnabled(), true); in textSelection()
973 QCOMPARE(page->action(QWebPage::SelectEndOfDocument)->isEnabled(), true); in textSelection()
1015 QCOMPARE(page->action(QWebPage::Cut)->isEnabled(), false); in textEditing()
1016 QCOMPARE(page->action(QWebPage::Paste)->isEnabled(), false); in textEditing()
1017 QCOMPARE(page->action(QWebPage::DeleteStartOfWord)->isEnabled(), false); in textEditing()
1018 QCOMPARE(page->action(QWebPage::DeleteEndOfWord)->isEnabled(), false); in textEditing()
1019 QCOMPARE(page->action(QWebPage::SetTextDirectionDefault)->isEnabled(), false); in textEditing()
1020 QCOMPARE(page->action(QWebPage::SetTextDirectionLeftToRight)->isEnabled(), false); in textEditing()
1021 QCOMPARE(page->action(QWebPage::SetTextDirectionRightToLeft)->isEnabled(), false); in textEditing()
1022 QCOMPARE(page->action(QWebPage::ToggleBold)->isEnabled(), false); in textEditing()
1023 QCOMPARE(page->action(QWebPage::ToggleItalic)->isEnabled(), false); in textEditing()
1024 QCOMPARE(page->action(QWebPage::ToggleUnderline)->isEnabled(), false); in textEditing()
1025 QCOMPARE(page->action(QWebPage::InsertParagraphSeparator)->isEnabled(), false); in textEditing()
1026 QCOMPARE(page->action(QWebPage::InsertLineSeparator)->isEnabled(), false); in textEditing()
1027 QCOMPARE(page->action(QWebPage::PasteAndMatchStyle)->isEnabled(), false); in textEditing()
1028 QCOMPARE(page->action(QWebPage::RemoveFormat)->isEnabled(), false); in textEditing()
1029 QCOMPARE(page->action(QWebPage::ToggleStrikethrough)->isEnabled(), false); in textEditing()
1030 QCOMPARE(page->action(QWebPage::ToggleSubscript)->isEnabled(), false); in textEditing()
1031 QCOMPARE(page->action(QWebPage::ToggleSuperscript)->isEnabled(), false); in textEditing()
1032 QCOMPARE(page->action(QWebPage::InsertUnorderedList)->isEnabled(), false); in textEditing()
1033 QCOMPARE(page->action(QWebPage::InsertOrderedList)->isEnabled(), false); in textEditing()
1034 QCOMPARE(page->action(QWebPage::Indent)->isEnabled(), false); in textEditing()
1035 QCOMPARE(page->action(QWebPage::Outdent)->isEnabled(), false); in textEditing()
1036 QCOMPARE(page->action(QWebPage::AlignCenter)->isEnabled(), false); in textEditing()
1037 QCOMPARE(page->action(QWebPage::AlignJustified)->isEnabled(), false); in textEditing()
1038 QCOMPARE(page->action(QWebPage::AlignLeft)->isEnabled(), false); in textEditing()
1039 QCOMPARE(page->action(QWebPage::AlignRight)->isEnabled(), false); in textEditing()
1045 QCOMPARE(page->action(QWebPage::Copy)->isEnabled(), true); in textEditing()
1056 QCOMPARE(page->action(QWebPage::Copy)->isEnabled(), false); in textEditing()
1059 QCOMPARE(page->action(QWebPage::Paste)->isEnabled(), true); in textEditing()
1060 QCOMPARE(page->action(QWebPage::DeleteStartOfWord)->isEnabled(), true); in textEditing()
1061 QCOMPARE(page->action(QWebPage::DeleteEndOfWord)->isEnabled(), true); in textEditing()
1062 QCOMPARE(page->action(QWebPage::SetTextDirectionDefault)->isEnabled(), true); in textEditing()
1063 QCOMPARE(page->action(QWebPage::SetTextDirectionLeftToRight)->isEnabled(), true); in textEditing()
1064 QCOMPARE(page->action(QWebPage::SetTextDirectionRightToLeft)->isEnabled(), true); in textEditing()
1065 QCOMPARE(page->action(QWebPage::ToggleBold)->isEnabled(), true); in textEditing()
1066 QCOMPARE(page->action(QWebPage::ToggleItalic)->isEnabled(), true); in textEditing()
1067 QCOMPARE(page->action(QWebPage::ToggleUnderline)->isEnabled(), true); in textEditing()
1068 QCOMPARE(page->action(QWebPage::InsertParagraphSeparator)->isEnabled(), true); in textEditing()
1069 QCOMPARE(page->action(QWebPage::InsertLineSeparator)->isEnabled(), true); in textEditing()
1070 QCOMPARE(page->action(QWebPage::PasteAndMatchStyle)->isEnabled(), true); in textEditing()
1071 QCOMPARE(page->action(QWebPage::ToggleStrikethrough)->isEnabled(), true); in textEditing()
1072 QCOMPARE(page->action(QWebPage::ToggleSubscript)->isEnabled(), true); in textEditing()
1073 QCOMPARE(page->action(QWebPage::ToggleSuperscript)->isEnabled(), true); in textEditing()
1074 QCOMPARE(page->action(QWebPage::InsertUnorderedList)->isEnabled(), true); in textEditing()
1075 QCOMPARE(page->action(QWebPage::InsertOrderedList)->isEnabled(), true); in textEditing()
1076 QCOMPARE(page->action(QWebPage::Indent)->isEnabled(), true); in textEditing()
1077 QCOMPARE(page->action(QWebPage::Outdent)->isEnabled(), true); in textEditing()
1078 QCOMPARE(page->action(QWebPage::AlignCenter)->isEnabled(), true); in textEditing()
1079 QCOMPARE(page->action(QWebPage::AlignJustified)->isEnabled(), true); in textEditing()
1080 QCOMPARE(page->action(QWebPage::AlignLeft)->isEnabled(), true); in textEditing()
1081 QCOMPARE(page->action(QWebPage::AlignRight)->isEnabled(), true); in textEditing()
1084 QCOMPARE(page->action(QWebPage::Cut)->isEnabled(), false); in textEditing()
1085 QCOMPARE(page->action(QWebPage::RemoveFormat)->isEnabled(), false); in textEditing()
1091 QCOMPARE(page->action(QWebPage::Cut)->isEnabled(), true); in textEditing()
1092 QCOMPARE(page->action(QWebPage::RemoveFormat)->isEnabled(), true); in textEditing()
1129 QVERIFY(!action->isEnabled()); in backActionUpdate()
1134 QVERIFY(!action->isEnabled()); in backActionUpdate()
1138 QVERIFY(action->isEnabled()); in backActionUpdate()