Home
last modified time | relevance | path

Searched refs:IsImportant (Results 1 – 25 of 38) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/arc/process/
H A Darc_process_unittest.cc69 .IsImportant()); in TEST()
72 .IsImportant()); in TEST()
74 .IsImportant()); in TEST()
76 .IsImportant()); in TEST()
80 .IsImportant()); in TEST()
84 .IsImportant()); in TEST()
87 .IsImportant()); in TEST()
91 .IsImportant()); in TEST()
100 .IsImportant()); in TEST()
112 .IsImportant()); in TEST()
[all …]
H A Darc_process.h53 bool IsImportant() const;
H A Darc_process.cc95 bool ArcProcess::IsImportant() const { in IsImportant() function in arc::ArcProcess
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/resolver/
H A Dcascade_priority_test.cc88 TEST(CascadePriorityTest, IsImportant) { in TEST() argument
92 EXPECT_FALSE(Priority(Origin::kUserAgent, false, 0, 0).IsImportant()); in TEST()
93 EXPECT_FALSE(Priority(Origin::kUser, false, 0, 0).IsImportant()); in TEST()
94 EXPECT_FALSE(Priority(Origin::kAuthor, false, 0, 0).IsImportant()); in TEST()
95 EXPECT_FALSE(Priority(Origin::kAnimation, false, 0, 0).IsImportant()); in TEST()
96 EXPECT_FALSE(Priority(Origin::kTransition, false, 0, 0).IsImportant()); in TEST()
99 EXPECT_TRUE(Priority(Origin::kUserAgent, true, 0, 0).IsImportant()); in TEST()
100 EXPECT_TRUE(Priority(Origin::kUser, true, 0, 0).IsImportant()); in TEST()
101 EXPECT_TRUE(Priority(Origin::kAuthor, true, 0, 0).IsImportant()); in TEST()
102 EXPECT_TRUE(Priority(Origin::kAnimation, true, 0, 0).IsImportant()); in TEST()
[all …]
H A Dcascade_expansion_test.cc492 EXPECT_FALSE(e.Priority().IsImportant()); in TEST_F()
496 EXPECT_TRUE(e.Priority().IsImportant()); in TEST_F()
516 EXPECT_TRUE(e.Priority().IsImportant()); in TEST_F()
537 EXPECT_FALSE(e.Priority().IsImportant()); in TEST_F()
H A Dcascade_priority.h77 bool IsImportant() const { return (bits_ >> kImportantBit) & 1; } in IsImportant() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/resolver/
H A Dcascade_priority_test.cc88 TEST(CascadePriorityTest, IsImportant) { in TEST() argument
92 EXPECT_FALSE(Priority(Origin::kUserAgent, false, 0, 0).IsImportant()); in TEST()
93 EXPECT_FALSE(Priority(Origin::kUser, false, 0, 0).IsImportant()); in TEST()
94 EXPECT_FALSE(Priority(Origin::kAuthor, false, 0, 0).IsImportant()); in TEST()
95 EXPECT_FALSE(Priority(Origin::kAnimation, false, 0, 0).IsImportant()); in TEST()
96 EXPECT_FALSE(Priority(Origin::kTransition, false, 0, 0).IsImportant()); in TEST()
99 EXPECT_TRUE(Priority(Origin::kUserAgent, true, 0, 0).IsImportant()); in TEST()
100 EXPECT_TRUE(Priority(Origin::kUser, true, 0, 0).IsImportant()); in TEST()
101 EXPECT_TRUE(Priority(Origin::kAuthor, true, 0, 0).IsImportant()); in TEST()
102 EXPECT_TRUE(Priority(Origin::kAnimation, true, 0, 0).IsImportant()); in TEST()
[all …]
H A Dcascade_priority.h77 bool IsImportant() const { return (bits_ >> kImportantBit) & 1; } in IsImportant() function
H A Dcascade_expansion_test.cc511 EXPECT_FALSE(e.Priority().IsImportant()); in TEST_F()
515 EXPECT_TRUE(e.Priority().IsImportant()); in TEST_F()
535 EXPECT_TRUE(e.Priority().IsImportant()); in TEST_F()
556 EXPECT_FALSE(e.Priority().IsImportant()); in TEST_F()
H A Dcascade_map.cc131 has_important_ |= priority.IsImportant(); in Add()
/dports/www/domoticz/domoticz-2020.2/notifications/
H A DNotificationPushalot.cpp32 std::string IsImportant; in SendMessageImplementation() local
40 IsImportant = "False"; in SendMessageImplementation()
45 IsImportant = "True"; in SendMessageImplementation()
49 IsImportant = "False"; in SendMessageImplementation()
54 …sPostData << "AuthorizationToken=" << _apikey << "&IsImportant=" << IsImportant << "&IsSilent=" <<… in SendMessageImplementation()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dcss_property_value.cc60 IsImportant() == other.IsImportant(); in operator ==()
H A Dstyle_property_serializer.h91 is_important_(property.IsImportant()), in PropertyValueForSerializer()
105 bool IsImportant() const { return is_important_; } in IsImportant() function
H A Dstyle_property_serializer.cc58 if (all_property.IsImportant() && !property.IsImportant()) in CSSPropertyValueSetForSerializer()
63 property.IsImportant() == all_property.IsImportant()) in CSSPropertyValueSetForSerializer()
106 CSSProperty::Get(property_id), &property.Value(), property.IsImportant()); in PropertyAt()
191 if (property.IsImportant()) in GetCustomPropertyText()
245 property.IsImportant(), num_decls++)); in AsText()
285 shorthand_result, property.IsImportant(), in AsText()
299 property.IsImportant(), num_decls++)); in AsText()
370 has_important |= value.IsImportant(); in CommonShorthandChecks()
371 has_non_important |= !value.IsImportant(); in CommonShorthandChecks()
H A Dcss_property_value.h89 bool IsImportant() const { return metadata_.important_; } in IsImportant() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dcss_property_value.cc78 IsImportant() == other.IsImportant(); in operator ==()
H A Dstyle_property_serializer.h92 is_important_(property.IsImportant()) {} in PropertyValueForSerializer()
103 bool IsImportant() const { return is_important_; } in IsImportant() function
H A Dstyle_property_serializer.cc59 if (all_property.IsImportant() && !property.IsImportant()) in CSSPropertyValueSetForSerializer()
64 property.IsImportant() == all_property.IsImportant()) in CSSPropertyValueSetForSerializer()
107 CSSProperty::Get(property_id), &property.Value(), property.IsImportant()); in PropertyAt()
191 if (property.IsImportant()) in GetCustomPropertyText()
245 property.IsImportant(), num_decls++)); in AsText()
285 shorthand_result, property.IsImportant(), in AsText()
299 property.IsImportant(), num_decls++)); in AsText()
370 has_important |= value.IsImportant(); in CommonShorthandChecks()
371 has_non_important |= !value.IsImportant(); in CommonShorthandChecks()
H A Dcss_property_value.h80 bool IsImportant() const { return metadata_.important_; } in IsImportant() function
/dports/irc/smuxi/smuxi-1.1/src/Frontend-GNOME/gtk-gui/
H A DSmuxi.Frontend.Gnome.MenuWidget.cs74 this.f_ConnectToolAction.IsImportant = true; in Build()
78 this.f_OpenLogToolAction.IsImportant = true; in Build()
82 this.f_FullscreenToolAction.IsImportant = true; in Build()
85 this.f_PreferencesToolAction.IsImportant = true; in Build()
151 this.f_FindGroupChatToolAction.IsImportant = true; in Build()
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/GtkDemo/
H A DDemoIconView.cs33 upButton.IsImportant = true; in DemoIconView()
38 homeButton.IsImportant = true; in DemoIconView()
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample/GtkDemo/
H A DDemoIconView.cs33 upButton.IsImportant = true; in DemoIconView()
38 homeButton.IsImportant = true; in DemoIconView()
/dports/graphics/pinta/pinta-1.7.1/Pinta.Core/Actions/
H A DFileActions.cs74 Open.IsImportant = true; in FileActions()
75 Save.IsImportant = true; in FileActions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/performance_manager/policies/
H A Dworking_set_trimmer_policy_chromeos.cc136 if (arc_process.IsImportant() || arc_process.IsBackgroundProtected()) { in IsArcProcessEligibleForReclaim()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/perf/
H A Dgenerate_legacy_perf_dashboard_json.py93 def IsImportant(self): member in LegacyResultsProcessor.Graph

12