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

  /external/chromium_org/ui/views/
masked_view_targeter.cc 35 View::ConvertRectToTarget(view->parent(), view, &bounds_f);
view_targeter.cc 65 View::ConvertRectToTarget(view->parent(), view, &rect_in_view_coords_f);
view_unittest.cc     [all...]
view.h 467 static void ConvertRectToTarget(const View* source,
    [all...]
view.cc 660 void View::ConvertRectToTarget(const View* source,
860 ConvertRectToTarget(this, child, &rect_in_child_coords_f);
872 ConvertRectToTarget(cur_view, this, &cur_view_bounds_f);
    [all...]
  /external/chromium_org/ui/app_list/views/
app_list_folder_view.cc 186 views::View::ConvertRectToTarget(items_grid_view_,
  /external/chromium_org/ui/views/window/
non_client_view.cc 205 View::ConvertRectToTarget(this, frame_view_.get(), &rect_in_child_coords_f);
  /external/chromium_org/ui/aura/
window.h 213 static void ConvertRectToTarget(const Window* source,
window_event_dispatcher.cc 592 Window::ConvertRectToTarget(window->parent(), host_->window(),
594 Window::ConvertRectToTarget(window->parent(), host_->window(),
window.cc 628 void Window::ConvertRectToTarget(const Window* source,
    [all...]
  /external/chromium_org/ui/snapshot/
snapshot_aura_unittest.cc 129 aura::Window::ConvertRectToTarget(
  /external/chromium_org/ash/frame/
custom_frame_view_ash.cc 509 views::View::ConvertRectToTarget(this, header_view_, &to_paint);
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_non_client_frame_view_ash.cc 310 View::ConvertRectToTarget(this, tabstrip, &rect_in_tabstrip_coords_f);
opaque_browser_frame_view.cc 300 View::ConvertRectToTarget(this, frame()->client_view(),
314 View::ConvertRectToTarget(this, tabstrip, &rect_in_tabstrip_coords_f);
    [all...]
browser_view.cc 268 views::View::ConvertRectToTarget(browser_view_->parent(), browser_view_,
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip_unittest.cc 115 views::View::ConvertRectToTarget(tab->close_button_, tab, &bounds_f);