Searched defs:ConvertPointToTarget (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/aura/test/
H A Devent_generator_delegate_aura.cc105 aura::Window::ConvertPointToTarget(target, target->GetRootWindow(), point);
108 void EventGeneratorDelegateAura::ConvertPointToTarget( function in class:aura::test::EventGeneratorDelegateAura
117 aura::Window::ConvertPointToTarget(target->GetRootWindow(), target, point);
/external/chromium_org/ui/events/
H A Devent_processor_unittest.cc86 static void ConvertPointToTarget(BoundsTestTarget* source, function in class:ui::test::BoundsTestTarget
/external/chromium_org/ui/aura/
H A Dwindow.cc382 ConvertPointToTarget(parent_, GetRootWindow(), &origin);
600 void Window::ConvertPointToTarget(const Window* source, function in class:aura::Window
640 ConvertPointToTarget(source, target, &origin);
648 ConvertPointToTarget(this, root_window, &point_in_root);
675 ConvertPointToTarget(root_window, this, &local_point);
1012 ConvertPointToTarget(this, child, &point_in_child_coords);
/external/chromium_org/ui/views/
H A Dview.cc657 void View::ConvertPointToTarget(const View* source, function in class:views::View
874 ConvertPointToTarget(this, child, &point_in_child_coords);

Completed in 331 milliseconds