Searched refs:GetTextContent (Results 1 - 6 of 6) sorted by relevance
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/ |
H A D | pasteboard_client.cpp | 311 if (!item->GetTextContent().empty() && textContent.empty()) { in RebuildWebviewPasteData() 313 textContent = item->GetTextContent(); in RebuildWebviewPasteData() 458 auto content = pasteData.GetRecordAt(0)->GetTextContent(); in SplitWebviewPasteData()
|
H A D | paste_data_record.cpp | 518 std::string PasteDataRecord::GetTextContent() const in GetTextContent() function in OHOS::MiscServices::PasteDataRecord
|
/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/ |
H A D | paste_data_record.h | 96 std::string GetTextContent() const;
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_text_modifier.cpp | 94 const char* GetTextContent(ArkUINodeHandle node) in GetTextContent() function 1210 SetTextDetectEnable, ResetTextDetectEnable, GetTextContent, GetTextLineHeight, GetTextDecoration, in GetTextModifier() 1242 ResetTextDetectEnable, GetTextContent, GetTextLineHeight, GetTextDecoration, GetTextTextCase, in GetCJUITextModifier()
|
/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardclient_fuzzer/ |
H A D | pasteboardclient_fuzzer.cpp | 279 pasteDataRecord.GetTextContent(); in FuzzPastedataRecord()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 10736 const ArkUI_AttributeItem* GetTextContent(ArkUI_NodeHandle node) in GetTextContent() function 13008 static Getter* getters[] = { GetTextContent, GetFontColor, GetFontSize, GetFontStyle, GetFontWeight, GetLineHeight, in GetTextAttribute()
|
Completed in 32 milliseconds