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:useLiteStyle_
(Results
1 - 11
of
11
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/
H
A
D
manifest_parser.h
47
return
useLiteStyle_
;
in IsUseLiteStyle()
70
bool
useLiteStyle_
= false;
member in OHOS::Ace::Framework::ManifestParser
H
A
D
manifest_parser.cpp
63
useLiteStyle_
= true;
in Parse()
/foundation/arkui/ace_engine/frameworks/core/components/box/
H
A
D
box_base_component.h
242
useLiteStyle_
= flag;
in SetUseLiteStyle()
247
return
useLiteStyle_
;
in UseLiteStyle()
390
bool
useLiteStyle_
= false;
member in OHOS::Ace::BoxBaseComponent
H
A
D
render_box_base.h
339
bool
useLiteStyle_
= false;
member in OHOS::Ace::RenderBoxBase
H
A
D
render_box_base.cpp
756
useLiteStyle_
= box->UseLiteStyle();
H
A
D
rosen_render_box.cpp
302
if (
useLiteStyle_
) {
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H
A
D
js_ace_page.h
245
return
useLiteStyle_
;
in IsLiteStyle()
250
useLiteStyle_
= useLiteStyle;
in SetUseLiteStyle()
404
bool
useLiteStyle_
= false;
member in OHOS::Ace::OHOS::Ace::Framework::final
H
A
D
js_command.h
208
bool
useLiteStyle_
= false;
member in OHOS::Ace::Framework::JsCommandDomElementOperator
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H
A
D
declaration.h
387
return
useLiteStyle_
;
in GetUseLiteStyle()
391
useLiteStyle_
= useLiteStyle;
in SetUseLiteStyle()
621
bool
useLiteStyle_
= false;
member in OHOS::Ace::Declaration
H
A
D
declaration.cpp
585
if (declaration.
useLiteStyle_
) {
in SetAttr()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H
A
D
pipeline_context.h
554
useLiteStyle_
= useLiteStyle;
in SetUseLiteStyle()
559
return
useLiteStyle_
;
in UseLiteStyle()
967
bool
useLiteStyle_
= false;
member in OHOS::OHOS::Ace::PipelineContext
Completed in 15 milliseconds