Searched refs:webPrintDoc (Results 1 - 1 of 1) sorted by relevance
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | napi_webview_controller.cpp | 787 napi_value webPrintDoc = nullptr; in Init() local 795 WebPrintDocumentClass, &webPrintDoc); in Init() 796 napi_create_reference(env, webPrintDoc, 1, &g_webPrintDocClassRef); in Init() 797 napi_set_named_property(env, exports, WEB_PRINT_DOCUMENT_CLASS_NAME.c_str(), webPrintDoc); in Init() 4946 napi_value webPrintDoc = nullptr; in CreateWebPrintDocumentAdapter() local 4947 NAPI_CALL(env, napi_get_reference_value(env, g_webPrintDocClassRef, &webPrintDoc)); in CreateWebPrintDocumentAdapter() 4952 status = napi_new_instance(env, webPrintDoc, INTEGER_ONE, &consParam[INTEGER_ZERO], &proxy); in CreateWebPrintDocumentAdapter() 5233 WebPrintDocument *webPrintDoc = new (std::nothrow) WebPrintDocument(webPrintDocPtr); in JsConstructor() local 5234 if (webPrintDoc == nullptr) { in JsConstructor() 5238 NAPI_CALL(env, napi_wrap(env, thisVar, webPrintDoc, in JsConstructor() [all...] |
Completed in 10 milliseconds