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

1 23 4 5 6 7 8 910

  /external/webkit/Source/WebCore/rendering/svg/
SVGResourcesCache.cpp 129 // In this case the proper SVGFE*Element will imply whether the modifided CSS properties implies a relayout or repaint.
  /external/webkit/Source/WebCore/svg/
SVGDocument.cpp 94 renderer()->repaint();
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
LayoutTestController.idl 63 // Repaint testing.
  /sdk/draw9patch/src/com/android/draw9patch/ui/
MainFrame.java 127 repaint(); method
  /external/webkit/Source/WebCore/rendering/
RenderObject.h 379 // coordinates instead of in repaint container coordinates. Eventually the
525 // repaint and do not need a relayout
612 // Actually do the repaint of rect r for this object which has been computed in the coordinate space
613 // of repaintContainer. If repaintContainer is 0, repaint via the view.
616 // Repaint the entire object. Called when, e.g., the color of a border changes, or when a border
618 void repaint(bool immediate = false);
620 // Repaint a specific subrectangle within a given object. The rect |r| is in the object's coordinate space.
623 // Repaint only if our old bounds and new bounds are different. The caller may pass in newBounds and newOutlineBox if they are known.
626 // Repaint only if the object moved.
629 // Called to repaint a block's floats
    [all...]
RenderObject.cpp 1179 void RenderObject::repaint(bool immediate) function in class:WebCore::RenderObject
    [all...]
RenderWidget.cpp 212 repaint();
240 repaint();
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 549 bool GraphicsLayerAndroid::repaint() function in class:WebCore::GraphicsLayerAndroid
551 LOG("(%x) repaint(), gPaused(%d) m_needsRepaint(%d) m_haveContents(%d) ",
619 LOG("(%x) repaint() on (%.2f,%.2f) contentlayer(%.2f,%.2f,%.2f,%.2f)paintGraphicsLayer called!",
634 // We need to tell the GL thread that we will need to repaint the
949 repaint();
BaseLayerAndroid.cpp 194 // ignore dirtiness return value since while zooming we repaint regardless
343 // otherwise we'll repaint without getting anything done
  /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/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

Completed in 480 milliseconds

1 23 4 5 6 7 8 910