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

12 3 4

  /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/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...]
  /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();
179 repaint();
RenderWidget.cpp 212 repaint();
240 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 514 repaint(); method
519 repaint(); method
762 repaint();
880 repaint(); method
1187 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/WebCore/html/
HTMLOptionElement.cpp 226 renderer->repaint();
  /external/webkit/Source/WebCore/platform/graphics/
MediaPlayer.h 271 void repaint();

Completed in 385 milliseconds

12 3 4