HomeSort by relevance Sort by last modified time
    Searched full:repaint (Results 76 - 100 of 234) sorted by null

1 2 34 5 6 7 8 910

  /external/webkit/Source/WebCore/manual-tests/qt/
plugin-painting.html 12 within the page before scheduling them for a repaint, with the result that parts of the plugin
  /external/webkit/Source/WebCore/platform/
Theme.h 102 // Some controls may spill out of their containers (e.g., the check on an OS X checkbox). When these controls repaint,
  /external/webkit/Source/WebCore/platform/graphics/android/
TiledPage.h 73 // dirty (and thus repaint needed)
BaseTile.h 167 // used to signal that a repaint is pending
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundation.h 43 virtual void repaint();
MediaPlayerPrivateAVFoundation.cpp 622 void MediaPlayerPrivateAVFoundation::repaint() function in class:WebCore::MediaPlayerPrivateAVFoundation
625 m_player->repaint();
  /external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.h 64 void repaint();
  /external/webkit/Source/WebCore/rendering/
RenderButton.cpp 193 repaint();
RenderThemeChromiumMac.mm 87 // activated/deactivated, which causes a repaint at which time this code is
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...]
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGImage.cpp 182 repaint();
  /external/webkit/Source/WebKit/chromium/src/
WebMediaPlayerClientImpl.h 73 virtual void repaint();
WebMediaPlayerClientImpl.cpp 145 void WebMediaPlayerClientImpl::repaint() function in class:WebKit::WebMediaPlayerClientImpl
152 m_mediaPlayer->repaint();
  /external/webkit/Source/WebKit2/UIProcess/
ChunkedUpdateDrawingAreaProxy.cpp 128 // Instead, we will just tell the drawing area to repaint everything when we resume painting.
TiledDrawingAreaProxy.cpp 109 // FIXME: We should request a full repaint here if needed.
305 // FIXME: should not request system repaint for the full tile.
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
LayoutTestController.h 91 // Repaint testing.
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
PlayheadView.java 76 // Listen to scroll events and repaint this view as needed
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 624 repaint(); method
650 repaint(); method
657 sceneView.repaint();
819 layoutView.repaint();
923 repaint(); method
1008 repaint(); method
    [all...]
  /external/webkit/Source/WebCore/page/
FrameView.cpp 105 // The delay grows on each repaint to this maximum value
107 // On each repaint the delay increses by this amount
110 // FIXME: Repaint throttling could be good to have on all platform.
111 // The balance between CPU use and repaint frequency will need some tuning for desktop.
651 // call will not cause the subtree under it to repaint. Explicitly call the syncCompositingState on
995 root->view()->repaint(); // FIXME: This isn't really right, since the RenderView doesn't fully encompass the visibleContentRect(). It just happens
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_model.cc 119 // Repaint old and new selected lines immediately, so that the edit doesn't
  /external/chromium/chrome/browser/ui/views/download/
download_item_view.h 149 // Sets the state and triggers a repaint.
  /external/javassist/sample/rmi/
webdemo.html 68 repaint();
  /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/platform/graphics/
MediaPlayer.h 271 void repaint();
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
VideoSinkGStreamer.cpp 351 webkit_video_sink_signals[REPAINT_REQUESTED] = g_signal_new("repaint-requested",

Completed in 760 milliseconds

1 2 34 5 6 7 8 910