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:showDelete
(Results
1 - 4
of
4
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/declaration/piece/
H
A
D
piece_declaration.h
26
bool
showDelete
= false;
member
80
return attribute.
showDelete
;
in ShowDelete()
82
void SetShowDelete(bool
showDelete
)
in SetShowDelete()
argument
85
attribute.
showDelete
=
showDelete
;
in SetShowDelete()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_piece.cpp
73
JSClass<JSPiece>::StaticMethod("
showDelete
", &JSPiece::SetShowDelete, opt);
in JSBind()
91
//
showDelete
Parameters should be bool type,but after click event triggering,
95
bool
showDelete
= false;
in SetShowDelete()
local
102
showDelete
= info[0]->ToBoolean();
in SetShowDelete()
103
component->SetShowDelete(
showDelete
);
in SetShowDelete()
107
showDelete
= static_cast<bool>(arg);
in SetShowDelete()
108
component->SetShowDelete(
showDelete
);
in SetShowDelete()
111
component->SetShowDelete(
showDelete
);
in SetShowDelete()
/foundation/arkui/ace_engine/frameworks/core/components/piece/
H
A
D
piece_component.cpp
135
void PieceComponent::SetShowDelete(bool
showDelete
)
in SetShowDelete()
argument
137
declaration_->SetShowDelete(
showDelete
);
in SetShowDelete()
H
A
D
piece_component.h
72
void SetShowDelete(bool
showDelete
);
Completed in 3 milliseconds