shouldShowPlaceholderWhenFocused 144 Source/core/html/HTMLTextFormControlElement.cpp && (document().focusedElement() != this || (RenderTheme::theme().shouldShowPlaceholderWhenFocused())) shouldShowPlaceholderWhenFocused 186 Source/core/rendering/RenderTheme.h virtual bool shouldShowPlaceholderWhenFocused() const { return false; } shouldShowPlaceholderWhenFocused 199 Source/core/rendering/RenderThemeChromiumMac.h virtual bool shouldShowPlaceholderWhenFocused() const OVERRIDE; shouldShowPlaceholderWhenFocused 151 Source/core/rendering/RenderThemeChromiumSkia.h virtual bool shouldShowPlaceholderWhenFocused() const OVERRIDE;