Home
last modified time | relevance | path

Searched refs:ConvertRectToTarget (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
Dopaque_browser_frame_view.cc298 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()
Dbrowser_non_client_frame_view_ash.cc299 View::ConvertRectToTarget(this, tabstrip, &rect_in_tabstrip_coords_f); in HitTestRect()
Dbrowser_view.cc287 views::View::ConvertRectToTarget(browser_view_->parent(), browser_view_, in GetBoundsForTabStripInBrowserView()
/external/chromium_org/ui/views/window/
Dnon_client_view.cc205 View::ConvertRectToTarget(this, frame_view_.get(), &rect_in_child_coords_f); in GetEventHandlerForRect()
/external/chromium_org/ui/views/
Dview_unittest.cc2381 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()
Dview.cc683 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()
Dview.h468 static void ConvertRectToTarget(const View* source,
/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_strip_unittest.cc115 views::View::ConvertRectToTarget(tab->close_button_, tab, &bounds_f); in GetTabCloseHitTestMask()
Dtab.cc422 views::View::ConvertRectToTarget(tab_, this, &tab_bounds_f); in GetHitTestMask()
Dtab_strip.cc950 View::ConvertRectToTarget(this, newtab_button_, &rect_in_newtab_coords_f); in IsRectInWindowCaption()