Home | History | Annotate | Download | only in page

Lines Matching defs:handled

618     bool handled = false;
640 handled = true;
647 return handled;
933 bool handled = scrollOverflow(direction, granularity);
934 if (!handled) {
938 handled = view ? view->scroll(direction, granularity) : false;
940 } while (!handled && frame);
943 return handled;
1234 // in case the scrollbar widget was destroyed when the mouse event was handled.
2064 // In IE, access keys are special, they are handled after default keydown processing, but cannot be canceled - this is hard to match.