Searched refs:isFrame (Results 1 – 4 of 4) sorted by relevance
41 virtual bool isFrame() const OVERRIDE { return true; } in isFrame() function46 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderFrame, isFrame());
651 return child->isFrame() || child->isFrameSet(); in isChildAllowed()
359 virtual bool isFrame() const { return false; } in isFrame() function
408 Mirror.prototype.isFrame = function() { method in Mirror