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:CancelPopup
(Results
1 - 12
of
12
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/popup/
H
A
D
popup_element.cpp
47
popupElement->
CancelPopup
(popupElement->GetId());
in PerformBuild()
101
return SubwindowManager::GetInstance()->
CancelPopup
(id);
in CancelPopupInSubWindow()
169
bool PopupElement::
CancelPopup
(const ComposeId& id)
in CancelPopup()
function in OHOS::Ace::PopupElement
H
A
D
popup_element.h
50
bool
CancelPopup
(const ComposeId& id);
H
A
D
popup_component.h
49
void
CancelPopup
()
in CancelPopup()
function in OHOS::Ace::PopupController
H
A
D
popup_element_v2.cpp
96
if (hasShown_ &&
CancelPopup
(showId_)) {
in HandleDeclarativePerformBuild()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_popup.cpp
162
controller->
CancelPopup
();
in CallSpecializedMethod()
/foundation/arkui/ace_engine/test/mock/base/
H
A
D
mock_subwindow.h
53
MOCK_METHOD1(
CancelPopup
, bool(const std::string& id));
/foundation/arkui/ace_engine/frameworks/base/subwindow/
H
A
D
subwindow.h
70
virtual bool
CancelPopup
(const std::string& id) = 0;
H
A
D
subwindow_manager.h
81
bool
CancelPopup
(const std::string& id);
H
A
D
subwindow_manager.cpp
438
bool SubwindowManager::
CancelPopup
(const std::string& id)
in CancelPopup()
function in OHOS::Ace::SubwindowManager
443
return subwindow->
CancelPopup
(id);
in CancelPopup()
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H
A
D
subwindow_ohos.h
81
bool
CancelPopup
(const std::string& id) override;
H
A
D
subwindow_ohos.cpp
431
bool SubwindowOhos::
CancelPopup
(const std::string& id)
in CancelPopup()
function in SubwindowOhos
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H
A
D
inspector_composed_element.cpp
178
popupComponent->GetPopupController()->
CancelPopup
();
in ~InspectorComposedElement()
Completed in 14 milliseconds