Searched defs:hasCustomScrollbars (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DFrameView.cpp2287 bool FrameView::hasCustomScrollbars() const function in class:WebCore::FrameView
2294 if (static_cast<FrameView*>(widget)->hasCustomScrollbars())
2326 if ((m_frame->contentRenderer() && m_frame->contentRenderer()->theme()->supportsControlTints()) || hasCustomScrollbars()) {

Completed in 526 milliseconds