Home | History | Annotate | Download | only in aura

Lines Matching refs:local_point

271   // Returns true if relative-to-this-Window's-origin |local_point| falls
273 bool ContainsPoint(const gfx::Point& local_point) const;
276 // |local_point| can trigger an event for this Window.
280 bool HitTest(const gfx::Point& local_point);
282 // Returns the Window that most closely encloses |local_point| for the
284 Window* GetEventHandlerForPoint(const gfx::Point& local_point);
286 // Returns the topmost Window with a delegate containing |local_point|.
287 Window* GetTopWindowContainingPoint(const gfx::Point& local_point);
382 // Gets a Window (either this one or a subwindow) containing |local_point|.
387 Window* GetWindowForPoint(const gfx::Point& local_point,