Home
last modified time | relevance | path

Searched defs:html (Results 1 – 5 of 5) sorted by relevance

/base/web/webview/test/unittest/inner_api_test/clipboard_controller_test/
Dclipboard_controller_test.cpp54 std::shared_ptr<std::string> html( variable
72 std::shared_ptr<std::string> html( variable
90 std::shared_ptr<std::string> html( variable
109 std::shared_ptr<std::string> html( variable
128 std::shared_ptr<std::string> html( variable
164 std::shared_ptr<std::string> html( variable
201 std::shared_ptr<std::string> html( variable
219 std::shared_ptr<std::string> html( variable
/base/web/webview/interfaces/inner_api/src/
Dweb_clipboard_controller.cpp47 …<MiscServices::PasteData> WebClipboardController::SplitHtml(std::shared_ptr<std::string> html) noe… in SplitHtml()
63 std::shared_ptr<std::string> html = item->GetHtmlText(); in RebuildHtml() local
93 const std::shared_ptr<std::string> html) noexcept in SplitHtmlWithImgLabel()
142std::shared_ptr<std::string> html, const std::map<std::string, std::vector<uint8_t>>& imgSrcMap) n… in BuildPasteData()
/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/addhtmlrecord_fuzzer/
Daddhtmlrecord_fuzzer.cpp27 std::string html((const char*) data, size); in DoSomethingInterestingWithMyAPI() local
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
Dpasteboard_client_adapter_impl.cpp329 void PasteDataAdapterImpl::AddHtmlRecord(const std::string& html) in AddHtmlRecord()
/base/web/webview/test/unittest/pasteboard_adapter/
Dpasteboard_client_adapter_test.cpp226 std::shared_ptr<std::string> html = g_pasternull->GetHtmlText(); variable