Home
last modified time | relevance | path

Searched refs:GetMenu (Results 1 – 15 of 15) sorted by relevance

/external/chromium/chrome/browser/ui/views/bookmarks/
Dbookmark_bar_view_test.cc287 views::MenuItemView* menu = bb_view_->GetMenu(); in Step2()
315 views::MenuItemView* menu = bb_view_->GetMenu(); in Step3()
341 views::MenuItemView* menu = bb_view_->GetMenu(); in Step2()
358 views::MenuItemView* menu = bb_view_->GetMenu(); in Step3()
391 views::MenuItemView* menu = bb_view_->GetMenu(); in Step2()
407 views::MenuItemView* menu = bb_view_->GetMenu(); in Step3()
423 views::MenuItemView* menu = bb_view_->GetMenu(); in Step4()
496 views::MenuItemView* menu = bb_view_->GetMenu(); in Step2()
553 views::MenuItemView* menu = bb_view_->GetMenu(); in Step2()
569 bb_view_->GetMenu()->GetSubmenu()->GetMenuItemAt(1); in Step3()
[all …]
Dbookmark_bar_view.h201 views::MenuItemView* GetMenu();
Dbookmark_bar_view.cc773 views::MenuItemView* BookmarkBarView::GetMenu() { in GetMenu() function in BookmarkBarView
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dlocation_bar_decoration.h73 virtual NSMenu* GetMenu();
Dlocation_bar_decoration.mm57 NSMenu* LocationBarDecoration::GetMenu() { function
Dpage_action_decoration.h58 virtual NSMenu* GetMenu();
Dautocomplete_text_field_unittest.mm38 MOCK_METHOD0(GetMenu, NSMenu*());
627 EXPECT_CALL(mock_right_decoration_, GetMenu())
633 EXPECT_CALL(mock_left_decoration_, GetMenu())
Dpage_action_decoration.mm222 NSMenu* PageActionDecoration::GetMenu() { function
Dautocomplete_text_field_cell.mm310 return decoration->GetMenu();
/external/webkit/Tools/MiniBrowser/win/
DBrowserWindow.cpp216 HMENU menu = ::GetMenu(m_window); in onCommand()
/external/libpng/contrib/visupng/
DVisualPng.c229 hMenu = GetMenu (hwnd); in WndProc()
239 hMenu = GetMenu (hwnd); in WndProc()
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
DSDL_sysevents.c541 : GetMenu(hwnd) != NULL); in WinMessage()
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
DSDL_macevents.c677 apple_menu = GetMenu(mApple); in Mac_InitEvents()
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
DSDL_dx5video.c1220 …AdjustWindowRectEx(&bounds, GetWindowLong(SDL_Window, GWL_STYLE), (GetMenu(SDL_Window) != NULL), 0…
1306 …AdjustWindowRectEx(&bounds, GetWindowLong(SDL_Window, GWL_STYLE), (GetMenu(SDL_Window) != NULL), 0…
1625 …AdjustWindowRectEx(&bounds, GetWindowLong(SDL_Window, GWL_STYLE), (GetMenu(SDL_Window) != NULL), 0…
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
DSDL_dibvideo.c559 …AdjustWindowRectEx(&bounds, GetWindowLong(SDL_Window, GWL_STYLE), (GetMenu(SDL_Window) != NULL), 0…