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

1 23 4

  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.cpp 461 m_player->repaint();
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 683 bool GraphicsLayerAndroid::repaint() function in class:WebCore::GraphicsLayerAndroid
685 ALOGV("(%x) repaint(), gPaused(%d) m_needsRepaint(%d) m_haveContents(%d) ",
809 ALOGV("(%x) repaint() on (%.2f,%.2f) contentlayer(%.2f,%.2f,%.2f,%.2f)paintGraphicsLayer called!",
823 // We need to tell the GL thread that we will need to repaint the
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderListBox.cpp 135 repaint();
615 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...]
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...]
RenderImage.cpp 378 // It would be more efficient to only repaint the focus ring rectangle
381 repaint();
RenderObject.cpp 1179 void RenderObject::repaint(bool immediate) function in class:WebCore::RenderObject
    [all...]
RenderTextControl.cpp 627 repaint();
RenderTableSection.cpp 317 cell->repaint();
495 // If the cell moved, we have to repaint it as well as any floating/positioned
497 // repaint ourselves (and the cell) anyway.
725 // If the child moved, we have to repaint it as well as any floating/positioned
727 // repaint ourselves (and the child) anyway.
    [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...]
RenderFrameSet.cpp 741 repaint();
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...]
RenderTextControlSingleLine.cpp 483 repaint();
    [all...]
RenderInline.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/
MediaPlayer.cpp 846 void MediaPlayer::repaint() function in class:WebCore::MediaPlayer
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.cpp 769 m_player->repaint();