Home
last modified time | relevance | path

Searched refs:SplitHtmlWithImgLabel (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H A Dpasteboard_web_controller.h45 std::vector<std::pair<std::string, uint32_t>> SplitHtmlWithImgLabel(
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_web_controller.cpp50 std::vector<std::pair<std::string, uint32_t>> matchVec = SplitHtmlWithImgLabel(html); in SplitHtml2Records()
107 std::vector<std::pair<std::string, uint32_t>> PasteboardWebController::SplitHtmlWithImgLabel( in SplitHtmlWithImgLabel() function in OHOS::MiscServices::PasteboardWebController