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:themeTag
(Results
1 - 4
of
4
) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ace_container.h
68
std::string
themeTag
;
member
79
densitydpi.empty() &&
themeTag
.empty() && fontScale.empty() && fontWeightScale.empty() &&
in IsValid()
H
A
D
ace_container.cpp
2537
if (!parsedConfig.
themeTag
.empty()) {
in ProcessThemeUpdate()
2538
std::unique_ptr<JsonValue> json = JsonUtil::ParseJsonString(parsedConfig.
themeTag
);
in ProcessThemeUpdate()
2619
ResourceManager::GetInstance().UpdateResourceConfig(resConfig, !parsedConfig.
themeTag
.empty());
in UpdateConfiguration()
H
A
D
ui_content_impl.cpp
2407
parsedConfig.
themeTag
= config->GetItem("ohos.application.theme");
in UpdateConfiguration()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H
A
D
web_delegate.cpp
3648
std::string
themeTag
= configuration.GetItem(OHOS::AAFwk::GlobalConfigurationKey::THEME);
in OnConfigurationUpdated()
local
3650
if (!
themeTag
.empty()) {
in OnConfigurationUpdated()
3651
std::unique_ptr<JsonValue> json = JsonUtil::ParseJsonString(
themeTag
);
in OnConfigurationUpdated()
3654
TAG_LOGI(AceLogTag::ACE_WEB, "OnConfigurationUpdated fonts:%{public}s",
themeTag
.c_str());
in OnConfigurationUpdated()
Completed in 24 milliseconds