Searched refs:contentContext (Results 1 – 2 of 2) sorted by relevance
388 auto contentContext = contentNode->GetRenderContext(); in OnUpdateSideBarAndContent() local389 CHECK_NULL_VOID(contentContext); in OnUpdateSideBarAndContent()390 if (!contentContext->GetClipEdge().has_value() && !contentContext->GetClipShape().has_value()) { in OnUpdateSideBarAndContent()391 contentContext->SetClipToBounds(true); in OnUpdateSideBarAndContent()
1101 auto contentContext = contentNode->GetRenderContext(); variable1102 ASSERT_NE(contentContext, nullptr);1106 contentContext->UpdateClipEdge(true);