/external/webkit/Source/WebCore/plugins/mac/ |
PluginPackageMac.cpp | 54 // Setting the window region to an empty region causes bad scrolling repaint problems
|
/external/webkit/Source/WebCore/rendering/ |
RenderEmbeddedObject.cpp | 135 repaint();
|
RenderTheme.cpp | 252 // If we are updating control tints, just schedule a repaint if the theme supports tinting 256 o->repaint(); 701 // Repaint the control. 702 o->repaint(); [all...] |
RenderObjectChildList.cpp | 69 // that a positioned child got yanked). We also repaint, so that the area exposed when the child 74 owner->view()->repaint(); 76 oldChild->repaint();
|
RenderLayerCompositor.cpp | 366 // If we need to repaint, do so before making backing 399 // The layer's cached repaints rects are relative to the repaint container, so change when 403 // If we need to repaint, do so now that we've removed the backing 440 // If the renderer is not attached yet, no need to repaint. [all...] |
RenderFlexibleBox.cpp | 298 // Repaint with our new bounds if they are different from our old bounds. [all...] |
RenderReplaced.cpp | 393 // repaint containers. https://bugs.webkit.org/show_bug.cgi?id=23308
|
RenderImage.cpp | 378 // It would be more efficient to only repaint the focus ring rectangle 381 repaint();
|
RenderLayer.h | 437 // Return a cached repaint rect, computed relative to the layer renderer's containerForRepaint. 673 IntRect m_repaintRect; // Cached repaint rects. Used by layout. [all...] |
/external/webkit/Source/WebCore/rendering/style/ |
RenderStyleConstants.h | 42 // (2) StyleDifferenceRecompositeLayer - The layer needs its position and transform updated, but no repaint
|
/frameworks/base/graphics/java/android/renderscript/ |
RenderScriptGL.java | 35 * called. This script is expected to issue the rendering commands to repaint
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
ViewHierarchyScene.java | 222 repaint(); method
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
WebChromeClient.cpp | 469 m_webView->repaint(windowRect, false /*contentChanged*/, immediate, false /*repaintContentOnly*/); 475 m_webView->repaint(windowRect, true /*contentChanged*/, immediate /*immediate*/, false /*repaintContentOnly*/); 481 m_webView->repaint(windowRect, true /*contentChanged*/, immediate, true /*repaintContentOnly*/);
|
/external/chromium/chrome/browser/resources/shared/js/cr/ui/ |
list.js | 470 * Forces a repaint of the list. Changing custom attributes, even if there 471 * are style rules depending on them, doesn't cause a repaint 473 * to force the list to repaint.
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
native_tab_contents_view_win.cc | 220 // sized to the new bounds, which forces a repaint. Not required for the
|
/external/chromium/webkit/glue/media/ |
video_renderer_impl.cc | 40 proxy_->Repaint();
|
/external/webkit/Source/WebCore/loader/cache/ |
CachedImage.cpp | 289 // network causes observers to repaint, which will force that chunk
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
LayerAndroid.h | 374 // used to signal the framework we need a repaint
|
/external/webkit/Source/WebCore/plugins/ |
PluginPackage.cpp | 189 // Setting the window region to an empty region causes bad scrolling repaint problems
|
/external/webkit/Source/WebCore/plugins/win/ |
PluginPackageWin.cpp | 149 // Setting the window region to an empty region causes bad scrolling repaint problems
|
/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGPath.cpp | 333 // Cache smallest possible repaint rectangle
|
RenderSVGResourceFilter.cpp | 359 // Repaint the image on the screen.
|
/external/webkit/Source/WebKit/android/jni/ |
PictureSet.cpp | 242 // If the inval covers a large area of the base inval, let's repaint the 434 // To do so, we try to not update/repaint the base pictures -- by 447 // needing a full repaint 449 // things (deleting additional pictures + full repaint of base pictures) [all...] |
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
ChromeClientEfl.cpp | 316 // Implementing this function will make repaint being
|
/frameworks/base/core/java/android/widget/ |
AbsSeekBar.java | 376 // ProgressBar doesn't know to repaint the thumb drawable
|