Home | History | Annotate | Download | only in WebCore

Lines Matching full:early

3067         a default value and return early, and in the case of itemStyle, we use a 
3072 (WebCore::RenderMenuList::itemText): If out of bounds check, return early.
3077 (WebCore::RenderMenuList::itemBackgroundColor): If out of bounds check, return early.
4405 Fix by returning early
4411 (WebCore::GraphicsLayerCA::setContentsToMedia): Optimize to do an early return
6069 Fix the touch event handler so it does not bail out early if the main frame document does not have any touch listeners registered, as there may be embedded iframes that have registered for touch events.
6284 Return early SVGUseElement::instanceForShadowTreeElement if m_targetElementInstance is zero.
6600 Return early if the object is not selectable.
6648 (WebCore::createAttributeEventListener): Return early if the supplied attribute is null as discussed with Geoffrey.
7395 early exit doesn't incur a function call.
7449 accessibility, remove it from the object cache and return early.
8033 (WebCore::HTMLMediaElement::selectMediaResource): Only bail early if
8069 Early return when m_referenceBitmap or its pixels is NULL, leaving
8139 (WebCore::History::stateObjectAdded): Do an early return when detached. The spec
8826 (WebCore::GeolocationController::removeObserver): Change ASSERT into an if with early return.
8849 (WebCore::DOMWindow::clearTimeout): Silently return early if there is no script execution
9405 coordinates for early return.
10023 Improve the performance of the early culling check by avoiding save/restore
10197 Add an early return when we go to paint a RenderPath that
10267 Add an early return when we go to paint a RenderPath that
11443 at the Frame level. Tweaked formatting and changed to use early return as well.
18222 Early exit for a null String. This avoids assertion failures in ISODateTime::parse*().
37809 statement with an early return.
39228 (WebInspector.ElementsTreeElement.prototype._updateTitle): Return early if we are editing.
40201 stop to process the list too early due this feature and
44348 (WebCore::HTMLTokenizer::enlargeScriptBuffer): Added an early exit to
47144 Make a early return in SVGFEMergeElement if the needed
53289 Note that some of these functions still have an early return for null global object, which
54611 Note that some of these functions still have an early return for null global object, which
54786 return early. Set the timer to fire after the oldest plug-in has run
59038 Add a default case that returns early for notifications that Mac
60879 Make sure not to do an early return when a data URL stylesheet successfully loads. We need to still
64110 excluded early on by name, so that no plugin code is executed (which
65922 Setting the volume of a media element has no effect if called too early
66571 an early return.
68087 (WebCore::RenderThemeMac::paintMenuListButtonGradients): Return early
68095 early return case.
69248 Removed an early return that can cause deleteOrigin or deleteAllDatabases to fail when
69350 repainting of line boxes to actually be tight and bail early if the overflow rect of a box
77743 If we've been started or we don't have a Page, return early. Remove
88808 Do early return if layerContents is nil. Flip the CTM if the layer has
90008 Removed the unused CompositingUpdate parameter, and just do an early return
90628 ImplicitAnmation object is culled too early, before its final
90633 terminated early (which happens when you remove it from the style).
90675 ImplicitAnmation object is culled too early, before its final
90680 terminated early (which happens when you remove it from the style).
91707 Correctly reset history length to '0', not '1'. Old relict from early WML days.
94909 Also fixes bugs where we're substituting variables too early (noticeable with the upcoming <select> element).