Home | History | Annotate | Download | only in WebCore

Lines Matching full:early

2142         (WebCore::HTMLSelectElement::defaultEventHandler): Return early if the event has been handled.
6653 contain any blocks. Removed an early return for this case: the
6654 code below the early return can and must handle it.
7809 early return if count is <= 0; assert that it's not < 0
8644 the event off to the OS. Also restructured some code to use early
13038 (WebCore::FrameLoader::startLoading): Null check m_provisionalDocumentLoader and bail early.
13188 (WebCore::FrameLoader::receivedFirstData): Added an early return instead of nesting the
18468 return early if it is null.
22002 (WebCore::SelectionController::recomputeCaretRect): Don't early return if
26373 (WebCore::RenderImage::imageChanged): Added early return if the document is
35444 Added an optimization to return early if there's no replacements to be made
41807 every time you try to print a page because we put it too early in
42841 updateOverflowStatus() and return early.
43114 Don't return early if the selection is empty.
43322 the event and then return early without releasing it in one case.
44947 containers are non-null and an early return.
44950 (WebCore::Selection::adjustForEditableContent): Added an early return if
45230 If we get back from recalcStyle, and there's only one ref, return early since the the view will be deleted when we exit layout.
45979 Early return if JS is not enabled.
46990 (WebCore::RenderBox::calcWidth): Added early return if this is the root
47794 return early since we won't be able to actually set the selection.
48400 Early return if paintingDisabled().
52041 (WebCore::CreateLinkCommand::doApply): Added early return when there is no selection.
52051 (WebCore::UnlinkCommand::doApply): Early return.