Lines Matching defs:callback

385      * @param callback NWebValueCallback: javascript running result
389 const std::string& code, std::shared_ptr<NWebMessageValueCallback> callback, bool extention) = 0;
395 * @param callback NWebValueCallback: javascript running result
399 std::shared_ptr<NWebMessageValueCallback> callback, bool extention) = 0;
567 * @param callback NWebJavaScriptResultCallBack: callback client
569 virtual void SetNWebJavaScriptResultCallBack(std::shared_ptr<NWebJavaScriptResultCallBack> callback) = 0;
575 * @param findListener NWebFindCallback : find callback
611 const std::string& baseName, bool autoName, std::shared_ptr<NWebStringValueCallback> callback) = 0;
646 * set the callback of the message port.
648 * @param portHandle the port to set callback.
649 * @param callback to reveive the result when the other port post message.
652 const std::string& portHandle, std::shared_ptr<NWebMessageValueCallback> callback) = 0;
715 * @param callback has image or not
717 virtual void HasImages(std::shared_ptr<NWebBoolValueCallback> callback) = 0;
850 * @param callback the screenon handle callback.
852 virtual void RegisterScreenLockFunction(int32_t windowId, std::shared_ptr<NWebScreenLockCallback> callback) = 0;
1060 * Register native valide callback function.
1062 virtual void RegisterNativeValideCallback(const char* webName, const NativeArkWebOnValidCallback callback) = 0;
1065 * Register native destroy callback function.
1067 virtual void RegisterNativeDestroyCallback(const char* webName, const NativeArkWebOnDestroyCallback callback) = 0;
1194 * @param callback callback will be called on getting the result of compiling javascript.
1197 std::shared_ptr<CacheOptions>& cacheOptions, std::shared_ptr<NWebMessageValueCallback> callback) = 0;
1199 virtual void OnCreateNativeMediaPlayer(std::shared_ptr<NWebCreateNativeMediaPlayerCallback> callback) = 0;
1355 * @brief Put the callback, convert sapnstring to html.
1357 * @param callback will convert spanstring to html.
1360 std::shared_ptr<NWebSpanstringConvertHtmlCallback> callback) {}
1368 * @param callback SnapShot result callback.
1376 const WebSnapshotCallback callback) {
1485 * @brief set the callback of the autofill event.
1486 * @param callback callback.
1488 virtual void SetAutofillCallback(std::shared_ptr<NWebMessageValueCallback> callback) {}
1513 * @param callback NWebArrayBufferValueCallback: CreatePDF running result.
1516 std::shared_ptr<NWebArrayBufferValueCallback> callback) {}