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

1 23 4

  /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/webkit/Source/WebCore/html/
HTMLCanvasElement.cpp 266 renderer->repaint();
  /external/webkit/Source/WebCore/platform/android/
RenderThemeAndroid.cpp 110 obj->repaint();
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.cpp 461 m_player->repaint();
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 558 bool GraphicsLayerAndroid::repaint() function in class:WebCore::GraphicsLayerAndroid
560 LOG("(%x) repaint(), gPaused(%d) m_needsRepaint(%d) m_haveContents(%d) ",
638 LOG("(%x) repaint() on (%.2f,%.2f) contentlayer(%.2f,%.2f,%.2f,%.2f)paintGraphicsLayer called!",
653 // 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 311 cell->repaint();
489 // If the cell moved, we have to repaint it as well as any floating/positioned
491 // repaint ourselves (and the cell) anyway.
719 // If the child moved, we have to repaint it as well as any floating/positioned
721 // 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 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...]
RenderTextControlSingleLine.cpp 483 repaint();
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
MediaPlayer.cpp 838 void MediaPlayer::repaint() function in class:WebCore::MediaPlayer
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.cpp 769 m_player->repaint();
MediaPlayerPrivateQuickTimeVisualContext.cpp 921 m_player->repaint();
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGSVGElement.cpp 232 document()->renderer()->repaint();
  /external/chromium/webkit/glue/
webmediaplayer_impl.cc 44 // queue but gives up a pretty good latency on repaint.
105 void WebMediaPlayerImpl::Proxy::Repaint() {
217 webmediaplayer_->Repaint();
768 void WebMediaPlayerImpl::Repaint() {
770 GetClient()->repaint();
800 // Repaint to trigger UI update.
801 Repaint();
858 // Repaint to trigger UI update.
859 Repaint();
869 // do one final repaint to show final progress
    [all...]
  /external/webkit/Source/WebCore/dom/
ContainerNode.cpp 982 // to repaint the "down" state of the control is about the same time as it would take to repaint the
991 // Do an immediate repaint.
993 renderer()->repaint(true);
    [all...]
  /external/webkit/Source/WebCore/html/shadow/
MediaControlElements.cpp 317 object->repaint();
  /external/webkit/Source/WebKit/win/
WebView.h 854 void repaint(const WebCore::IntRect&, bool contentChanged, bool immediate = false, bool repaintContentOnly = false);
    [all...]

Completed in 746 milliseconds

1 23 4