Home
last modified time | relevance | path

Searched refs:handlePasteGlobalSelection (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.h205 bool handlePasteGlobalSelection(const PlatformMouseEvent&);
DEventHandler.cpp809 handled = handlePasteGlobalSelection(event.event()) || handled; in handleMouseReleaseEvent()
1588 bool EventHandler::handlePasteGlobalSelection(const PlatformMouseEvent& mouseEvent) in handlePasteGlobalSelection() function in WebCore::EventHandler