Searched refs:isAlphaLocked (Results 1 – 10 of 10) sorted by relevance
131 bool WebScrollbarImpl::isAlphaLocked() const in isAlphaLocked() function in blink::WebScrollbarImpl133 return m_scrollbar->isAlphaLocked(); in isAlphaLocked()
220 bool WebScrollbarThemeClientImpl::isAlphaLocked() const in isAlphaLocked() function in blink::WebScrollbarThemeClientImpl222 return m_scrollbar->isAlphaLocked(); in isAlphaLocked()
56 virtual bool isAlphaLocked() const OVERRIDE;
78 virtual bool isAlphaLocked() const OVERRIDE;
106 virtual bool isAlphaLocked() const { return false; } in isAlphaLocked() function
87 virtual bool isAlphaLocked() const = 0;
149 virtual bool isAlphaLocked() const OVERRIDE { return m_isAlphaLocked; } in isAlphaLocked() function
81 virtual bool isAlphaLocked() const OVERRIDE;
271 bool WebPluginScrollbarImpl::isAlphaLocked() const in isAlphaLocked() function in blink::WebPluginScrollbarImpl273 return m_scrollbar->isAlphaLocked(); in isAlphaLocked()
1031 if (scrollbar->isAlphaLocked())