Lines Matching defs:frontend
267 RefPtr<Frontend>& frontend = frontend_;
269 frontend->UpdateState(Frontend::State::ON_DESTROY);
270 frontend->Destroy();
273 [frontend]() {
274 frontend->UpdateState(Frontend::State::ON_DESTROY);
275 frontend->Destroy();
337 // For DECLARATIVE_JS frontend display UI in JS thread temporarily.
349 // Load custom style at UI thread before frontend attach, to make sure style can be loaded before building dom tree.
423 [isPrivate, frontend = WeakPtr<Frontend>(frontend_)] {
424 auto sp = frontend.Upgrade();
460 auto frontend = AceType::DynamicCast<DeclarativeFrontend>(container->GetFrontend());
461 CHECK_NULL_VOID(frontend);
462 auto delegate = frontend->GetDelegate();
483 auto frontend = AceType::DynamicCast<DeclarativeFrontend>(container->GetFrontend());
484 CHECK_NULL_VOID(frontend);
486 auto delegate = frontend->GetDelegate();
504 auto frontend = AceType::DynamicCast<DeclarativeFrontend>(container->GetFrontend());
505 CHECK_NULL_VOID(frontend);
506 auto delegate = frontend->GetDelegate();
525 auto frontend = AceType::DynamicCast<DeclarativeFrontend>(container->GetFrontend());
526 CHECK_NULL_VOID(frontend);
527 auto delegate = frontend->GetDelegate();
542 auto frontend = AceType::DynamicCast<DeclarativeFrontend>(container->GetFrontend());
543 CHECK_NULL_VOID(frontend);
544 auto delegate = frontend->GetDelegate();