Home | History | Annotate | Download | only in WebCore

Lines Matching full:early

2286         Added an assert and two early returns for cases where we'll crash.
7308 Was crashing when passed a collapsed range. I early return an empty string instead.
20143 for shouldClose() in scheduleClose(), returning early when appropriate before the chain of events that
22346 rewrote loop to bail out early if past end, for clarity;
26223 (KJS::ScheduledAction::execute): Return early if there's no window
37417 mousing over links in a frame (5509). However, when we return early after passSubframeEventToSubframe,
37419 to fix the hand cursor updating problem, remove the early return and make cursor updating conditional
37643 Leaks in XSLTProcessorImpl due to early exit in failure case
38055 early. Also, compare start and data._length before computing
38111 (4) Removed the main body of code from a giant 'else' block by inserting early returns for the exceptional cases.