Home
last modified time | relevance | path

Searched refs:SetFileUri (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_drag_data_impl.cpp26 bool ArkWebDragDataImpl::SetFileUri(const ArkWebString& uri) in SetFileUri() function in OHOS::ArkWeb::ArkWebDragDataImpl
28 return nweb_drag_data_->SetFileUri(ArkWebStringStructToClass(uri)); in SetFileUri()
H A Dark_web_drag_data_impl.h35 bool SetFileUri(const ArkWebString& uri) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_drag_data_wrapper.cpp26 bool ArkWebDragDataWrapper::SetFileUri(const std::string& uri) in SetFileUri() function in OHOS::ArkWeb::ArkWebDragDataWrapper
30 bool flag = ark_web_drag_data_->SetFileUri(stUrl); in SetFileUri()
H A Dark_web_drag_data_wrapper.h33 bool SetFileUri(const std::string& uri) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_drag_data.h32 virtual bool SetFileUri(const ArkWebString& uri) = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_drag_data.h83 virtual bool SetFileUri(const std::string& uri) = 0;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_focus_test_ng.cpp106 bool SetFileUri(const std::string& uri) override in SetFileUri() function in OHOS::NWeb::NWebDragDataMock
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp1769 delegate_->dragData_->SetFileUri(uriRealPath); in HandleOnDragDropFile()