Home
last modified time | relevance | path

Searched refs:m_placeholder (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderFullScreen.cpp56 , 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 …]
DRenderFullScreen.h41 RenderBlock* placeholder() { return m_placeholder; } in placeholder()
54 RenderBlock* m_placeholder;
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DDateTimeNumericFieldElement.cpp54 , m_placeholder(placeholder) in DateTimeNumericFieldElement()
78 float maximumWidth = font.width(m_placeholder); in maximumWidth()
212 return m_hasValue ? value() : m_placeholder; in visibleValue()
DDateTimeNumericFieldElement.h95 const String m_placeholder; variable