HomeSort by relevance Sort by last modified time
    Searched defs:ConvertPointToTarget (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/aura/test/
event_generator.cc 171 ConvertPointToTarget(current_root_window_, &move_point);
487 aura::Window::ConvertPointToTarget(target, target->GetRootWindow(), point);
490 void EventGenerator::ConvertPointToTarget(const aura::Window* target,
498 aura::Window::ConvertPointToTarget(target->GetRootWindow(), target, point);
503 ConvertPointToTarget(current_root_window_, &p);
  /external/chromium_org/ui/aura/
window.cc 269 ConvertPointToTarget(parent_, GetRootWindow(), &origin);
474 void Window::ConvertPointToTarget(const Window* source,
496 ConvertPointToTarget(this, root_window, &point_in_root);
529 ConvertPointToTarget(root_window, this, &local_point);
819 ConvertPointToTarget(this, child, &point_in_child_coords);
    [all...]
  /external/chromium_org/ui/views/
view.cc 678 void View::ConvertPointToTarget(const View* source,
838 ConvertPointToTarget(this, child, &point_in_child_coords);
857 ConvertPointToTarget(this, child, &point_in_child_coords);
923 ConvertPointToTarget(NULL, this, &cursor_pos);
    [all...]

Completed in 70 milliseconds