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

  /external/chromium_org/ui/views/
view_targeter_delegate.cc 59 View* cur_view = child->GetEventHandlerForRect(rect_in_child_coords);
view_unittest.cc 537 // View::GetEventHandlerForRect(). See http://goo.gl/3Jp2BD for a description
539 TEST_F(ViewTest, GetEventHandlerForRect) {
603 View* result_view = root_view->GetEventHandlerForRect(touch_rect);
609 result_view = root_view->GetEventHandlerForRect(touch_rect);
616 result_view = root_view->GetEventHandlerForRect(touch_rect);
623 result_view = root_view->GetEventHandlerForRect(touch_rect);
629 result_view = root_view->GetEventHandlerForRect(touch_rect);
636 result_view = root_view->GetEventHandlerForRect(touch_rect);
643 result_view = root_view->GetEventHandlerForRect(touch_rect);
649 result_view = root_view->GetEventHandlerForRect(touch_rect)
    [all...]
view.h 556 // A convenience function which calls into GetEventHandlerForRect() with
564 View* GetEventHandlerForRect(const gfx::Rect& rect);
    [all...]
view.cc 850 return GetEventHandlerForRect(gfx::Rect(point, gfx::Size(1, 1)));
853 View* View::GetEventHandlerForRect(const gfx::Rect& rect) {
    [all...]
  /external/chromium_org/ui/views/window/
non_client_view.cc 235 return frame_view_->GetEventHandlerForRect(rect_in_child_coords);
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc 904 views::View* v = GetEventHandlerForRect(rect);
    [all...]

Completed in 410 milliseconds