Searched defs:contextMenu (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DContextMenuController.h52 ContextMenu* contextMenu() const { return m_contextMenu.get(); } function in class:WebCore::ContextMenuController
/external/webkit/Source/WebCore/platform/qt/
H A DScrollbarQt.cpp50 bool Scrollbar::contextMenu(const PlatformMouseEvent& event) function in class:WebCore::Scrollbar
/external/webkit/Tools/DumpRenderTree/chromium/
H A DEventSender.cpp742 static Vector<WebString> makeMenuItemStringsFor(WebContextMenuData* contextMenu, MockSpellCheck* spellcheck) argument
749 if (!contextMenu)
754 if (contextMenu->isEditable) {
758 spellcheck->fillSuggestionList(contextMenu->misspelledWord, &suggestions);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp1002 QStringList DumpRenderTreeSupportQt::contextMenu(QWebPage* page) function in class:DumpRenderTreeSupportQt
/external/webkit/Source/WebKit/qt/tests/qwebpage/
H A Dtst_qwebpage.cpp526 QMenu* contextMenu = 0; local
528 contextMenu = qobject_cast<QMenu*>(child);
529 if (contextMenu)
532 QVERIFY(!contextMenu);
544 QMenu* contextMenu = 0; local
546 contextMenu = qobject_cast<QMenu*>(child);
547 if (contextMenu)
550 QVERIFY(contextMenu);
551 delete contextMenu;
2810 QMenu* contextMenu local
[all...]
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebPage.cpp865 WebContextMenu* WebPage::contextMenu() function in class:WebKit::WebPage

Completed in 229 milliseconds