Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:textRange
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H
A
D
picker_multitext_component.cpp
41
const auto&
textRange
= range_[index];
in OnColumnsBuilding()
local
48
for (uint32_t subIndex = 0; subIndex <
textRange
.size(); ++subIndex) {
in OnColumnsBuilding()
49
column->AppendOption(
textRange
[subIndex]);
in OnColumnsBuilding()
52
selectedIndexes_[index] =
textRange
.empty() ? 0 : selectedIndexes_[index] %
textRange
.size();
in OnColumnsBuilding()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
textpicker_model_impl.cpp
51
std::vector<std::string>
textRange
;
in SetRange()
local
53
textRange
.emplace_back(range.text_);
in SetRange()
55
JSViewSetProperty(&PickerTextComponent::SetRange,
textRange
);
in SetRange()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H
A
D
base_text_select_overlay.h
248
auto
textRange
= [weak = GetHostTextBase()](int32_t& start, int32_t& end) {
in OnUpdateOnCreateMenuCallback()
local
253
selectInfo.onCreateCallback.textRangeCallback =
textRange
;
in OnUpdateOnCreateMenuCallback()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_picker_base.cpp
707
std::vector<std::string>
textRange
;
in SetRange()
local
708
StringUtils::StringSplitter(out[index], DOM_PICKER_SPLIT_ITEM,
textRange
);
in SetRange()
709
arrayRange.emplace_back(
textRange
);
in SetRange()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_richeditor.h
40
static JSRef<JSVal> CreateJsOnDidIMEInput(const TextRange&
textRange
);
H
A
D
js_richeditor.cpp
499
const TextRange&
textRange
) {
in SetOnDidIMEInput()
501
func->Execute(
textRange
);
in SetOnDidIMEInput()
H
A
D
js_view_abstract.cpp
11039
JSRef<JSObject>
textRange
= JSRef<JSObject>::New();
in CreateJsTextRange()
local
11040
textRange
->SetProperty<int32_t>("start", menuItemParam.start);
in CreateJsTextRange()
11041
textRange
->SetProperty<int32_t>("end", menuItemParam.end);
in CreateJsTextRange()
11042
return JSRef<JSVal>::Cast(
textRange
);
in CreateJsTextRange()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H
A
D
web_pattern.cpp
4030
auto
textRange
= [](int32_t& start, int32_t& end) {
in UpdateRunQuickMenuSelectInfo()
local
4034
selectInfo.onCreateCallback.textRangeCallback =
textRange
;
in UpdateRunQuickMenuSelectInfo()
Completed in 67 milliseconds