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

12 3 4

  /external/webkit/Source/WebCore/rendering/
RenderTableRow.cpp 155 // We only ever need to repaint if our cells didn't, which menas that they didn't need
157 // the fact that we did not repaint in setStyle() because we had a layout hint.
158 // We cannot call repaint() because our clippedOverflowRectForRepaint() is taken from the
159 // parent table, and being mid-layout, that is invalid. Instead, we repaint our cells.
163 child->repaint();
179 // For now, just repaint the whole table.
180 // FIXME: Find a better way to do this, e.g., need to repaint all the cells that we
231 // FIXME: Examine cells and repaint only the rect the image paints in.
232 repaint();
RenderButton.cpp 193 repaint();
RenderFileUploadControl.cpp 90 // only repaint if it doesn't seem we have been destroyed
92 repaint();
186 repaint();
RenderWidget.cpp 216 repaint();
244 repaint();
RenderView.cpp 431 // In order to get the repaint rect right, we have to examine left, middle, and right rects individually, since otherwise
529 oldInfo->repaint();
531 newInfo->repaint();
543 newInfo->repaint();
554 oldInfo->repaint();
556 newInfo->repaint();
568 newInfo->repaint();
RenderObjectChildList.cpp 69 // that a positioned child got yanked). We also repaint, so that the area exposed when the child
74 owner->view()->repaint();
76 oldChild->repaint();
RenderEmbeddedObject.cpp 135 repaint();
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
LayoutRenderer.java 130 repaint(); method
154 sceneView.repaint();
Workspace.java 624 repaint(); method
650 repaint(); method
657 sceneView.repaint();
819 layoutView.repaint();
923 repaint(); method
1008 repaint(); method
    [all...]
  /sdk/draw9patch/src/com/android/draw9patch/ui/
ImageEditorPanel.java 519 repaint(); method
524 repaint(); method
769 repaint();
891 repaint(); method
1198 repaint(); method
    [all...]
MainFrame.java 127 repaint(); method
  /external/webkit/Source/WebCore/html/shadow/
TextControlInnerElements.cpp 305 renderer()->repaint();
453 shadowAncestorNode()->renderer()->repaint();
490 renderer()->repaint();
  /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();
MediaPlayerPrivateQTKit.mm 183 -(void)repaint;
440 [delegate repaint];
    [all...]
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGImage.cpp 182 repaint();
RenderSVGResourceContainer.cpp 135 client->repaint();
  /external/webkit/Source/WebKit/mac/WebView/
WebDynamicScrollBarsView.mm 193 - (void)setScrollBarsSuppressed:(BOOL)suppressed repaintOnUnsuppress:(BOOL)repaint
205 if (!suppressed && repaint)
208 if (suppressed || repaint) {
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivateQt.cpp 140 this, SLOT(repaint()));
603 void MediaPlayerPrivateQt::repaint() function in class:WebCore::MediaPlayerPrivateQt
605 m_webCorePlayer->repaint();
  /external/webkit/Source/WebKit/chromium/src/
WebMediaPlayerClientImpl.cpp 145 void WebMediaPlayerClientImpl::repaint() function in class:WebKit::WebMediaPlayerClientImpl
152 m_mediaPlayer->repaint();
  /external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/
AwtPanel.java 133 repaint(); method
276 case Repaint:
  /external/jmonkeyengine/engine/src/test/jme3test/post/
TestRenderToMemory.java 168 display.repaint();
  /external/webkit/Source/WebCore/html/
HTMLOptionElement.cpp 226 renderer->repaint();
  /external/webkit/Source/WebCore/platform/graphics/
MediaPlayer.h 271 void repaint();

Completed in 417 milliseconds

12 3 4