Searched refs:PasteboardWebController (Results 1 – 4 of 4) sorted by relevance
41 PasteboardWebController& PasteboardWebController::GetInstance() in GetInstance()43 static PasteboardWebController instance; in GetInstance()47 std::vector<std::shared_ptr<PasteDataRecord>> PasteboardWebController::SplitHtml2Records( in SplitHtml2Records()60 void PasteboardWebController::MergeExtraUris2Html(PasteData &data) in MergeExtraUris2Html()70 std::shared_ptr<std::string> PasteboardWebController::RebuildHtml( in RebuildHtml()107 std::vector<std::pair<std::string, uint32_t>> PasteboardWebController::SplitHtmlWithImgLabel( in SplitHtmlWithImgLabel()156 std::vector<std::shared_ptr<PasteDataRecord>> PasteboardWebController::BuildPasteDataRecords( in BuildPasteDataRecords()191 void PasteboardWebController::RemoveAllRecord(std::shared_ptr<PasteData> pasteData) noexcept in RemoveAllRecord()201 bool PasteboardWebController::IsLocalURI(std::string& uri) noexcept in IsLocalURI()206 void PasteboardWebController::ReplaceHtmlRecordContentByExtraUris( in ReplaceHtmlRecordContentByExtraUris()[all …]
339 PasteboardWebController::GetInstance().MergeExtraUris2Html(pasteData); in RebuildWebviewPasteData()348 PasteboardWebController::GetInstance().RebuildHtml(webData); in RebuildWebviewPasteData()462 … PasteboardWebController::GetInstance().SplitHtml2Records(html, record->GetRecordId()); in SplitWebviewPasteData()
58 auto webClipboardController = PasteboardWebController::GetInstance();75 auto webClipboardController = PasteboardWebController::GetInstance();92 auto webClipboardController = PasteboardWebController::GetInstance();116 auto webClipboardController = PasteboardWebController::GetInstance();135 auto webClipboardController = PasteboardWebController::GetInstance();181 auto webClipboardController = PasteboardWebController::GetInstance();235 auto webClipboardController = PasteboardWebController::GetInstance();252 auto webClipboardController = PasteboardWebController::GetInstance();272 auto webClipboardController = PasteboardWebController::GetInstance();319 auto webClipboardController = PasteboardWebController::GetInstance();
32 class API_EXPORT PasteboardWebController : public RefBase {34 PasteboardWebController() {}; in PasteboardWebController() function35 ~PasteboardWebController() {}; in ~PasteboardWebController()37 static PasteboardWebController& GetInstance();