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:CloseMenu
(Results
1 - 13
of
13
) sorted by relevance
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H
A
D
menu_expand_test_ng.cpp
198
menuItemPattern_->
CloseMenu
();
in HWTEST_F()
224
pattern->
CloseMenu
();
in HWTEST_F()
250
pattern->
CloseMenu
();
in HWTEST_F()
273
menuItemPattern_->
CloseMenu
();
in HWTEST_F()
H
A
D
menuitem_pattern_testone_ng.cpp
746
* @tc.desc: Verify
CloseMenu
782
menuItemPattern->
CloseMenu
();
in HWTEST_F()
1022
menuItemPattern->
CloseMenu
();
in HWTEST_F()
H
A
D
menuitem_pattern_test_ng.cpp
880
* @tc.desc: Verify ShowSubMenu,
CloseMenu
.
920
menuItemPattern->
CloseMenu
();
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/menu/
H
A
D
js_context_menu.cpp
39
SubwindowManager::GetInstance()->
CloseMenu
();
in Close()
/foundation/arkui/ace_engine/test/mock/base/
H
A
D
mock_subwindow.h
54
MOCK_METHOD0(
CloseMenu
, void());
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H
A
D
menu_item_pattern.h
155
void
CloseMenu
();
H
A
D
menu_item_pattern.cpp
547
void MenuItemPattern::
CloseMenu
()
in CloseMenu()
function in OHOS::Ace::NG::MenuItemPattern
708
CloseMenu
();
in OnClick()
771
CloseMenu
();
in OnTouch()
877
CloseMenu
();
in OnKeyEvent()
1554
pattern->
CloseMenu
();
in SetAccessibilityAction()
/foundation/arkui/ace_engine/frameworks/base/subwindow/
H
A
D
subwindow.h
71
virtual void
CloseMenu
() = 0;
H
A
D
subwindow_manager.h
82
void
CloseMenu
();
H
A
D
subwindow_manager.cpp
468
void SubwindowManager::
CloseMenu
()
in CloseMenu()
function in OHOS::Ace::SubwindowManager
473
subwindow->
CloseMenu
();
in CloseMenu()
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H
A
D
subwindow_ohos.h
82
void
CloseMenu
() override;
H
A
D
subwindow_ohos.cpp
917
void SubwindowOhos::
CloseMenu
()
in CloseMenu()
function in SubwindowOhos
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ace_container.cpp
546
SubwindowManager::GetInstance()->
CloseMenu
();
in OnBackPressed()
Completed in 23 milliseconds