HomeSort by relevance Sort by last modified time
    Searched full:repaint (Results 51 - 75 of 241) sorted by null

1 23 4 5 6 7 8 910

  /external/webkit/Source/WebCore/svg/
SVGDocument.cpp 94 renderer()->repaint();
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
LayoutTestController.idl 63 // Repaint testing.
  /external/webkit/Source/WebCore/rendering/
RenderObject.h 381 // coordinates instead of in repaint container coordinates. Eventually the
527 // repaint and do not need a relayout
614 // Actually do the repaint of rect r for this object which has been computed in the coordinate space
615 // of repaintContainer. If repaintContainer is 0, repaint via the view.
618 // Repaint the entire object. Called when, e.g., the color of a border changes, or when a border
620 void repaint(bool immediate = false);
622 // Repaint a specific subrectangle within a given object. The rect |r| is in the object's coordinate space.
625 // Repaint only if our old bounds and new bounds are different. The caller may pass in newBounds and newOutlineBox if they are known.
628 // Repaint only if the object moved.
631 // Called to repaint a block's floats
    [all...]
RenderWidget.cpp 216 repaint();
244 repaint();
RenderObject.cpp 1179 void RenderObject::repaint(bool immediate) function in class:WebCore::RenderObject
    [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_view_single.c 214 DBG("full page scroll %+03d,%+03d. convert to repaint %d,%d + %dx%d",
243 "repaint=%d,%d+%dx%d",
255 "repaint=%d,%d+%dx%d",
269 "repaint=%d,%d+%dx%d",
281 "repaint=%d,%d+%dx%d",
ewk_view_tiled.c 105 DBG("full page scroll %+03d,%+03d. convert to repaint %d,%d + %dx%d",
129 INF("using repaint for inner frame scolling!");
  /external/webkit/Source/WebCore/html/shadow/
TextControlInnerElements.cpp 305 renderer()->repaint();
453 shadowAncestorNode()->renderer()->repaint();
490 renderer()->repaint();
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
Tile.cpp 41 // If the dirty portion of a tile exceeds this ratio, fully repaint.
189 // UpToDate: marking dirty means we need to repaint, but don't stop the
430 // transfer failed for some reason, mark dirty so it will (repaint and) be
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivateQt.cpp 140 this, SLOT(repaint()));
603 void MediaPlayerPrivateQt::repaint() function in class:WebCore::MediaPlayerPrivateQt
605 m_webCorePlayer->repaint();
  /external/webkit/Source/WebKit/mac/WebView/
WebDynamicScrollBarsView.mm 193 - (void)setScrollBarsSuppressed:(BOOL)suppressed repaintOnUnsuppress:(BOOL)repaint
205 if (!suppressed && repaint)
208 if (suppressed || repaint) {
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
DrawingAreaImpl.cpp 126 // Just repaint the entire current scroll rect, we'll scroll the new rect instead.
146 // Compute the scroll repaint region.
379 // FIXME: We shouldn't always repaint everything here.
  /external/webkit/Source/WebCore/page/
FrameView.h 269 // The delay grows on each repaint to this maximum value
271 // On each repaint the delay increses by this amount
  /external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm 183 -(void)repaint;
440 [delegate repaint];
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_model.h 57 // Call to change the selected line. This will update all state and repaint
  /external/chromium/chrome/browser/chromeos/login/
username_view.cc 193 // Repaint because the font may have changed.
  /external/chromium/chrome/browser/extensions/
extension_tab_helper.h 70 // INVALIDATE_TITLE navigation state change to trigger repaint of title.
  /external/chromium/chrome/browser/ui/gtk/download/
download_item_gtk.h 79 // Repaint the download progress.
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab.h 165 // Schedules repaint task for icon.
  /external/webkit/Source/WebCore/html/
HTMLOptionElement.cpp 226 renderer->repaint();
  /external/webkit/Source/WebCore/manual-tests/
crash-and-no-repaint-after-wake-from-sleep.html 172 href="https://bugs.webkit.org/show_bug.cgi?id=39297">Bug 39297: WebView doesn't repaint until page reloads when page
no-repaint-after-wake-from-sleep.html 170 that use hardware acceleration don't repaint after waking computer from sleep</a>. To test, put
  /external/webkit/Source/WebCore/manual-tests/qt/
plugin-painting.html 12 within the page before scheduling them for a repaint, with the result that parts of the plugin
  /external/webkit/Source/WebCore/platform/
Theme.h 102 // Some controls may spill out of their containers (e.g., the check on an OS X checkbox). When these controls repaint,
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
CanvasLayer.cpp 88 // Merge the canvas invals with the layer's invals to repaint the needed

Completed in 323 milliseconds

1 23 4 5 6 7 8 910