Lines Matching refs:std
32 explicit PasteDataImpl(std::shared_ptr<MiscServices::PasteData> pasteData);
33 PasteDataImpl(std::string mimeType, CJValueType value);
34 std::shared_ptr<MiscServices::PasteData> GetRealPasteData();
44 void CreateHtmlData(std::string mimeType, CJValueType value);
45 void CreatePlainTextData(std::string mimeType, CJValueType value);
46 void CreateUriData(std::string mimeType, CJValueType value);
47 void CreatePixelMapData(std::string mimeType, CJValueType value);
48 void CreateWantData(std::string mimeType, CJValueType value);
50 std::shared_ptr<MiscServices::PasteData> value_ = nullptr;
53 int64_t CreateCjPasteDataObject(std::string mimeType, CJValueType value);