Home
last modified time | relevance | path

Searched refs:source_text_ (Results 1 – 25 of 242) sorted by relevance

12345678910

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/loader/modulescript/
H A Dmodule_script_creation_params.h35 source_text_(source_text), in ModuleScriptCreationParams()
59 source_text_ = ParkableString(isolated_source_text_.ReleaseImpl()); in GetSourceText()
63 return source_text_; in GetSourceText()
84 source_text_(), in ModuleScriptCreationParams()
94 mutable ParkableString source_text_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/loader/modulescript/
H A Dmodule_script_creation_params.h35 source_text_(source_text), in ModuleScriptCreationParams()
59 source_text_ = ParkableString(isolated_source_text_.ReleaseImpl()); in GetSourceText()
63 return source_text_; in GetSourceText()
84 source_text_(), in ModuleScriptCreationParams()
94 mutable ParkableString source_text_; variable
H A Dworker_module_script_fetcher.cc195 source_text_.Append(decoder_->Decode(span.data(), span.size())); in DidReceiveData()
223 source_text_.Append(decoder_->Flush()); in OnFinishedLoadingWorkerMainScript()
227 ParkableString(source_text_.ToString().ReleaseImpl()), response, in OnFinishedLoadingWorkerMainScript()
H A Dworker_module_script_fetcher.h63 StringBuilder source_text_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/loader/resource/
H A Dscript_resource.cc135 source_text_.OnMemoryDump(memory_dump, name); in OnMemoryDump()
141 if (source_text_.IsNull() && Data()) { in SourceText()
145 source_text_ = ParkableString(source_text.ReleaseImpl()); in SourceText()
148 return source_text_; in SourceText()
161 if (!source_text_.IsNull()) { in TextForInspector()
164 return source_text_.ToString(); in TextForInspector()
201 source_text_ = ParkableString(); in DestroyDecodedDataForFailedRevalidation()
H A Dscript_resource.h177 ParkableString source_text_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/loader/resource/
H A Dscript_resource.cc152 source_text_.OnMemoryDump(memory_dump, name); in OnMemoryDump()
158 if (source_text_.IsNull() && Data()) { in SourceText()
162 source_text_ = ParkableString(source_text.ReleaseImpl()); in SourceText()
165 return source_text_; in SourceText()
178 if (!source_text_.IsNull()) { in TextForInspector()
181 return source_text_.ToString(); in TextForInspector()
227 source_text_ = ParkableString(); in DestroyDecodedDataForFailedRevalidation()
H A Dscript_resource.h209 ParkableString source_text_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/workers/
H A Dworker_classic_script_loader.cc269 source_text_.Append(decoder_->Decode(data, len)); in DidReceiveData()
281 source_text_.Append(decoder_->Flush()); in DidFinishLoading()
306 source_text_.Append(decoder_->Decode(span.data(), span.size())); in DidReceiveData()
313 source_text_.Append(decoder_->Flush()); in OnFinishedLoadingWorkerMainScript()
339 return source_text_.ToString(); in SourceText()
H A Dinstalled_scripts_manager.h39 String TakeSourceText() { return std::move(source_text_); } in TakeSourceText()
55 String source_text_; variable
H A Dinstalled_scripts_manager.cc21 source_text_(std::move(source_text)), in ScriptData()
H A Dworker_classic_script_loader.h169 StringBuilder source_text_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/workers/
H A Dinstalled_scripts_manager.h39 String TakeSourceText() { return std::move(source_text_); } in TakeSourceText()
55 String source_text_; variable
H A Dworker_classic_script_loader.cc251 source_text_.Append(decoder_->Decode(data, len)); in DidReceiveData()
263 source_text_.Append(decoder_->Flush()); in DidFinishLoading()
296 return source_text_.ToString(); in SourceText()
H A Dinstalled_scripts_manager.cc21 source_text_(std::move(source_text)), in ScriptData()
H A Dworker_classic_script_loader.h149 StringBuilder source_text_; variable
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/composer/
H A Dcomposer.cc225 source_text_.assign(""); in Reset()
1227 source_text_.assign(src.source_text_); in CopyFrom()
1246 return source_text_; in source_text()
1249 return &source_text_; in mutable_source_text()
1252 source_text_.assign(source_text); in set_source_text()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/composer/
H A Dcomposer.cc225 source_text_.assign(""); in Reset()
1227 source_text_.assign(src.source_text_); in CopyFrom()
1246 return source_text_; in source_text()
1249 return &source_text_; in mutable_source_text()
1252 source_text_.assign(source_text); in set_source_text()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/composer/
H A Dcomposer.cc225 source_text_.assign(""); in Reset()
1227 source_text_.assign(src.source_text_); in CopyFrom()
1246 return source_text_; in source_text()
1249 return &source_text_; in mutable_source_text()
1252 source_text_.assign(source_text); in set_source_text()
H A Dcomposer.h289 string source_text_; variable
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/composer/
H A Dcomposer.cc225 source_text_.assign(""); in Reset()
1227 source_text_.assign(src.source_text_); in CopyFrom()
1246 return source_text_; in source_text()
1249 return &source_text_; in mutable_source_text()
1252 source_text_.assign(source_text); in set_source_text()
H A Dcomposer.h289 string source_text_; variable
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/composer/
H A Dcomposer.cc225 source_text_.assign(""); in Reset()
1227 source_text_.assign(src.source_text_); in CopyFrom()
1246 return source_text_; in source_text()
1249 return &source_text_; in mutable_source_text()
1252 source_text_.assign(source_text); in set_source_text()
H A Dcomposer.h289 string source_text_; variable
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/composer/
H A Dcomposer.cc225 source_text_.assign(""); in Reset()
1227 source_text_.assign(src.source_text_); in CopyFrom()
1246 return source_text_; in source_text()
1249 return &source_text_; in mutable_source_text()
1252 source_text_.assign(source_text); in set_source_text()

12345678910