Home
last modified time | relevance | path

Searched defs:initArgs (Results 1 – 10 of 10) sorted by relevance

/base/web/webview/ohos_nweb/src/
Dnweb_config_helper.cpp139 … std::shared_ptr<NWebEngineInitArgsImpl> initArgs = std::make_shared<NWebEngineInitArgsImpl>(); in ReadConfigIfNeeded() local
156 …ConfigHelper::ReadConfig(const xmlNodePtr &rootPtr, std::shared_ptr<NWebEngineInitArgsImpl> initAr… in ReadConfig()
206 void NWebConfigHelper::ParseConfig(std::shared_ptr<NWebEngineInitArgsImpl> initArgs) in ParseConfig()
234 std::shared_ptr<NWebEngineInitArgsImpl> initArgs) in ParseWebConfigXml()
378 …elper::ParseDeleteConfig(const xmlNodePtr &rootPtr, std::shared_ptr<NWebEngineInitArgsImpl> initAr… in ParseDeleteConfig()
Dnweb_enhance_surface_adapter.cpp46std::shared_ptr<NWebEngineInitArgs> initArgs, uint32_t width, uint32_t height, bool incognitoMode) in GetCreateInfo()
Dnweb_helper.cpp679 auto initArgs = std::make_shared<NWebEngineInitArgsImpl>(); in InitWebEngine() local
1027std::shared_ptr<NWebEngineInitArgsImpl> initArgs, uint32_t width, uint32_t height, bool incognitoM… in CreateNWeb()
1060std::shared_ptr<NWebEngineInitArgsImpl> initArgs, uint32_t width, uint32_t height, bool incognitoM… in CreateNWeb()
1083 void NWebAdapterHelper::ParseConfig(std::shared_ptr<NWebEngineInitArgsImpl> initArgs) in ParseConfig()
Dnweb_surface_adapter.cpp55std::shared_ptr<NWebEngineInitArgs> initArgs, uint32_t width, uint32_t height, bool incognitoMode) in GetCreateInfo()
/base/web/webview/test/unittest/common/
Dnweb_create_window.cpp79 std::shared_ptr<NWebEngineInitArgsImpl> initArgs = std::make_shared<NWebEngineInitArgsImpl>(); in GetInitArgs() local
/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
Dnweb_create_window.cpp80 std::shared_ptr<NWebEngineInitArgsImpl> initArgs = std::make_shared<NWebEngineInitArgsImpl>(); in GetInitArgs() local
/base/web/webview/test/unittest/nweb_config_helper_test/
Dnweb_config_helper_test.cpp36 std::shared_ptr<NWebEngineInitArgsImpl> initArgs; member in OHOS::NWebConfig::NWebConfigHelperTest
/base/web/webview/test/unittest/nweb_helper_test/
Dnweb_helper_test.cpp330 std::shared_ptr<NWebEngineInitArgsImpl> initArgs = std::make_shared<NWebEngineInitArgsImpl>(); variable
548 std::shared_ptr<NWebEngineInitArgsImpl> initArgs = std::make_shared<NWebEngineInitArgsImpl>(); variable
/base/web/webview/test/unittest/ohos_adapter_helper/
Dohos_adapter_helper_test.cpp157 std::shared_ptr<NWebEngineInitArgsImpl> initArgs = std::make_shared<NWebEngineInitArgsImpl>(); variable
/base/web/webview/ohos_nweb/include/
Dnweb_init_params.h108 void SetEngineInitArgs(std::shared_ptr<NWebEngineInitArgs> initArgs) in SetEngineInitArgs()