Searched defs:createContextMenu (Results 1 - 6 of 6) sorted by path

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Source/WebCore/page/
H A DContextMenuController.cpp100 m_contextMenu = createContextMenu(event);
113 m_contextMenu = createContextMenu(event);
123 PassOwnPtr<ContextMenu> ContextMenuController::createContextMenu(Event* event) function in class:WebCore::ContextMenuController
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage.cpp448 QMenu *QWebPagePrivate::createContextMenu(const WebCore::ContextMenu *webcoreMenu, function in class:QWebPagePrivate
479 QMenu *subMenu = createContextMenu(webcoreMenu, item.platformSubMenu(), visitedWebActions);
3305 // Then we let createContextMenu() enable the actions that are put into the menu
3306 d->currentContextMenu = d->createContextMenu(d->page->contextMenuController()->contextMenu(), d->page->contextMenuController()->contextMenu()->platformDescription(), &visitedWebActions);
/external/webkit/Source/WebKit2/UIProcess/qt/
H A DWebContextMenuProxyQt.cpp88 OwnPtr<QMenu> menu = createContextMenu(items);
103 PassOwnPtr<QMenu> WebContextMenuProxyQt::createContextMenu(const Vector<WebContextMenuItemData>& items) const function in class:WebKit::WebContextMenuProxyQt
126 if (OwnPtr<QMenu> subMenu = createContextMenu(item.submenu())) {
/external/webkit/Tools/QtTestBrowser/
H A Dwebview.cpp233 static QMenu* createContextMenu(QWebPage* page, QPoint position) function
266 QMenu* menu = createContextMenu(page(), event->pos().toPoint());
273 QMenu* menu = createContextMenu(page(), event->pos());

Completed in 193 milliseconds