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

1 2 3 4

  /dalvik/tests/038-inner-null/src/
Main.java 17 mBlort.repaint();
22 public void repaint() { method in class:Main.Blort
  /external/webkit/Source/WebKit/chromium/public/
WebMediaPlayerClient.h 48 virtual void repaint() = 0;
  /external/chromium/chrome/browser/resources/net_internals/
detailsview.js 31 // The delay between updates to repaint.
71 // Repaint the view.
74 window.setTimeout(this.repaint.bind(this),
79 DetailsSubView.prototype.repaint = function() {
87 this.repaint();
106 DetailsLogView.prototype.repaint = function() {
107 DetailsLogView.superClass_.repaint.call(this);
123 DetailsTimelineView.prototype.repaint = function() {
124 DetailsTimelineView.superClass_.repaint.call(this);
  /external/webkit/Source/WebCore/platform/graphics/android/
TiledTexture.h 62 void prepare(GLWebViewState* state, float scale, bool repaint,
67 void prepareTile(bool repaint, int x, int y);
113 void prepare(GLWebViewState* state, float scale, bool repaint,
TiledTexture.cpp 130 void TiledTexture::prepare(GLWebViewState* state, float scale, bool repaint,
169 prepareTile(repaint, m_area.x() + i, m_area.y() + j);
173 prepareTile(repaint, m_area.x() + i, m_area.y() + j);
191 void TiledTexture::prepareTile(bool repaint, int x, int y)
360 void DualTiledTexture::prepare(GLWebViewState* state, float scale, bool repaint,
378 m_frontTexture->prepare(state, m_scale, repaint, startFastSwap, m_preZoomVisibleArea);
382 m_backTexture->prepare(state, m_futureScale, repaint, startFastSwap, visibleArea);
GraphicsLayerAndroid.h 138 // with SkPicture, we always repaint the entire layer's content.
139 bool repaint();
  /external/webkit/Source/WebCore/page/mac/
WebCoreFrameView.h 35 - (void)setScrollBarsSuppressed:(BOOL)suppressed repaintOnUnsuppress:(BOOL)repaint;
  /external/webkit/Tools/Scripts/webkitpy/common/net/
layouttestresults_unittest.py 57 <td><a href="/var/lib/buildbot/build/gtk-linux-64-release/build/LayoutTests/fast/repaint/no-caret-repaint-in-non-content-editable-element.html">fast/repaint/no-caret-repaint-in-non-content-editable-element.html</a></td>
58 <td><a href="fast/repaint/no-caret-repaint-in-non-content-editable-element-actual.txt">result</a></td>
72 testname = 'fast/repaint/no-caret-repaint-in-non-content-editable-element.html'
  /external/javassist/sample/duplicate/
Viewer.java 36 repaint(); method
49 repaint(); method
  /external/webkit/Source/WebCore/rendering/
RenderFileUploadControl.h 63 void repaint() { RenderBlock::repaint(); } function in class:WebCore::RenderFileUploadControl
RenderSelectionInfo.h 69 void repaint() function in class:WebCore::RenderSelectionInfo
77 IntRect m_rect; // relative to repaint container
90 void repaint() function in class:WebCore::RenderBlockSelectionInfo
99 GapRects m_rects; // relative to repaint container
RenderImageResource.cpp 89 m_renderer->repaint();
RenderProgress.cpp 78 repaint();
RenderTableCol.cpp 74 // For now, just repaint the whole table.
75 // FIXME: Find a better way to do this, e.g., need to repaint all the cells that we
87 // FIXME: Repaint only the rect the image paints in.
88 repaint();
  /external/mesa3d/docs/
MESA_copy_sub_buffer.spec 34 used to quickly repaint 3D windows in response to expose events
64 the front color buffer. This can be used to quickly repaint 3D windows
  /external/webkit/Source/WebCore/platform/
FileChooser.cpp 97 m_client->repaint();
FileChooser.h 45 virtual void repaint() = 0;
  /external/javassist/sample/rmi/
CountApplet.java 64 repaint(); method
  /external/junit/src/junit/awtui/
ProgressBar.java 50 repaint(startX, 1, endX-startX, getBounds().height-2); method
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivateQt.h 128 void repaint();
  /external/webkit/Source/WebCore/svg/
SVGDocument.cpp 94 renderer()->repaint();
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
CaptureRenderer.java 48 repaint(); method
ScreenViewer.java 145 repaint();
165 repaint();
194 loupe.repaint();
244 repaint(); method
352 repaint(); method
456 square.repaint();
510 repaint(); method
519 repaint(); method
795 repaint(); method
822 repaint(); method
    [all...]
  /external/proguard/src/proguard/gui/splash/
SplashPanel.java 116 // Repaint the SplashPanel one last time.
161 // Do a repaint and time it.
194 SplashPanel.this.repaint();
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.h 105 void repaint();

Completed in 1669 milliseconds

1 2 3 4