Home | History | Annotate | Download | only in aura

Lines Matching full:local_point

295   // Returns true if relative-to-this-Window's-origin |local_point| falls
297 bool ContainsPoint(const gfx::Point& local_point) const;
300 // |local_point| can trigger an event for this Window.
304 bool HitTest(const gfx::Point& local_point);
306 // Returns the Window that most closely encloses |local_point| for the
308 Window* GetEventHandlerForPoint(const gfx::Point& local_point);
310 // Returns the topmost Window with a delegate containing |local_point|.
311 Window* GetTopWindowContainingPoint(const gfx::Point& local_point);
415 // Gets a Window (either this one or a subwindow) containing |local_point|.
420 Window* GetWindowForPoint(const gfx::Point& local_point,