OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MenuHostWindow
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/views/controls/menu/
native_menu_win.h
125
class
MenuHostWindow
;
126
friend
MenuHostWindow
;
127
scoped_ptr<
MenuHostWindow
> host_window_;
menu_win.h
19
class
MenuHostWindow
;
81
friend class
MenuHostWindow
;
menu_win.cc
36
// Current active
MenuHostWindow
. If NULL, no menu is active.
37
static
MenuHostWindow
* active_host_window = NULL;
58
//
MenuHostWindow
-------------------------------------------------------------
60
//
MenuHostWindow
is the HWND the HMENU is parented to.
MenuHostWindow
is used
64
class
MenuHostWindow
: public gfx::WindowImpl {
66
MenuHostWindow
(MenuWin* menu, HWND parent_window) : menu_(menu) {
78
~
MenuHostWindow
() {
82
BEGIN_MSG_MAP_EX(
MenuHostWindow
);
222
DISALLOW_COPY_AND_ASSIGN(
MenuHostWindow
);
[
all
...]
native_menu_win.cc
77
class NativeMenuWin::
MenuHostWindow
{
79
explicit
MenuHostWindow
(NativeMenuWin* parent) : parent_(parent) {
87
~
MenuHostWindow
() {
351
MenuHostWindow
* host =
352
reinterpret_cast<
MenuHostWindow
*>(gfx::GetWindowUserData(window));
365
DISALLOW_COPY_AND_ASSIGN(
MenuHostWindow
);
385
const wchar_t* NativeMenuWin::
MenuHostWindow
::kWindowClassName =
753
host_window_.reset(new
MenuHostWindow
(this));
Completed in 27 milliseconds