Lines Matching defs:front
482 auto front = aceContainer->GetFrontend();
483 if (front) {
484 front->UpdateState(Frontend::State::ON_CREATE);
485 front->SetJsMessageDispatcher(aceContainer);
519 auto front = container->GetFrontend();
520 if (front) {
521 auto type = front->GetType();
524 return front->RunPage(url, params);
586 auto front = container->GetFrontend();
587 if (!front) {
594 auto declarativeFrontend = AceType::DynamicCast<DeclarativeFrontend>(front);
608 front->OnConfigurationUpdated(value->ToString());
622 auto front = container->GetFrontend();
625 auto jsFrontend = AceType::DynamicCast<JsFrontend>(front);
630 auto declarativeFrontend = AceType::DynamicCast<DeclarativeFrontend>(front);
659 auto front = GetFrontend();
660 if (!front) {
666 [front, callbackId, errorCode, errorMessage = std::move(errorMessage)]() mutable {
667 front->TransferJsPluginGetError(callbackId, errorCode, std::move(errorMessage));
852 auto front = GetFrontend();
853 if (front) {
854 front->UpdateState(Frontend::State::ON_CREATE);
855 front->SetJsMessageDispatcher(AceType::Claim(this));
947 auto front = AceType::DynamicCast<DeclarativeFrontend>(GetFrontend());
948 if (front) {
949 front->UpdateState(Frontend::State::ON_CREATE);
950 front->SetJsMessageDispatcher(AceType::Claim(this));
951 auto weak = WeakPtr(front->GetJsEngine());
1074 auto front = container->GetFrontend();
1075 CHECK_NULL_RETURN(front, "");
1076 return front->GetContentInfo(type);
1097 [front = frontend, componentName, url, jsEngine]() {
1098 front->SetPagePath(url);