OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:XMenuList
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/base/x/
x11_menu_list.cc
13
XMenuList
*
XMenuList
::GetInstance() {
14
return Singleton<
XMenuList
>::get();
17
XMenuList
::
XMenuList
()
21
XMenuList
::~
XMenuList
() {
25
void
XMenuList
::MaybeRegisterMenu(XID menu) {
34
void
XMenuList
::MaybeUnregisterMenu(XID menu) {
42
void
XMenuList
::InsertMenuWindowXIDs(std::vector<XID>* stack)
[
all
...]
x11_menu_list.h
22
class UI_BASE_EXPORT
XMenuList
{
24
static
XMenuList
* GetInstance();
37
friend struct DefaultSingletonTraits<
XMenuList
>;
38
XMenuList
();
39
~
XMenuList
();
43
DISALLOW_COPY_AND_ASSIGN(
XMenuList
);
Completed in 50 milliseconds