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:HasContent
(Results
1 - 13
of
13
) sorted by relevance
/foundation/ability/form_fwk/services/src/
H
A
D
form_cache_mgr.cpp
51
inline bool
HasContent
(const std::string &str)
in HasContent()
function
107
if (
HasContent
(formCache.dataCache)) {
in GetData()
118
if (
HasContent
(formCache.imgCache)) {
in GetData()
215
if (
HasContent
(formCache.imgCache)) {
in AddImgData()
237
if (
HasContent
(newDataStr)) {
in AddCacheData()
252
if (!
HasContent
(formCache.dataCache)) {
in AddCacheData()
355
bool hasContent =
HasContent
(formCache.dataCache) ||
HasContent
(formCache.imgCache);
in NeedAcquireProviderData()
423
if (!
HasContent
(formCache.imgCache)) {
in InnerDeleteImageData()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_piece.cpp
49
if (!declaration->
HasContent
()) {
in PrepareSpecializedComponent()
/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H
A
D
paste_data_entry.h
62
bool
HasContent
(const std::string &utdId) const;
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H
A
D
text_picker_column_test_ng.cpp
267
ASSERT_TRUE(textLayoutProperty->
HasContent
());
in HWTEST_F()
321
ASSERT_TRUE(textLayoutProperty->
HasContent
());
in HWTEST_F()
375
ASSERT_TRUE(textLayoutProperty->
HasContent
());
in HWTEST_F()
552
ASSERT_TRUE(textLayoutProperty->
HasContent
());
in HWTEST_F()
623
EXPECT_FALSE(textLayoutProperty->
HasContent
());
in HWTEST_F()
729
ASSERT_TRUE(textLayoutProperty->
HasContent
());
in HWTEST_F()
849
EXPECT_FALSE(textLayoutProperty->
HasContent
());
in HWTEST_F()
1087
ASSERT_TRUE(textLayoutProperty->
HasContent
());
in HWTEST_F()
1241
EXPECT_FALSE(textLayoutProperty->
HasContent
());
in HWTEST_F()
1279
EXPECT_FALSE(textLayoutProperty->
HasContent
());
in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/badge/
H
A
D
badge_layout_algorithm.cpp
110
if (textLayoutProperty->
HasContent
()) {
in Measure()
261
if (textLayoutProperty->
HasContent
()) {
in Layout()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/piece/
H
A
D
piece_declaration.h
189
bool
HasContent
() const
in HasContent()
function in OHOS::Ace::PieceDeclaration
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H
A
D
paste_data_entry.cpp
333
bool PasteDataEntry::
HasContent
(const std::string &utdId) const
in HasContent()
function in OHOS::MiscServices::PasteDataEntry
H
A
D
paste_data_record.cpp
735
if (isDelay_ && !entry->
HasContent
(utdType)) {
in GetEntry()
743
if (isDelay_ && !entry->
HasContent
(utdType)) {
in GetEntry()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H
A
D
text_select_overlay.cpp
184
if (textPattern->
HasContent
() && textPattern->GetMagnifierController()) {
in OnHandleMove()
H
A
D
text_pattern.h
722
bool
HasContent
();
H
A
D
text_pattern.cpp
368
if (magnifierController_ &&
HasContent
()) {
in HandleLongPress()
4293
if (!
HasContent
()) {
in OnTextGestureSelectionUpdate()
4314
if (
HasContent
()) {
in OnTextGenstureSelectionEnd()
4460
bool TextPattern::
HasContent
()
in HasContent()
function in TextPattern
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_timer/
H
A
D
text_timer_test_ng.cpp
683
EXPECT_FALSE(textLayoutProperty->
HasContent
());
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H
A
D
title_bar_pattern.cpp
494
if (titleLayoutProperty->
HasContent
()) {
in ResetMainTitleProperty()
572
if (titleLayoutProperty->
HasContent
()) {
in ResetSubTitleProperty()
Completed in 25 milliseconds