Searched refs:m_inner (Results 1 – 5 of 5) sorted by relevance
43 , m_inner(0) in RenderButton()50 if (!m_inner) { in addChild()54 m_inner = createAnonymousBlock(isFlexibleBox); in addChild()55 setupInnerStyle(m_inner->style()); in addChild()56 RenderFlexibleBox::addChild(m_inner); in addChild()59 m_inner->addChild(newChild, beforeChild); in addChild()64 if (oldChild == m_inner || !m_inner) { in removeChild()66 m_inner = 0; in removeChild()68 m_inner->removeChild(oldChild); in removeChild()73 if (m_inner) { in styleWillChange()[all …]
69 RenderBlock* m_inner; variable
63 NotificationCOMWrapper(Notification* inner) : m_refCount(1), m_inner(inner) {} in NotificationCOMWrapper()66 Notification* m_inner; member in NotificationCOMWrapper98 *result = m_inner->isHTML(); in isHTML()104 *result = BString(m_inner->url()).release(); in contentsURL()110 *result = BString(m_inner->contents().icon()).release(); in iconURL()116 *result = BString(m_inner->contents().title()).release(); in title()122 *result = BString(m_inner->contents().body()).release(); in text()128 m_inner->dispatchDisplayEvent(); in notifyDisplay()134 m_inner->dispatchErrorEvent(); in notifyError()140 m_inner->dispatchCloseEvent(); in notifyClose()
43293 (WebCore::RenderMenuList::paintObject): Don't check m_inner when setting43302 * rendering/RenderMenuList.h: Renamed m_inner to m_innerBlock. Removed
9487 (khtml::m_inner):