HomeSort by relevance Sort by last modified time
    Searched refs:customScrollbarFrame (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp 492 bool FrameView::shouldUseCustomScrollbars(Element*& customScrollbarElement, Frame*& customScrollbarFrame)
495 customScrollbarFrame = 0;
522 customScrollbarFrame = m_frame.get();
532 Frame* customScrollbarFrame = 0;
533 if (shouldUseCustomScrollbars(customScrollbarElement, customScrollbarFrame))
534 return RenderScrollbar::createCustomScrollbar(this, orientation, customScrollbarElement, customScrollbarFrame);
    [all...]
FrameView.h 439 bool shouldUseCustomScrollbars(Element*& customScrollbarElement, Frame*& customScrollbarFrame);

Completed in 34 milliseconds