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

  /external/chromium_org/cc/layers/
layer.h 228 void SetTouchEventHandlerRegion(const Region& touch_event_handler_region);
layer_impl.h 356 void SetTouchEventHandlerRegion(const Region& region) {
layer.cc 625 void Layer::SetTouchEventHandlerRegion(const Region& region) {
761 layer->SetTouchEventHandlerRegion(touch_event_handler_region_);
layer_impl.cc 408 layer->SetTouchEventHandlerRegion(touch_event_handler_region_);
    [all...]
layer_unittest.cc 563 EXPECT_SET_NEEDS_COMMIT(1, test_layer->SetTouchEventHandlerRegion(
    [all...]
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl.cc 292 void WebLayerImpl::setTouchEventHandlerRegion(const WebVector<WebRect>& rects) {
296 layer_->SetTouchEventHandlerRegion(region);
  /external/chromium_org/cc/trees/
layer_tree_host_common_unittest.cc     [all...]

Completed in 1012 milliseconds