Home | History | Annotate | Download | only in WebCore

Lines Matching full:paint

42         (KWQKHTMLPart::paint):
221 involves an extra paint step where the object paints its
231 (RenderLayer::paint):
240 (RenderLayer::paint):
819 (QWidget::paint): Use the new getOuterView.
953 Implement phased painting to correct the paint order of blocks,
960 (RenderBox::paint):
966 (RenderFlow::paint):
973 (RenderHtml::paint):
981 (RenderLayer::paint):
984 (RenderListItem::paint):
986 (RenderListMarker::paint):
993 (RenderObject::paint):
998 (RenderReplaced::paint):
1003 (RenderRoot::paint):
1007 (RenderTable::paint):
1010 (RenderTableCell::paint):
1018 (RenderText::paint):
1383 clipped regions only paint their own rectangles
1668 (RenderLayer::paint): Ditto.
1887 Floats have to be able to paint in between the background
2022 (RenderLayer::paint):
3064 the initial layout and the initial paint.
3120 Remove clicked() and paint() virtual functions, _filename, _icon,
4834 * kwq/KWQFileButton.mm: (KWQFileButton::paint): Fix typo.
4848 (KWQFileButton::paint): Clip to passed-in rect, get font using systemFontOfSize,
4862 * kwq/KWQWidget.mm: (QWidget::paint): Use the parent view in the "WebCoreFrameView"
4899 * kwq/KWQWidget.mm: (QWidget::paint): Use painter; not working yet to use rect.
4901 * kwq/KWQFileButton.h: Change paint to take painter and rect.
4902 * kwq/KWQFileButton.mm: (KWQFileButton::paint): Use painter.
4913 * kwq/KWQKHTMLPartImpl.h: Add paint method and _needsToSetWidgetsAside flag.
4918 (KWQKHTMLPartImpl::paint): Moved the code here from the bridge, but also call
4921 (-[WebCoreBridge drawRect:withPainter:]): Call KWQKHTMLPartImpl::paint, which
4937 * kwq/qt/qwidget.h: The paint() method isn't virtual any more. Also remove flushDrawing().
4940 (QWidget::paint): Added. Calls displayRectIgnoringOpacity.
4942 * kwq/qt/qbutton.h: Remove paint() override.
4944 drop KWQNSButton. Also remove paint().
4946 * kwq/qt/qcombobox.h: Remove paint() override.
4948 drop KWQNSPopUpButton. Also remove paint() method.
4950 * kwq/qt/qlineedit.h: Remove paint() override.
4951 * kwq/KWQLineEdit.mm: Remove paint().
4953 * kwq/KWQFileButton.mm: (KWQFileButton::clicked): Fix typo. Was calling paint
4956 * kwq/KWQNSTextField.h: Remove paint method.
5028 (KWQFileButton::paint): Draw icon. Draw "no file selected" if no filename.
5298 z-index. They all employ the same simple hack (just never paint
5317 (QButton::paint):
5319 (-[KWQNSButton paint]):
5322 (-[KWQNSPopUpButton paint]):
5325 (QComboBox::paint):
5327 (QLineEdit::paint):
5330 (-[KWQNSTextField paint]):
5612 (RenderLayer::paint):
5944 (RenderLayer::paint):
6108 (RenderLayer::paint):
8866 * kwq/KWQKHTMLPartImpl.mm: Removed paint, buildViewsNotYetAddedSet, viewsNotYetAdded,
9021 * kwq/KWQKHTMLPartImpl.h: Add paint, addedWidget, buildViewsNotAddedSet, and viewsNotYetAdded.
9025 (KWQKHTMLPartImpl::paint): Added. Removes any views that are not explicitly added by RenderWidget
9031 * kwq/WebCoreBridge.mm: (-[WebCoreBridge drawRect:withPainter:]): Calls KWQKHTMLPartImpl::paint.
9825 (QPainter::QPainter): Remove the constructors that take a paint device, widget,
9838 * kwq/qt/qwidget.h: Removed paint() virtual function.
9839 * kwq/KWQWidget.mm: Removed QWidget::paint().