Home | History | Annotate | Download | only in src

Lines Matching defs:handled

396     // Actually showing the context menu is handled by the ContextMenuClient
430 // have to be handled separately.
468 // The m_suppressNextKeypressEvent is set if the KeyDown is handled by
572 // handled by Webkit. A keyDown event is typically associated with a
681 bool handled = focusedFrame->eventHandler()->sendContextMenuEvent(platformEvent);
683 return handled;
903 bool handled = true;
932 handled = keyEvent(*static_cast<const WebKeyboardEvent*>(&inputEvent));
936 handled = charEvent(*static_cast<const WebKeyboardEvent*>(&inputEvent));
940 handled = false;
945 return handled;