Searched refs:GetContextParam (Results 1 – 14 of 14) sorted by relevance
29 std::optional<RenderContext::ContextParam> GetContextParam() const override in GetContextParam() function
31 std::optional<RenderContext::ContextParam> GetContextParam() const override in GetContextParam() function
34 std::optional<RenderContext::ContextParam> GetContextParam() const override in GetContextParam() function
43 std::optional<RenderContext::ContextParam> GetContextParam() const override in GetContextParam() function
44 std::optional<RenderContext::ContextParam> GetContextParam() const override in GetContextParam() function
32 MOCK_CONST_METHOD0(GetContextParam, std::optional<RenderContext::ContextParam>());
59 std::optional<RenderContext::ContextParam> GetContextParam() const override in GetContextParam() function
61 std::optional<RenderContext::ContextParam> GetContextParam() const override in GetContextParam() function
126 virtual std::optional<RenderContext::ContextParam> GetContextParam() const in GetContextParam() function
107 std::optional<RenderContext::ContextParam> GetContextParam() const override in GetContextParam() function
911 std::optional<RenderContext::ContextParam> GetContextParam() const override in GetContextParam() function
1202 …EXPECT_CALL(*mockPattern_, GetContextParam()).Times(AnyNumber()).WillRepeatedly(testing::Return(st…
471 renderContext_->InitContext(IsRootNode(), pattern_->GetContextParam(), isLayoutNode); in FrameNode()1435 (pattern_->GetContextParam().has_value() && contentSizeChange)) { in SwapDirtyLayoutWrapperOnMainThread()4318 … (pattern_->GetContextParam().has_value() && contentSizeChange) || HasPositionProp() || in OnLayoutFinish()