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

1 2 3 4

  /dalvik/tests/038-inner-null/src/
Main.java 19 mBlort.repaint();
26 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/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/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/jmonkeyengine/engine/src/test/jme3test/collision/
RayTrace.java 99 label.repaint();
  /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/android/
GraphicsLayerAndroid.h 146 // with SkPicture, we always repaint the entire layer's content.
147 bool repaint();
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.h 105 void repaint();
  /external/webkit/Source/WebKit/chromium/src/
WebMediaPlayerClientImpl.h 73 virtual void repaint();
  /external/webkit/Source/WebCore/dom/
DocumentMarkerController.cpp 148 // repaint the affected node
150 node->renderer()->repaint();
196 // repaint the affected node
198 dstNode->renderer()->repaint();
271 // repaint the affected node
273 node->renderer()->repaint();
421 renderer->repaint();
448 renderer->repaint();
492 renderer->repaint();
563 // repaint the affected nod
    [all...]

Completed in 279 milliseconds

1 2 3 4