Home | History | Annotate | Download | only in Api

Lines Matching defs:handled

606             // those two are handled by QUndoStack
1037 bool handled = false;
1042 if (!handled)
1043 handled = frame->eventHandler()->keyEvent(ev);
1044 if (!handled) {
1045 handled = true;
1071 handled = false;
1077 ev->setAccepted(handled);
1088 bool handled = frame->eventHandler()->keyEvent(ev);
1089 ev->setAccepted(handled);
1207 // is handled by the WebKit event handler's mouseMoved function.
2736 custom event handlers in the web page. Returns true if the event was handled;
3517 By default no links are delegated and are handled by QWebPage instead.