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

  /external/chromium_org/content/renderer/compositor_bindings/
web_scrollbar_layer_impl.h 22 class WebScrollbarLayerImpl : public blink::WebScrollbarLayer {
24 CONTENT_EXPORT WebScrollbarLayerImpl(
28 CONTENT_EXPORT WebScrollbarLayerImpl(
33 virtual ~WebScrollbarLayerImpl();
43 DISALLOW_COPY_AND_ASSIGN(WebScrollbarLayerImpl);
web_scrollbar_layer_impl.cc 29 WebScrollbarLayerImpl::WebScrollbarLayerImpl(
41 WebScrollbarLayerImpl::WebScrollbarLayerImpl(
54 WebScrollbarLayerImpl::~WebScrollbarLayerImpl() {
57 blink::WebLayer* WebScrollbarLayerImpl::layer() {
61 void WebScrollbarLayerImpl::setScrollLayer(blink::WebLayer* layer) {
67 void WebScrollbarLayerImpl::setClipLayer(blink::WebLayer* layer) {
web_compositor_support_impl.cc 88 return new WebScrollbarLayerImpl(scrollbar, painter, geometry);
96 return new WebScrollbarLayerImpl(orientation,

Completed in 172 milliseconds