Searched refs:ConvertRectToTarget (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/chrome/browser/ui/views/frame/ |
D | opaque_browser_frame_view.cc | 298 View::ConvertRectToTarget(this, frame()->client_view(), in HitTestRect() 312 View::ConvertRectToTarget(this, tabstrip, &rect_in_tabstrip_coords_f); in HitTestRect() 331 View::ConvertRectToTarget(this, window_switcher_button, in HitTestRect()
|
D | browser_non_client_frame_view_ash.cc | 299 View::ConvertRectToTarget(this, tabstrip, &rect_in_tabstrip_coords_f); in HitTestRect()
|
D | browser_view.cc | 287 views::View::ConvertRectToTarget(browser_view_->parent(), browser_view_, in GetBoundsForTabStripInBrowserView()
|
/external/chromium_org/ui/views/window/ |
D | non_client_view.cc | 205 View::ConvertRectToTarget(this, frame_view_.get(), &rect_in_child_coords_f); in GetEventHandlerForRect()
|
/external/chromium_org/ui/views/ |
D | view_unittest.cc | 2381 View::ConvertRectToTarget(child, &top_view, &rect); in TEST_F() 2393 View::ConvertRectToTarget(&top_view, child, &rect); in TEST_F() 2408 View::ConvertRectToTarget(child_child, &top_view, &rect); in TEST_F() 2420 View::ConvertRectToTarget(&top_view, child_child, &rect); in TEST_F() 2435 View::ConvertRectToTarget(child_child, child, &rect); in TEST_F() 2447 View::ConvertRectToTarget(child, child_child, &rect); in TEST_F() 2464 View::ConvertRectToTarget(&top_view, child, &rect); in TEST_F() 2474 View::ConvertRectToTarget(child_2, &top_view, &rect); in TEST_F() 2481 View::ConvertRectToTarget(&top_view, child_2, &rect); in TEST_F()
|
D | view.cc | 683 void View::ConvertRectToTarget(const View* source, in ConvertRectToTarget() function in views::View 859 ConvertRectToTarget(this, child, &rect_in_child_coords_f); in GetEventHandlerForRect() 871 ConvertRectToTarget(cur_view, this, &cur_view_bounds_f); in GetEventHandlerForRect()
|
D | view.h | 468 static void ConvertRectToTarget(const View* source,
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
D | tab_strip_unittest.cc | 115 views::View::ConvertRectToTarget(tab->close_button_, tab, &bounds_f); in GetTabCloseHitTestMask()
|
D | tab.cc | 422 views::View::ConvertRectToTarget(tab_, this, &tab_bounds_f); in GetHitTestMask()
|
D | tab_strip.cc | 950 View::ConvertRectToTarget(this, newtab_button_, &rect_in_newtab_coords_f); in IsRectInWindowCaption()
|