Searched refs:m_placeholder (Results 1 – 4 of 4) sorted by relevance
56 , m_placeholder(0) in RenderFullScreen()70 if (m_placeholder) { in willBeDestroyed()72 if (!m_placeholder->beingDestroyed()) in willBeDestroyed()73 m_placeholder->destroy(); in willBeDestroyed()74 ASSERT(!m_placeholder); in willBeDestroyed()170 m_placeholder = placeholder; in setPlaceholder()180 if (!m_placeholder) { in createPlaceholder()181 m_placeholder = new RenderFullScreenPlaceholder(this); in createPlaceholder()182 m_placeholder->setStyle(style); in createPlaceholder()184 parent()->addChild(m_placeholder, this); in createPlaceholder()[all …]
41 RenderBlock* placeholder() { return m_placeholder; } in placeholder()54 RenderBlock* m_placeholder;
54 , m_placeholder(placeholder) in DateTimeNumericFieldElement()78 float maximumWidth = font.width(m_placeholder); in maximumWidth()212 return m_hasValue ? value() : m_placeholder; in visibleValue()
95 const String m_placeholder; variable