Home
last modified time | relevance | path

Searched refs:GetAsText (Results 1 – 25 of 148) sorted by relevance

123456

/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DText.h40 inline mozilla::dom::Text* nsINode::GetAsText() { in GetAsText() function
44 inline const mozilla::dom::Text* nsINode::GetAsText() const { in GetAsText() function
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DText.h44 inline mozilla::dom::Text* nsINode::GetAsText() in GetAsText() function
50 inline const mozilla::dom::Text* nsINode::GetAsText() const in GetAsText() function
H A DFileReader.cpp420 FileReader::GetAsText(Blob *aBlob, in GetAsText() function in mozilla::dom::FileReader
690 rv = GetAsText(mBlob, mCharset, "", mDataLen, mResult); in OnLoadEnd()
692 rv = GetAsText(mBlob, mCharset, mFileData, mDataLen, mResult); in OnLoadEnd()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DText.h42 inline mozilla::dom::Text* nsINode::GetAsText() { in GetAsText() function
46 inline const mozilla::dom::Text* nsINode::GetAsText() const { in GetAsText() function
/dports/www/firefox/firefox-99.0/dom/base/
H A DText.h43 inline mozilla::dom::Text* nsINode::GetAsText() { in GetAsText() function
47 inline const mozilla::dom::Text* nsINode::GetAsText() const { in GetAsText() function
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DText.h43 inline mozilla::dom::Text* nsINode::GetAsText() { in GetAsText() function
47 inline const mozilla::dom::Text* nsINode::GetAsText() const { in GetAsText() function
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DText.h43 inline mozilla::dom::Text* nsINode::GetAsText() { in GetAsText() function
47 inline const mozilla::dom::Text* nsINode::GetAsText() const { in GetAsText() function
/dports/www/firefox-legacy/firefox-52.8.0esr/editor/libeditor/
H A DJoinNodeTransaction.cpp80 if (mRightNode->GetAsText()) { in UndoTransaction()
81 rv = mRightNode->GetAsText()->DeleteData(0, mOffset); in UndoTransaction()
H A DHTMLStyleEditor.cpp152 if (startNode && startNode == endNode && startNode->GetAsText()) { in SetInlineProperty()
153 rv = SetInlinePropertyOnTextNode(*startNode->GetAsText(), in SetInlineProperty()
193 if (startNode && startNode->GetAsText() && IsEditable(startNode)) { in SetInlineProperty()
194 rv = SetInlinePropertyOnTextNode(*startNode->GetAsText(), in SetInlineProperty()
210 if (endNode && endNode->GetAsText() && IsEditable(endNode)) { in SetInlineProperty()
211 rv = SetInlinePropertyOnTextNode(*endNode->GetAsText(), 0, in SetInlineProperty()
336 text = SplitNode(aText, aEndOffset, rv)->GetAsText(); in SetInlinePropertyOnTextNode()
718 if (aNode.GetAsText()) { in RemoveStyleInside()
1069 if (content->GetAsText() && (!IsEditable(content) || in GetInlinePropertyBase()
1073 if (content->GetAsText()) { in GetInlinePropertyBase()
[all …]
H A DSplitNodeTransaction.cpp87 if (mExistingRightNode->GetAsText()) { in RedoTransaction()
88 rv = mExistingRightNode->GetAsText()->DeleteData(0, mOffset); in RedoTransaction()
/dports/lang/spidermonkey60/firefox-60.9.0/editor/libeditor/
H A DJoinNodeTransaction.cpp92 if (mRightNode->GetAsText()) { in UndoTransaction()
93 rv = mRightNode->GetAsText()->DeleteData(0, mOffset); in UndoTransaction()
H A DHTMLStyleEditor.cpp105 if (startNode && startNode == endNode && startNode->GetAsText()) { in SetInlineProperty()
145 if (startNode && startNode->GetAsText() && IsEditable(startNode)) { in SetInlineProperty()
161 if (endNode && endNode->GetAsText() && IsEditable(endNode)) { in SetInlineProperty()
162 rv = SetInlinePropertyOnTextNode(*endNode->GetAsText(), 0, in SetInlineProperty()
640 if (aNode.GetAsText()) { in RemoveStyleInside()
956 if (content->GetAsText() && in GetInlinePropertyBase()
960 if (content->GetAsText()) { in GetInlinePropertyBase()
1160 if (startNode && startNode == endNode && startNode->GetAsText()) { in RemoveInlineProperty()
1176 *startNode->GetAsText(), range->StartOffset(), in RemoveInlineProperty()
1282 rv = RelativeFontChangeOnTextNode(aDir, *startNode->GetAsText(), in RelativeFontChange()
[all …]
/dports/editors/lazarus/lazarus/components/rtticontrols/
H A Drttictrls.pas141 function GetAsText: string; in GetAsText() function
2280 Text:=FLink.GetAsText;
2425 Text:=FLink.GetAsText;
2599 Caption:=FLink.GetAsText;
2638 Caption:=FLink.GetAsText;
2826 Lines.Text:=FLink.GetAsText;
2901 Date:=FLink.GetAsText;
3095 Value:=StrToInt(FLink.GetAsText);
3152 f:=StrToInt(FLink.GetAsText);
3322 i:=StrToInt(FLink.GetAsText);
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/rtticontrols/
H A Drttictrls.pas141 function GetAsText: string; in GetAsText() function
2280 Text:=FLink.GetAsText;
2425 Text:=FLink.GetAsText;
2599 Caption:=FLink.GetAsText;
2638 Caption:=FLink.GetAsText;
2826 Lines.Text:=FLink.GetAsText;
2901 Date:=FLink.GetAsText;
3095 Value:=StrToInt(FLink.GetAsText);
3152 f:=StrToInt(FLink.GetAsText);
3322 i:=StrToInt(FLink.GetAsText);
[all …]
/dports/editors/lazarus-qt5/lazarus/components/rtticontrols/
H A Drttictrls.pas141 function GetAsText: string; in GetAsText() function
2280 Text:=FLink.GetAsText;
2425 Text:=FLink.GetAsText;
2599 Caption:=FLink.GetAsText;
2638 Caption:=FLink.GetAsText;
2826 Lines.Text:=FLink.GetAsText;
2901 Date:=FLink.GetAsText;
3095 Value:=StrToInt(FLink.GetAsText);
3152 f:=StrToInt(FLink.GetAsText);
3322 i:=StrToInt(FLink.GetAsText);
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/rtticontrols/
H A Drttictrls.pas141 function GetAsText: string; in GetAsText() function
2280 Text:=FLink.GetAsText;
2425 Text:=FLink.GetAsText;
2599 Caption:=FLink.GetAsText;
2638 Caption:=FLink.GetAsText;
2826 Lines.Text:=FLink.GetAsText;
2901 Date:=FLink.GetAsText;
3095 Value:=StrToInt(FLink.GetAsText);
3152 f:=StrToInt(FLink.GetAsText);
3322 i:=StrToInt(FLink.GetAsText);
[all …]
/dports/www/firefox/firefox-99.0/dom/html/
H A DHTMLSlotElement.cpp186 content = aNodes[i].GetAsText(); in Assign()
248 content = elementOrText.GetAsText(); in Assign()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/file/
H A DFileReader.cpp414 nsresult FileReader::GetAsText(Blob* aBlob, const nsACString& aCharset, in GetAsText() function in mozilla::dom::FileReader
674 rv = GetAsText(mBlob, mCharset, "", mDataLen, mResult); in OnLoadEnd()
676 rv = GetAsText(mBlob, mCharset, mFileData, mDataLen, mResult); in OnLoadEnd()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/file/
H A DFileReader.cpp416 nsresult FileReader::GetAsText(Blob* aBlob, const nsACString& aCharset, in GetAsText() function in mozilla::dom::FileReader
661 rv = GetAsText(mBlob, mCharset, "", mDataLen, mResult); in OnLoadEnd()
663 rv = GetAsText(mBlob, mCharset, mFileData, mDataLen, mResult); in OnLoadEnd()
/dports/www/firefox-esr/firefox-91.8.0/dom/file/
H A DFileReader.cpp452 nsresult FileReader::GetAsText(Blob* aBlob, const nsACString& aCharset, in GetAsText() function in mozilla::dom::FileReader
704 rv = GetAsText(mBlob, mCharset, "", mDataLen, mResult); in OnLoadEnd()
706 rv = GetAsText(mBlob, mCharset, mFileData, mDataLen, mResult); in OnLoadEnd()
/dports/www/firefox/firefox-99.0/dom/file/
H A DFileReader.cpp453 nsresult FileReader::GetAsText(Blob* aBlob, const nsACString& aCharset, in GetAsText() function in mozilla::dom::FileReader
713 rv = GetAsText(mBlob, mCharset, "", mDataLen, mResult); in OnLoadEnd()
715 rv = GetAsText(mBlob, mCharset, mFileData, mDataLen, mResult); in OnLoadEnd()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/file/
H A DFileReader.cpp452 nsresult FileReader::GetAsText(Blob* aBlob, const nsACString& aCharset, in GetAsText() function in mozilla::dom::FileReader
704 rv = GetAsText(mBlob, mCharset, "", mDataLen, mResult); in OnLoadEnd()
706 rv = GetAsText(mBlob, mCharset, mFileData, mDataLen, mResult); in OnLoadEnd()
/dports/lang/spidermonkey78/firefox-78.9.0/editor/libeditor/
H A DJoinNodeTransaction.cpp103 if (Text* rightTextNode = rightContent->GetAsText()) { in UndoTransaction()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DGeometryUtils.cpp74 return GetFrameForNode(value.GetAsText(), GEOMETRY_NODE_TEXT); in GetFrameForGeometryNode()
86 return GetFrameForNode(&aGeometryNode.GetAsText(), GEOMETRY_NODE_TEXT); in GetFrameForGeometryNode()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DGeometryUtils.cpp71 return GetFrameForNode(value.GetAsText(), GEOMETRY_NODE_TEXT); in GetFrameForGeometryNode()
83 return GetFrameForNode(&aGeometryNode.GetAsText(), GEOMETRY_NODE_TEXT); in GetFrameForGeometryNode()

123456