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:isPageInvalid
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/rich_text/resource/
H
A
D
rich_text_delegate.cpp
350
void RichTextDelegate::CallIsPagePathInvalid(const bool&
isPageInvalid
)
in CallIsPagePathInvalid()
argument
477
context->SetIsPagePathInvalidEventHandler([weak = WeakClaim(this)](bool&
isPageInvalid
) {
in BindIsPagePathInvalidMethod()
480
delegate->CallIsPagePathInvalid(
isPageInvalid
);
in BindIsPagePathInvalidMethod()
H
A
D
rich_text_delegate.h
82
void CallIsPagePathInvalid(const bool&
isPageInvalid
);
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H
A
D
frontend_delegate_impl.h
113
using IsPagePathInvalidCallback = std::function<void(bool&
isPageInvalid
)>;
153
void GetIsPagePathInvalid(bool&
isPageInvalid
)
in GetIsPagePathInvalid()
argument
156
return isPagePathInvalidCallback_(
isPageInvalid
);
in GetIsPagePathInvalid()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H
A
D
pipeline_base.cpp
384
void PipelineBase::NotifyIsPagePathInvalidDismiss(bool
isPageInvalid
) const
in NotifyIsPagePathInvalidDismiss()
389
iterPathInvalidHandler(
isPageInvalid
);
in NotifyIsPagePathInvalidDismiss()
H
A
D
pipeline_base.h
499
using IsPagePathInvalidEventHandler = std::function<void(bool&
isPageInvalid
)>;
504
void NotifyIsPagePathInvalidDismiss(bool
isPageInvalid
) const;
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H
A
D
mock_web_delegate.cpp
708
void WebDelegate::CallIsPagePathInvalid(const bool&
isPageInvalid
) {}
in CallIsPagePathInvalid()
argument
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H
A
D
web_delegate.cpp
4340
void WebDelegate::CallIsPagePathInvalid(const bool&
isPageInvalid
)
in CallIsPagePathInvalid()
argument
4345
paramStream << NTC_PARAM_PAGE_INVALID << WEB_PARAM_EQUALS <<
isPageInvalid
;
in CallIsPagePathInvalid()
local
6010
context->SetIsPagePathInvalidEventHandler([weak = WeakClaim(this)](bool&
isPageInvalid
) {
in BindIsPagePathInvalidMethod()
6013
delegate->CallIsPagePathInvalid(
isPageInvalid
);
in BindIsPagePathInvalidMethod()
H
A
D
web_delegate.h
1092
void CallIsPagePathInvalid(const bool&
isPageInvalid
);
Completed in 24 milliseconds