Home | History | Annotate | Download | only in UIProcess

Lines Matching refs:showPopupMenu

2239 void WebPageProxy::showPopupMenu(const IntRect& rect, uint64_t textDirection, const Vector<WebPopupItem>& items, int32_t selectedIndex, const PlatformPopupMenuData& data)
2249 // Since showPopupMenu() can spin a nested run loop we need to turn off the responsiveness timer.
2254 protectedActivePopupMenu->showPopupMenu(rect, static_cast<TextDirection>(textDirection), m_viewScaleFactor, items, data, selectedIndex);