Home
last modified time | relevance | path

Searched defs:AttachContext (Results 1 – 4 of 4) sorted by relevance

/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_get_input_method_controller.h48 struct AttachContext : public AsyncCall::Context { struct
53 AttachContext() : Context(nullptr, nullptr) {}; in AttachContext() argument
54AttachContext(InputAction input, OutputAction output) : Context(std::move(input), std::move(output… in AttachContext() function
56 napi_status operator()(napi_env env, size_t argc, napi_value *argv, napi_value self) override in operator()
61 napi_status operator()(napi_env env, napi_value *result) override in operator()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
Dark_native_image_adapter_impl.cpp35 int32_t ArkNativeImageAdapterImpl::AttachContext(uint32_t textureId) in AttachContext() function in OHOS::ArkWeb::ArkNativeImageAdapterImpl
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
Dark_native_image_adapter_wrapper.cpp36 int32_t ArkNativeImageAdapterWrapper::AttachContext(uint32_t textureId) in AttachContext() function in OHOS::ArkWeb::ArkNativeImageAdapterWrapper
/base/web/webview/ohos_adapter/graphic_adapter/src/
Dnative_image_adapter_impl.cpp42 int32_t NativeImageAdapterImpl::AttachContext(uint32_t textureId) in AttachContext() function in OHOS::NWeb::NativeImageAdapterImpl