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

  /external/chromium_org/ui/message_center/views/
notification_view.cc 579 gfx::Point point_in_child = point; local
580 ConvertPointToTarget(this, buttons[i], &point_in_child);
581 if (buttons[i]->HitTestPoint(point_in_child))
582 return buttons[i]->GetEventHandlerForPoint(point_in_child);
  /external/chromium_org/ui/views/
view_unittest.cc     [all...]

Completed in 544 milliseconds