Home | History | Annotate | Download | only in WebCore

Lines Matching full:early

2278           too early, because the overflow rect wasn't correctly sized. Fixed.
4281 Tests: fast/dom/Window/window-early-properties.html
5632 have gotten through all of the early returns. Call updateWidget()
6584 (WebCore::cssPropertyName): Added an early return if the property name
6990 Also, startOfLine() now calls positionAvoidingFirstPositionInTable() in the empty block early return case.
8576 (WebCore::MutexLocker::MutexLocker): Handles automatically locking/unlocking a Mutex (for early returns
10646 DOM if it's in there. Added an early return for the case where commonAncestor
10792 to 0 so we won't return early and do nothing if the shared timer first. Then
10835 process. Return early if your not in the document.
11741 because of the early return in updateStyleSelector(). After that, the early return
11968 Work around a behavior change in CFNetwork where willSendRequest gets called more often by returning early.
14470 (WebCore::FrameLoader::gotoAnchor): Bail early if the document still has pending stylesheets.
14481 When printing, bail out without doing any work. Also moved a couple of lines down below another early
18123 Bailout early in Window::put() if attribute is readonly to avoid
18191 test case: fast/loader/early-load-cancel.html
18389 early return to avoid ref count churn.
21083 Fix mismatched calls to cairo_save/restore due to an early method return.
21335 (WebCore::GraphicsContext::drawLineForText): Added an early return if the line width
29394 Return early
30340 (WebCore::Icon::newIconForFile): Error case should return early.
31087 early if the stream
33777 return the closest editable leaf. Removed an early return if the
34058 In that case we just return early.
37308 * dom/Document.cpp: (WebCore::Document::removeMarkers): Added an early exit for the common
38404 (WebCore::FrameLoader::restoreScrollPositionAndViewState): Add needed early return.
38740 return value setup to the top of the function so it could be shared with the early
41713 Set hasMultipleFonts properly. The old code had an early exit
41992 (WebCore::RenderBlock::layoutBlockChildren): Removed an early
42402 - Add an early exit to RenderFlow::dirtyLinesFromChangedChild.
43852 return early if value attribute is not supported by the attachment view.
44769 Return early if m_frame is null. A closed window only has one property, "closed"
47853 (WebCore::HTMLSelectElement::saveLastSelection): Added early return for menu lists.
49142 (WebCore::ApplyStyleCommand::addBlockStyleIfNeeded): Used an early return
50315 (WebCore::Document::implicitClose): Bail out early if an event handler
51193 Disallow replacing functions in LocationTable, and return early without updating URL.
51981 check the renderer or the CachedImage since we return early if
55726 Adam wanted me to do an early return, instead.
55960 delegate callbacks from getting called for the same request. The solution is to set the header as early as possible.
57513 * loader/Cache.cpp: - return early if an error occured
57909 (WebCore::canonicalizedTitle): Bail out early if the passed in string is all whitespace.
63216 (-[WebScriptObject callWebScriptMethod:withArguments:]): Bail out early if function value is an immediate,
63594 of returning early for double and triple clicks.