/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 | 375 // If we need to repaint, do so before making backing 408 // The layer's cached repaints rects are relative to the repaint container, so change when 412 // If we need to repaint, do so now that we've removed the backing 449 // If the renderer is not attached yet, no need to repaint. [all...] |
RenderFlexibleBox.cpp | 292 // Repaint with our new bounds if they are different from our old bounds. [all...] |
RenderReplaced.cpp | 401 // 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 | 415 // Return a cached repaint rect, computed relative to the layer renderer's containerForRepaint. 657 IntRect m_repaintRect; // Cached repaint rects. Used by layout. [all...] |
RenderListBox.cpp | 135 repaint(); 615 repaint();
|
/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 | 37 * 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/webkit/Source/WebCore/platform/ |
ScrollView.cpp | 403 // IFrames are composited on a layer, we do not need to repaint them 687 int panIconDirtySquareSizeLength = 2 * (panIconSizeLength + max(abs(scrollDelta.width()), abs(scrollDelta.height()))); // We only want to repaint what's necessary 699 // We need to go ahead and repaint the entire backing store. Do it now before moving the [all...] |
/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 | 291 // network causes observers to repaint, which will force that chunk
|
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
LayerAndroid.h | 379 // 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/efl/WebCoreSupport/ |
ChromeClientEfl.cpp | 316 // Implementing this function will make repaint being
|