Searched refs:GetWindowBlur (Results 1 – 3 of 3) sorted by relevance
170 virtual std::unique_ptr<JsonValue> GetWindowBlur() const = 0;
183 std::unique_ptr<JsonValue> GetWindowBlur() const override;
173 { "windowBlur", [](const InspectorNode& inspector) { return inspector.GetWindowBlur(); } }, in __anon58d2e1334702()1188 std::unique_ptr<JsonValue> InspectorComposedElement::GetWindowBlur() const in GetWindowBlur() function in OHOS::Ace::V2::InspectorComposedElement