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

  /external/chromium_org/ui/views/
view_targeter_delegate.cc 53 View::ConvertRectToTarget(root, child, &rect_in_child_coords_f);
65 View::ConvertRectToTarget(cur_view, root, &cur_view_bounds_f);
view_unittest.cc     [all...]
view.h 460 static void ConvertRectToTarget(const View* source,
    [all...]
view.cc 676 void View::ConvertRectToTarget(const View* source,
    [all...]
  /external/chromium_org/ui/app_list/views/
app_list_folder_view.cc 185 views::View::ConvertRectToTarget(items_grid_view_,
  /external/chromium_org/ui/views/window/
non_client_view.cc 231 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 637 Window::ConvertRectToTarget(window->parent(), host_->window(),
639 Window::ConvertRectToTarget(window->parent(), host_->window(),
    [all...]
window.cc 635 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 542 views::View::ConvertRectToTarget(this, header_view_, &to_paint);
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_non_client_frame_view_ash.cc 458 View::ConvertRectToTarget(this, tabstrip, &rect_in_tabstrip_coords_f);
opaque_browser_frame_view.cc 496 View::ConvertRectToTarget(this, frame()->client_view(),
510 View::ConvertRectToTarget(this, tabstrip, &rect_in_tabstrip_coords_f);
    [all...]
browser_view.cc 264 views::View::ConvertRectToTarget(browser_view_->parent(), browser_view_,
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip_unittest.cc 149 views::View::ConvertRectToTarget(tab->close_button_, tab, &bounds_f);
tab.cc 296 views::View::ConvertRectToTarget(tab_, this, &tab_bounds_f);
    [all...]
tab_strip.cc 915 View::ConvertRectToTarget(this, newtab_button_, &rect_in_newtab_coords_f);
    [all...]

Completed in 1401 milliseconds