Searched refs:repaint (Results 1 - 25 of 77) sorted by relevance

1234

/macosx-10.9.5/WebCore-7537.78.1/page/mac/
H A DWebCoreFrameView.h35 - (void)setScrollBarsSuppressed:(BOOL)suppressed repaintOnUnsuppress:(BOOL)repaint;
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderProgress.cpp59 repaint();
81 repaint();
H A DRenderSelectionInfo.h69 void repaint() function in class:WebCore::RenderSelectionInfo
77 LayoutRect m_rect; // relative to repaint container
90 void repaint() function in class:WebCore::RenderBlockSelectionInfo
99 GapRects m_rects; // relative to repaint container
H A DRenderLayerModelObject.cpp105 // Do a repaint with the old style first, e.g., for example if we go from
112 repaint();
116 // When a layout hint happens, we go ahead and do a repaint of the layer, since the layer could
133 // then we need to repaint the old position of the object.
134 repaint();
H A DRenderObjectChildList.cpp64 // that a positioned child got yanked). We also repaint, so that the area exposed when the child
68 // We only repaint |oldChild| if we have a RenderLayer as its visual overflow may not be tracked by its parent.
70 owner->view()->repaint();
72 oldChild->repaint();
H A DRenderImageResource.cpp89 m_renderer->repaint();
H A DRenderMeter.cpp78 repaint();
H A DRenderButton.cpp178 repaint();
H A DRenderTableCol.cpp99 // For now, just repaint the whole table.
100 // FIXME: Find a better way to do this, e.g., need to repaint all the cells that we
113 repaint();
H A DRenderView.cpp566 repaint();
672 RenderSelectionInfo(o, true).repaint();
678 RenderSelectionInfo(block, true).repaint();
726 // In order to get the repaint rect right, we have to examine left, middle, and right rects individually, since otherwise
818 oldInfo->repaint();
820 newInfo->repaint();
829 i->value->repaint();
838 oldInfo->repaint();
840 newInfo->repaint();
849 i->value->repaint();
[all...]
H A DRenderTableRow.cpp179 // We only ever need to repaint if our cells didn't, which menas that they didn't need
181 // the fact that we did not repaint in setStyle() because we had a layout hint.
182 // We cannot call repaint() because our clippedOverflowRectForRepaint() is taken from the
183 // parent table, and being mid-layout, that is invalid. Instead, we repaint our cells.
187 child->repaint();
203 // For now, just repaint the whole table.
204 // FIXME: Find a better way to do this, e.g., need to repaint all the cells that we
263 // FIXME: Examine cells and repaint only the rect the image paints in.
264 repaint();
H A DRenderLayerFilterInfo.cpp140 // filter repaint on SVG attribute change.
171 renderer->repaint();
H A DRenderSnapshottedPlugIn.cpp90 repaint();
/macosx-10.9.5/less-23/less/
H A Dforwback.c78 * If the screen is "squished", repaint it.
89 repaint();
118 * then just repaint the entire screen.
119 * We repaint if we are supposed to display only the last
267 repaint();
320 repaint();
H A Djump.c56 repaint();
97 repaint() function
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGDocument.cpp93 renderer()->repaint();
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DBackingStore.h74 void repaint(int x, int y, int width, int height, bool contentChanged, bool immediate);
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDocumentMarkerController.cpp180 // repaint the affected node
182 node->renderer()->repaint();
224 // repaint the affected node
226 dstNode->renderer()->repaint();
290 // repaint the affected node
292 node->renderer()->repaint();
472 renderer->repaint();
511 renderer->repaint();
551 // repaint the affected node
553 node->renderer()->repaint();
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/shadow/
H A DSpinButtonElement.cpp131 renderer()->repaint();
H A DTextControlInnerElements.cpp362 shadowHost()->renderer()->repaint();
408 renderer()->repaint();
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.h61 void repaint();
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DRenderSVGImage.cpp207 repaint();
H A DRenderSVGResourceContainer.cpp144 client->repaint();
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DSelectPopupClient.cpp164 // Force repaint because we do not send mouse events to the select element
165 // and the element doesn't automatically repaint itself.
167 m_element->renderer()->repaint();
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DFileInputType.cpp392 input->renderer()->repaint();
434 element()->renderer()->repaint();

Completed in 310 milliseconds

1234