Searched refs:SetShouldFrameSubmissionBeforeDraw (Results 1 – 10 of 10) sorted by relevance
209 void SetShouldFrameSubmissionBeforeDraw(bool should) override {} in SetShouldFrameSubmissionBeforeDraw() function
271 void SetShouldFrameSubmissionBeforeDraw(bool should) override in SetShouldFrameSubmissionBeforeDraw() function
559 void ArkWebNWebImpl::SetShouldFrameSubmissionBeforeDraw(bool should) in SetShouldFrameSubmissionBeforeDraw() function in OHOS::ArkWeb::ArkWebNWebImpl561 nweb_nweb_->SetShouldFrameSubmissionBeforeDraw(should); in SetShouldFrameSubmissionBeforeDraw()
582 void SetShouldFrameSubmissionBeforeDraw(bool should) override;
728 virtual void SetShouldFrameSubmissionBeforeDraw(bool should) = 0;
662 void ArkWebNWebWrapper::SetShouldFrameSubmissionBeforeDraw(bool should) in SetShouldFrameSubmissionBeforeDraw() function in OHOS::ArkWeb::ArkWebNWebWrapper664 ark_web_nweb_->SetShouldFrameSubmissionBeforeDraw(should); in SetShouldFrameSubmissionBeforeDraw()
590 void SetShouldFrameSubmissionBeforeDraw(bool should) override;
807 virtual void SetShouldFrameSubmissionBeforeDraw(bool should) = 0;
792 void SetShouldFrameSubmissionBeforeDraw(bool should);
4122 void WebDelegate::SetShouldFrameSubmissionBeforeDraw(bool should) in SetShouldFrameSubmissionBeforeDraw() function in OHOS::Ace::WebDelegate4135 delegate->nweb_->SetShouldFrameSubmissionBeforeDraw(should); in SetShouldFrameSubmissionBeforeDraw()