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:textBase
(Results
1 - 16
of
16
) sorted by relevance
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H
A
D
web_context_select_overlay_test.cpp
122
WeakPtr<TextBase>
textBase
= nullptr;
in HWTEST_F()
local
123
WebContextSelectOverlay overlay(
textBase
);
in HWTEST_F()
155
WeakPtr<TextBase>
textBase
= Referenced::WeakClaim(Referenced::RawPtr(webPattern));;
in HWTEST_F()
local
156
WebContextSelectOverlay overlay(
textBase
);
in HWTEST_F()
178
WeakPtr<TextBase>
textBase
= nullptr;
in HWTEST_F()
local
179
WebContextSelectOverlay overlay(
textBase
);
in HWTEST_F()
193
WeakPtr<TextBase>
textBase
= nullptr;
in HWTEST_F()
local
194
WebContextSelectOverlay overlay(
textBase
);
in HWTEST_F()
216
WeakPtr<TextBase>
textBase
= Referenced::WeakClaim(Referenced::RawPtr(webPattern));;
in HWTEST_F()
local
217
WebContextSelectOverlay overlay(
textBase
);
in HWTEST_F()
231
WeakPtr<TextBase>
textBase
= nullptr;
HWTEST_F()
local
254
WeakPtr<TextBase>
textBase
= Referenced::WeakClaim(Referenced::RawPtr(webPattern));;
HWTEST_F()
local
269
WeakPtr<TextBase>
textBase
= nullptr;
HWTEST_F()
local
299
WeakPtr<TextBase>
textBase
= Referenced::WeakClaim(Referenced::RawPtr(webPattern));;
HWTEST_F()
local
329
WeakPtr<TextBase>
textBase
= Referenced::WeakClaim(Referenced::RawPtr(webPattern));;
HWTEST_F()
local
367
WeakPtr<TextBase>
textBase
= Referenced::WeakClaim(Referenced::RawPtr(webPattern));;
HWTEST_F()
local
396
WeakPtr<TextBase>
textBase
= nullptr;
HWTEST_F()
local
422
WeakPtr<TextBase>
textBase
= Referenced::WeakClaim(Referenced::RawPtr(webPattern));;
HWTEST_F()
local
439
WeakPtr<TextBase>
textBase
= nullptr;
HWTEST_F()
local
462
WeakPtr<TextBase>
textBase
= Referenced::WeakClaim(Referenced::RawPtr(webPattern));;
HWTEST_F()
local
485
WeakPtr<TextBase>
textBase
= Referenced::WeakClaim(Referenced::RawPtr(webPattern));;
HWTEST_F()
local
506
WeakPtr<TextBase>
textBase
= nullptr;
HWTEST_F()
local
530
WeakPtr<TextBase>
textBase
= Referenced::WeakClaim(Referenced::RawPtr(webPattern));;
HWTEST_F()
local
554
WeakPtr<TextBase>
textBase
= Referenced::WeakClaim(Referenced::RawPtr(webPattern));;
HWTEST_F()
local
608
WeakPtr<TextBase>
textBase
= nullptr;
HWTEST_F()
local
632
WeakPtr<TextBase>
textBase
= Referenced::WeakClaim(Referenced::RawPtr(webPattern));;
HWTEST_F()
local
647
WeakPtr<TextBase>
textBase
= nullptr;
HWTEST_F()
local
672
WeakPtr<TextBase>
textBase
= Referenced::WeakClaim(Referenced::RawPtr(webPattern));;
HWTEST_F()
local
697
WeakPtr<TextBase>
textBase
= Referenced::WeakClaim(Referenced::RawPtr(webPattern));;
HWTEST_F()
local
720
WeakPtr<TextBase>
textBase
= nullptr;
HWTEST_F()
local
743
WeakPtr<TextBase>
textBase
= nullptr;
HWTEST_F()
local
775
WeakPtr<TextBase>
textBase
= Referenced::WeakClaim(Referenced::RawPtr(webPattern));;
HWTEST_F()
local
807
WeakPtr<TextBase>
textBase
= Referenced::WeakClaim(Referenced::RawPtr(webPattern));;
HWTEST_F()
local
849
WeakPtr<TextBase>
textBase
= Referenced::WeakClaim(Referenced::RawPtr(webPattern));;
HWTEST_F()
local
[all...]
H
A
D
web_pattern_test_ng.cpp
158
MockWebContextSelectOverlay(WeakPtr<TextBase>
textBase
) : WebContextSelectOverlay(
textBase
) {}
in MockWebContextSelectOverlay()
argument
168
MockWebContextSelectOverlayfalse(WeakPtr<TextBase>
textBase
) : WebContextSelectOverlay(
textBase
) {}
in MockWebContextSelectOverlayfalse()
argument
801
auto
textBase
= WeakPtr<TextBase>();
in HWTEST_F()
local
802
auto contextSelectOverlay = AceType::MakeRefPtr<WebContextSelectOverlay>(
textBase
);
in HWTEST_F()
856
auto
textBase
= WeakPtr<TextBase>();
in HWTEST_F()
local
857
auto contextSelectOverlay = AceType::MakeRefPtr<MockWebContextSelectOverlay>(
textBase
);
in HWTEST_F()
884
auto
textBase
= WeakPtr<TextBase>();
in HWTEST_F()
local
885
auto contextSelectOverlay = AceType::MakeRefPtr<MockWebContextSelectOverlayfalse>(
textBase
);
in HWTEST_F()
965
auto
textBase
= WeakPtr<TextBase>();
HWTEST_F()
local
999
auto
textBase
= WeakPtr<TextBase>();
HWTEST_F()
local
1033
auto
textBase
= WeakPtr<TextBase>();
HWTEST_F()
local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/mock/
H
A
D
mock_text_field_select_overlay.h
26
MockTextFieldSelectOverlay(const WeakPtr<TextBase>&
textBase
) : TextFieldSelectOverlay(
textBase
) {}
in MockTextFieldSelectOverlay()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H
A
D
web_context_select_overlay.h
33
explicit WebContextSelectOverlay(const WeakPtr<TextBase>&
textBase
) : BaseTextSelectOverlay(
textBase
) {}
in WebContextSelectOverlay()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H
A
D
text_field_manager.cpp
107
auto
textBase
= DynamicCast<TextBase>(node);
in GetFocusedNodeCaretRect()
local
108
CHECK_NULL_RETURN(
textBase
, RectF());
in GetFocusedNodeCaretRect()
109
auto caretRect =
textBase
->GetCaretRect() + frameNode->GetTransformRectRelativeToWindow();
in GetFocusedNodeCaretRect()
169
auto
textBase
= DynamicCast<TextBase>(node);
in ScrollToSafeAreaHelper()
local
170
CHECK_NULL_RETURN(
textBase
, false);
in ScrollToSafeAreaHelper()
171
textBase
->OnVirtualKeyboardAreaChanged();
in ScrollToSafeAreaHelper()
192
auto caretRect =
textBase
->GetCaretRect() + frameNode->GetPositionToWindowWithTransform();
in ScrollToSafeAreaHelper()
H
A
D
text_field_select_overlay.h
33
explicit TextFieldSelectOverlay(const WeakPtr<TextBase>&
textBase
) : BaseTextSelectOverlay(
textBase
) {}
in TextFieldSelectOverlay()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H
A
D
text_select_overlay.h
32
explicit TextSelectOverlay(const WeakPtr<TextBase>&
textBase
) : BaseTextSelectOverlay(
textBase
) {}
in TextSelectOverlay()
argument
H
A
D
base_text_select_overlay.h
48
explicit BaseTextSelectOverlay(const WeakPtr<TextBase>&
textBase
) : hostTextBase_(
textBase
) {}
in BaseTextSelectOverlay()
argument
H
A
D
base_text_select_overlay.cpp
38
auto
textBase
= hostTextBase_.Upgrade();
in ProcessOverlay()
local
39
CHECK_NULL_VOID(
textBase
);
in ProcessOverlay()
40
auto clipboard =
textBase
->GetClipboard();
in ProcessOverlay()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H
A
D
rich_editor_select_overlay.h
27
explicit RichEditorSelectOverlay(const WeakPtr<TextBase>&
textBase
) : TextSelectOverlay(
textBase
) {}
in RichEditorSelectOverlay()
argument
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
stylus_detector_mgr.cpp
204
auto
textBase
= frameNode->GetPattern<NG::TextBase>();
in DeleteText()
205
CHECK_NULL_VOID(
textBase
);
in DeleteText()
206
auto wtextLength =
textBase
->GetContentWideTextLength();
in DeleteText()
246
auto
textBase
= frameNode->GetPattern<NG::TextBase>();
in ChoiceText()
247
CHECK_NULL_VOID(
textBase
);
in ChoiceText()
248
auto wtextLength =
textBase
->GetContentWideTextLength();
in ChoiceText()
339
auto
textBase
= frameNode->GetPattern<NG::TextBase>();
in HandleMoveCursor()
local
340
CHECK_NULL_RETURN(
textBase
, -1);
in HandleMoveCursor()
341
auto wtextLength =
textBase
->GetContentWideTextLength();
in HandleMoveCursor()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H
A
D
magnifier_controller.cpp
146
auto
textBase
= DynamicCast<TextBase>(pattern);
in OpenMagnifier()
local
147
CHECK_NULL_VOID(
textBase
);
in OpenMagnifier()
148
textBase
->SetIsTextDraggable(false);
in OpenMagnifier()
/foundation/arkui/ace_engine/frameworks/component_test/core/
H
A
D
component_test_component_impl.cpp
497
auto
textBase
= AceType::DynamicCast<NG::TextBase>(pattern);
in IsSelectedImpl()
local
498
if (
textBase
) {
in IsSelectedImpl()
499
return
textBase
->IsSelected();
in IsSelectedImpl()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H
A
D
text_test_ng.cpp
2857
WeakPtr<TextBase>
textBase
= nullptr;
in HWTEST_F()
local
2858
TextSelectOverlay textSelectOverlay(
textBase
);
in HWTEST_F()
2870
WeakPtr<TextBase>
textBase
= nullptr;
in HWTEST_F()
local
2871
TextSelectOverlay textSelectOverlay(
textBase
);
in HWTEST_F()
3082
WeakPtr<TextBase>
textBase
= nullptr;
in HWTEST_F()
local
3083
TextSelectOverlay textSelectOverlay(
textBase
);
in HWTEST_F()
3126
WeakPtr<TextBase>
textBase
= nullptr;
in HWTEST_F()
local
3127
TextSelectOverlay textSelectOverlay(
textBase
);
in HWTEST_F()
3172
WeakPtr<TextBase>
textBase
= nullptr;
in HWTEST_F()
local
3173
TextSelectOverlay textSelectOverlay(
textBase
);
in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H
A
D
drag_event.cpp
1631
auto
textBase
= frameNode->GetPattern<TextBase>();
in SetTextAnimation()
local
1633
CHECK_NULL_VOID(
textBase
);
in SetTextAnimation()
1634
if (!
textBase
->BetweenSelectedPosition(globalLocation)) {
in SetTextAnimation()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H
A
D
list_layout_algorithm.cpp
1565
auto
textBase
= DynamicCast<TextBase>(textField);
in OnSurfaceChanged()
local
1566
CHECK_NULL_VOID(
textBase
);
in OnSurfaceChanged()
1567
auto caretPos = textFieldHost->GetTransformRelativeOffset().GetY() +
textBase
->GetCaretRect().Bottom();
in OnSurfaceChanged()
Completed in 31 milliseconds