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

1 2 3 4 56 7 8 910

  /external/webkit/Source/WebCore/rendering/
RenderInline.cpp     [all...]
RenderLayer.cpp 291 // We can't cache our offset to the repaint container if the mapping is anything more complex than a simple translation
    [all...]
RenderTheme.h 114 // Some controls may spill out of their containers (e.g., the check on an OS X checkbox). When these controls repaint,
RenderBox.cpp 268 view()->repaint();
275 repaint();
282 view()->repaint();
390 repaint();
518 // repaint containers. https://bugs.webkit.org/show_bug.cgi?id=23308
    [all...]
RenderTable.cpp 382 // If any table section moved vertically, we will just repaint everything from that
465 // Repaint with our new bounds if they are different from our old bounds.
    [all...]
RenderBlockLineLayout.cpp     [all...]
RenderBoxModelObject.cpp 125 it->first->repaint();
296 // Do a repaint with the old style first, e.g., for example if we go from
303 repaint();
307 // When a layout hint happens, we go ahead and do a repaint of the layer, since the layer could
320 // then we need to repaint the old position of the object.
321 repaint();
    [all...]
RenderBlock.cpp     [all...]
RenderLayerBacking.cpp 394 // If the compositing layer offset changes, we need to repaint.
403 // will happen because of a repaint elsewhere, but not always:
    [all...]
  /external/webkit/Source/WebCore/
ChangeLog-2006-05-10     [all...]
ChangeLog-2002-12-03 529 a tiny repaint of just a sliver of the window, then someone
530 schedules a layout (which means they want a full repaint), but
532 the layout, thus preventing the full repaint from occurring.
731 get a repaint. Gives another big boost to link rollover
735 (RenderTableCell::repaint):
    [all...]
ChangeLog-2003-10-25 169 Fixed 3454067. RenderText's repaint wasn't called because of recent changes to de-virtualize repaint. Modified getAbsoluteRepaintRect() to return containing block's getAbsoluteRepaintRect().
    [all...]
  /external/chromium/chrome/browser/ui/
browser_window.h 260 // to webkit. This can help prevent sending extraneous layout/repaint requests
  /external/chromium/chrome/browser/ui/gtk/
info_bubble_gtk.cc 289 // We need to redraw the entire window to repaint its border.
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.h 174 // Repaint only the area of the tab that contains the favicon.
  /external/webkit/Source/WebCore/platform/
ScrollView.h 384 // Called when the scroll position within this view changes. FrameView overrides this to generate repaint invalidations.
  /external/webkit/Source/WebCore/platform/chromium/
ScrollbarThemeChromiumMac.mm 250 // Our repaint rect is slightly larger, since we are a button that is adjacent to the track.
  /external/webkit/Source/WebCore/platform/graphics/
MediaPlayer.cpp 846 void MediaPlayer::repaint() function in class:WebCore::MediaPlayer
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TileGrid.cpp 248 // if a scheduled repaint is still outstanding, update it with the new painter
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.cpp 461 m_player->repaint();
  /external/webkit/Source/WebCore/platform/mac/
ScrollbarThemeMac.mm 300 // Our repaint rect is slightly larger, since we are a button that is adjacent to the track.
  /external/webkit/Source/WebCore/svg/
SVGSVGElement.cpp 232 document()->renderer()->repaint();
  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 406 // ProgressBar doesn't know to repaint the thumb drawable
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
AbsSeekBar.java 450 // ProgressBar doesn't know to repaint the thumb drawable
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.cpp     [all...]

Completed in 471 milliseconds

1 2 3 4 56 7 8 910