Searched refs:sendContextMenuEvent (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventHandler.h169 bool sendContextMenuEvent(const PlatformMouseEvent&);
H A DEventHandler.cpp2693 bool EventHandler::sendContextMenuEvent(const PlatformMouseEvent& event) function in class:blink::EventHandler
2794 return sendContextMenuEvent(mouseEvent);
2810 return sendContextMenuEvent(mouseEvent);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.h351 bool sendContextMenuEvent(const WebKeyboardEvent&);
H A DWebViewImpl.cpp581 targetLocalFrame->eventHandler().sendContextMenuEvent(pme);
1029 sendContextMenuEvent(event);
1402 bool WebViewImpl::sendContextMenuEvent(const WebKeyboardEvent& event) function in class:WebViewImpl

Completed in 179 milliseconds