HomeSort by relevance Sort by last modified time
    Searched full:hmenu (Results 1 - 20 of 20) sorted by null

  /external/webkit/Source/WebCore/platform/win/
ContextMenuWin.cpp 47 ContextMenu::ContextMenu(HMENU menu)
52 void ContextMenu::getContextMenuItems(HMENU menu, Vector<ContextMenuItem>& items)
85 HMENU ContextMenu::createNativeMenuFromItems(const Vector<ContextMenuItem>& items)
87 HMENU menu = ::CreatePopupMenu();
135 HMENU ContextMenu::nativeMenu() const
  /external/webkit/Source/WebKit2/UIProcess/win/
WebContextMenuProxyWin.h 49 void populateMenu(HMENU, const Vector<WebContextMenuItemData>&);
51 HMENU m_menu;
WebContextMenuProxyWin.cpp 42 void WebContextMenuProxyWin::populateMenu(HMENU menu, const Vector<WebContextMenuItemData>& items)
62 HMENU subMenu = ::CreatePopupMenu();
  /external/skia/include/views/
SkOSWindow_Win.h 66 HMENU fMBar;
  /external/chromium/chrome/browser/ui/views/frame/
browser_frame_win.h 50 virtual void OnInitMenuPopup(HMENU menu,
browser_frame_win.cc 112 void BrowserFrameWin::OnInitMenuPopup(HMENU menu, UINT position,
browser_view.h 184 void PrepareToRunSystemMenu(HMENU menu);
browser_view.cc 521 void BrowserView::PrepareToRunSystemMenu(HMENU menu) {
    [all...]
  /external/chromium/chrome/browser/ui/views/tab_contents/
render_view_context_menu_views.cc 53 HMENU menu = GetMenuHandle();
  /external/webkit/Source/WebCore/platform/
ContextMenu.h 53 typedef HMENU NativeMenu;
  /external/libpng/contrib/visupng/
VisualPng.c 151 static HMENU hMenu;
229 hMenu = GetMenu (hwnd);
232 EnableMenuItem (hMenu, IDM_FILE_SAVE, MF_ENABLED);
234 EnableMenuItem (hMenu, IDM_FILE_SAVE, MF_GRAYED);
239 hMenu = GetMenu (hwnd);
382 CheckMenuItem (hMenu, IDM_OPTIONS_STRETCH, MF_CHECKED);
384 CheckMenuItem (hMenu, IDM_OPTIONS_STRETCH, MF_UNCHECKED);
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebContextMenuClient.cpp 66 HMENU nativeMenu = menu->nativeMenu();
  /external/webkit/Tools/MiniBrowser/win/
BrowserWindow.cpp 216 HMENU menu = ::GetMenu(m_window);
  /external/webkit/Source/WebKit/win/Interfaces/
IWebUIDelegate.idl 584 HRESULT trackCustomPopupMenu([in] IWebView* sender, [in] OLE_HANDLE hMenu, [in] LPPOINT point);
609 HRESULT addCustomMenuDrawingData([in] IWebView* sender, [in] OLE_HANDLE hMenu);
617 HRESULT cleanUpCustomMenuDrawingData([in] IWebView* sender, [in] OLE_HANDLE hMenu);
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
typoscript.php 81 'HMENU', 'HRULER', 'HTML', 'IMAGE', 'IMGTEXT',
  /external/chromium/chrome/browser/ui/views/
task_manager_view.cc 609 HMENU system_menu = GetSystemMenu(GetWindow()->GetNativeWindow(), FALSE);
735 HMENU system_menu = ::GetSystemMenu(GetWindow()->GetNativeWindow(), FALSE);
  /external/webkit/Source/WebKit/win/
WebView.cpp     [all...]
  /prebuilts/tools/windows/sdl/host/lib/
libSDL.a     [all...]
libSDLmain.a     [all...]
  /dalvik/hit/samples/
android.hprof     [all...]

Completed in 1908 milliseconds