OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:active_host_window
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ui/views/controls/menu/
menu_win.cc
38
static MenuHostWindow*
active_host_window
= NULL;
member in namespace:views
323
if (
active_host_window
) {
362
if (!
active_host_window
) {
364
active_host_window
= new MenuHostWindow(this, owner_);
367
TrackPopupMenuEx(menu_, flags, x, y,
active_host_window
->hwnd(), NULL);
369
delete
active_host_window
;
370
active_host_window
= NULL;
Completed in 238 milliseconds