Searched refs:GetMenu (Results 1 – 15 of 15) sorted by relevance
/external/chromium/chrome/browser/ui/views/bookmarks/ |
D | bookmark_bar_view_test.cc | 287 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 …]
|
D | bookmark_bar_view.h | 201 views::MenuItemView* GetMenu();
|
D | bookmark_bar_view.cc | 773 views::MenuItemView* BookmarkBarView::GetMenu() { in GetMenu() function in BookmarkBarView
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
D | location_bar_decoration.h | 73 virtual NSMenu* GetMenu();
|
D | location_bar_decoration.mm | 57 NSMenu* LocationBarDecoration::GetMenu() { function
|
D | page_action_decoration.h | 58 virtual NSMenu* GetMenu();
|
D | autocomplete_text_field_unittest.mm | 38 MOCK_METHOD0(GetMenu, NSMenu*()); 627 EXPECT_CALL(mock_right_decoration_, GetMenu()) 633 EXPECT_CALL(mock_left_decoration_, GetMenu())
|
D | page_action_decoration.mm | 222 NSMenu* PageActionDecoration::GetMenu() { function
|
D | autocomplete_text_field_cell.mm | 310 return decoration->GetMenu();
|
/external/webkit/Tools/MiniBrowser/win/ |
D | BrowserWindow.cpp | 216 HMENU menu = ::GetMenu(m_window); in onCommand()
|
/external/libpng/contrib/visupng/ |
D | VisualPng.c | 229 hMenu = GetMenu (hwnd); in WndProc() 239 hMenu = GetMenu (hwnd); in WndProc()
|
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/ |
D | SDL_sysevents.c | 541 : GetMenu(hwnd) != NULL); in WinMessage()
|
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/ |
D | SDL_macevents.c | 677 apple_menu = GetMenu(mApple); in Mac_InitEvents()
|
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/ |
D | SDL_dx5video.c | 1220 …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/ |
D | SDL_dibvideo.c | 559 …AdjustWindowRectEx(&bounds, GetWindowLong(SDL_Window, GWL_STYLE), (GetMenu(SDL_Window) != NULL), 0…
|