Home | History | Annotate | Download | only in rendering

Lines Matching full:false

221     virtual bool createsAnonymousWrapper() const { return false; }
262 virtual bool isApplet() const { return false; }
263 virtual bool isBR() const { return false; }
264 virtual bool isBlockFlow() const { return false; }
265 virtual bool isBoxModelObject() const { return false; }
266 virtual bool isCounter() const { return false; }
267 virtual bool isEmbeddedObject() const { return false; }
268 virtual bool isFieldset() const { return false; }
269 virtual bool isFileUploadControl() const { return false; }
270 virtual bool isFrame() const { return false; }
271 virtual bool isFrameSet() const { return false; }
272 virtual bool isImage() const { return false; }
273 virtual bool isInlineBlockOrInlineTable() const { return false; }
274 virtual bool isListBox() const { return false; }
275 virtual bool isListItem() const { return false; }
276 virtual bool isListMarker() const { return false; }
277 virtual bool isMedia() const { return false; }
278 virtual bool isMenuList() const { return false; }
279 virtual bool isRenderBlock() const { return false; }
280 virtual bool isRenderButton() const { return false; }
281 virtual bool isRenderImage() const { return false; }
282 virtual bool isRenderInline() const { return false; }
283 virtual bool isRenderPart() const { return false; }
284 virtual bool isRenderView() const { return false; }
285 virtual bool isReplica() const { return false; }
287 virtual bool isRuby() const { return false; }
288 virtual bool isRubyBase() const { return false; }
289 virtual bool isRubyRun() const { return false; }
290 virtual bool isRubyText() const { return false; }
292 virtual bool isSlider() const { return false; }
293 virtual bool isTable() const { return false; }
294 virtual bool isTableCell() const { return false; }
295 virtual bool isTableCol() const { return false; }
296 virtual bool isTableRow() const { return false; }
297 virtual bool isTableSection() const { return false; }
298 virtual bool isTextControl() const { return false; }
299 virtual bool isTextArea() const { return false; }
300 virtual bool isTextField() const { return false; }
301 virtual bool isVideo() const { return false; }
302 virtual bool isWidget() const { return false; }
303 virtual bool isCanvas() const { return false; }
322 virtual bool isRenderMathMLBlock() const { return false; }
328 virtual bool isSVGRoot() const { return false; }
329 virtual bool isSVGContainer() const { return false; }
330 virtual bool isSVGHiddenContainer() const { return false; }
331 virtual bool isRenderPath() const { return false; }
332 virtual bool isSVGText() const { return false; }
333 virtual bool isSVGImage() const { return false; }
334 virtual bool isSVGForeignObject() const { return false; }
371 bool isInlineContinuation() const { return (node() ? node()->renderer() != this : false) && isRenderInline(); }
471 virtual int lineHeight(bool firstLine, bool isRootLineBox = false) const;
474 virtual int baselinePosition(bool firstLine, bool isRootLineBox = false) const;
554 FloatPoint localToAbsolute(FloatPoint localPoint = FloatPoint(), bool fixed = false, bool useTransforms = false) const;
555 FloatPoint absoluteToLocal(FloatPoint, bool fixed = false, bool useTransforms = false) const;
558 FloatQuad localToAbsoluteQuad(const FloatQuad& quad, bool fixed = false) const
563 FloatQuad localToContainerQuad(const FloatQuad&, RenderBoxModelObject* repaintContainer, bool fixed = false) const;
572 IntRect absoluteBoundingBoxRect(bool useTransforms = false);
598 Color& linethrough, bool quirksMode = false);
606 void repaintUsingContainer(RenderBoxModelObject* repaintContainer, const IntRect& r, bool immediate = false);
610 void repaint(bool immediate = false);
613 void repaintRectangle(const IntRect&, bool immediate = false);
622 virtual void repaintOverhangingFloats(bool paintAllDescendants = false);
637 void computeAbsoluteRepaintRect(IntRect& r, bool fixed = false)
643 virtual void computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect&, bool fixed = false);
681 virtual bool canBeSelectionLeaf() const { return false; }
691 virtual bool shouldPaintSelectionGaps() const { return false; }
718 virtual bool isFlexibleBox() const { return false; }
719 virtual bool isFlexingChildren() const { return false; }
720 virtual bool isStretchingChildren() const { return false; }
805 return m_checkForRepaint ? m_object.repaintAfterLayoutIfNeeded(m_repaintContainer, m_oldBounds, m_oldOutlineBox) : false;
892 return false;
895 return false;
913 m_posChildNeedsLayout = false;
914 m_normalChildNeedsLayout = false;
915 m_needsPositionedMovementLayout = false;
928 m_posChildNeedsLayout = false;
929 m_normalChildNeedsLayout = false;
930 m_needsPositionedMovementLayout = false;
975 parent->setChildNeedsLayout(true, false);