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:SetBorder
(Results
1 - 25
of
76
) sorted by relevance
1
2
3
4
/foundation/arkui/ace_engine/frameworks/core/components/box/
H
A
D
box_component_helper.h
36
decoration->
SetBorder
(border);
in SetBorderColor()
50
decoration->
SetBorder
(border);
in SetBorderColor()
101
decoration->
SetBorder
(border);
in SetBorderRadius()
116
decoration->
SetBorder
(border);
in SetBorderRadius()
186
decoration->
SetBorder
(border);
in SetBorderStyle()
200
decoration->
SetBorder
(border);
in SetBorderStyle()
256
decoration->
SetBorder
(border);
in SetBorderWidth()
270
decoration->
SetBorder
(border);
in SetBorderWidth()
/foundation/arkui/ace_engine/frameworks/core/components/image/
H
A
D
image_animator_component.cpp
98
void ImageAnimatorComponent::
SetBorder
(const Border& border)
in SetBorder()
function in OHOS::Ace::ImageAnimatorComponent
100
declaration_->
SetBorder
(border);
in SetBorder()
H
A
D
image_component.cpp
134
void ImageComponent::
SetBorder
(const Border& border)
in SetBorder()
function in OHOS::Ace::ImageComponent
204
imageComponent->
SetBorder
(other->GetBorder());
in MakeFromOtherWithoutSourceAndEvent()
H
A
D
image_animator_component.h
145
void
SetBorder
(const Border& border);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
sliding_panel_model_impl.cpp
179
decoration->
SetBorder
(border);
in SetBorderColor()
194
decoration->
SetBorder
(border);
in SetBorderWidth()
209
decoration->
SetBorder
(border);
in SetBorderStyle()
214
void SlidingPanelModelImpl::
SetBorder
(const BorderStyle& borderStyle, const Dimension& borderWidth)
in SetBorder()
function in OHOS::Ace::Framework::SlidingPanelModelImpl
226
decoration->
SetBorder
(border);
in SetBorder()
H
A
D
image_model_impl.cpp
35
void ImageModelImpl::
SetBorder
(const Border& border)
in SetBorder()
function in OHOS::Ace::Framework::ImageModelImpl
43
decoration->
SetBorder
(border);
in SetBorder()
46
image->
SetBorder
(border);
in SetBorder()
58
SetBorder
(decoration->GetBorder());
in SetBackBorder()
H
A
D
sliding_panel_model_impl.h
41
void
SetBorder
(const BorderStyle& borderStyle, const Dimension& borderWidth) override;
H
A
D
search_model_impl.cpp
218
decoration->
SetBorder
(boxDecoration->GetBorder());
in SetBackBorder()
220
boxDecoration->
SetBorder
(border);
in SetBackBorder()
347
decoration->
SetBorder
(boxBorder);
in UpdateDecorationStyle()
355
decoration->
SetBorder
(border);
in UpdateDecorationStyle()
375
boxDecoration->
SetBorder
(border);
in UpdateDecorationStyle()
H
A
D
image_model_impl.h
30
void
SetBorder
(const Border& border) override;
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H
A
D
tab_bar_indicator_component.cpp
34
indicatorDecoration_->
SetBorder
(border);
in TabBarIndicatorComponent()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_piece.cpp
45
declaration->
SetBorder
(boxComponent_->GetBackDecoration()->GetBorder());
in PrepareSpecializedComponent()
H
A
D
dom_popup.cpp
210
popupChild_->GetPopupParam()->
SetBorder
(boxBorder);
in PrepareSpecializedComponent()
216
boxComponent_->GetBackDecoration()->
SetBorder
(border);
in PrepareSpecializedComponent()
H
A
D
dom_textarea.cpp
359
decoration->
SetBorder
(boxBorder);
in UpdateDecoration()
366
decoration->
SetBorder
(border);
in UpdateDecoration()
383
backDecoration->
SetBorder
(border);
in UpdateDecoration()
H
A
D
dom_image.cpp
126
imageChild_->
SetBorder
(backDecoration->GetBorder());
in PrepareSpecializedComponent()
H
A
D
dom_image_animator.cpp
149
imageAnimator_->
SetBorder
(borderStyle.border);
in PrepareSpecializedComponent()
/foundation/arkui/ace_engine/frameworks/core/components/piece/
H
A
D
piece_component.cpp
153
void PieceComponent::
SetBorder
(const Border& border)
in SetBorder()
function in OHOS::Ace::PieceComponent
155
declaration_->
SetBorder
(border);
in SetBorder()
H
A
D
piece_component.h
78
void
SetBorder
(const Border& border);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H
A
D
sliding_panel_model.h
54
virtual void
SetBorder
(const BorderStyle& borderStyle, const Dimension& borderWidth);
H
A
D
sliding_panel_model_ng.h
43
void
SetBorder
(const BorderStyle& borderStyle, const Dimension& borderWidth) override;
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H
A
D
popup_list_component.cpp
49
boxDecoration->
SetBorder
(border);
in BuildBackground()
/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/
H
A
D
semi_modal_component.cpp
63
backDecoration->
SetBorder
(border);
in BuildInnerChild()
/foundation/arkui/ace_engine/frameworks/core/components/dialog_modal/
H
A
D
dialog_modal_component.cpp
68
decoration->
SetBorder
(border);
in BuildInnerChild()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_calendar_picker.h
30
static void
SetBorder
(const JSCallbackInfo& info);
/foundation/arkui/ace_engine/frameworks/core/components/panel/
H
A
D
sliding_panel_component_v2.cpp
69
backDecoration->
SetBorder
(border);
in BuildInnerChild()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/image/
H
A
D
image_animator_declaration.h
93
void
SetBorder
(const Border& border)
in SetBorder()
function in OHOS::Ace::ImageAnimatorDeclaration
Completed in 9 milliseconds
1
2
3
4