Searched refs:Point (Results 51 - 75 of 1480) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/
H A Dconfirm_bubble.h13 class Point;
23 const gfx::Point& origin,
/external/chromium_org/chrome/browser/ui/panels/
H A Ddocked_panel_drag_handler.h12 class Point;
18 static void HandleDrag(Panel* panel, const gfx::Point& target_position);
H A Dstacked_panel_drag_handler.h12 class Point;
19 const gfx::Point& target_position,
H A Dpanel_mouse_watcher.h12 class Point;
33 virtual gfx::Point GetMousePosition() const = 0;
39 virtual void NotifyMouseMovement(const gfx::Point& mouse_position);
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dwindow_finder.h17 class Point;
23 const gfx::Point& screen_point,
H A Dwindow_finder_chromeos.cc11 const gfx::Point& screen_point,
16 const gfx::Point& screen_point,
/external/chromium_org/ppapi/cpp/private/
H A Dflash_menu.h15 class Point;
24 int32_t Show(const Point& location,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv20_state_polygon.c40 PUSH_DATAf(push, ctx->Point.Size);
42 PUSH_DATA (push, (uint32_t)(ctx->Point.Size * 8));
/external/chromium_org/ui/aura/test/
H A Daura_test_utils.cc16 const gfx::Point& last_cursor_request_position_in_host() {
26 const gfx::Point& QueryLatestMousePositionRequestInHost(WindowTreeHost* host) {
H A Devent_generator_delegate_aura.h29 virtual WindowTreeHost* GetHostAt(const gfx::Point& point) const = 0;
38 virtual ui::EventTarget* GetTargetAt(const gfx::Point& location) OVERRIDE;
40 virtual gfx::Point CenterOfTarget(
42 virtual gfx::Point CenterOfWindow(gfx::NativeWindow window) const OVERRIDE;
44 gfx::Point* point) const OVERRIDE;
46 gfx::Point* point) const OVERRIDE;
48 gfx::Point* point) const OVERRIDE;
/external/chromium_org/ui/base/dragdrop/
H A Ddrop_target_event.cc15 const gfx::Point& location,
16 const gfx::Point& root_location,
H A Ddrop_target_event.h16 const gfx::Point& location,
17 const gfx::Point& root_location,
/external/chromium_org/ui/views/
H A Dcontext_menu_controller.h12 class Point;
34 const gfx::Point& point,
H A Drect_based_targeting_utils.h11 class Point;
25 VIEWS_EXPORT int DistanceSquaredFromCenterToPoint(const gfx::Point& point,
/external/chromium_org/ui/views/controls/button/
H A Dmenu_button_listener.h11 class Point;
22 virtual void OnMenuButtonClicked(View* source, const gfx::Point& point) = 0;
/external/clang/test/PCH/
H A Dstruct.c8 struct Point *p1;
10 float getX(struct Point *p1) {
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv20_state_polygon.c40 PUSH_DATAf(push, ctx->Point.Size);
42 PUSH_DATA (push, (uint32_t)(ctx->Point.Size * 8));
/external/chromium_org/ppapi/cpp/
H A Dpoint.h16 class Point { class in namespace:pp
19 Point() { function in class:pp::Point
25 /// them to a Point.
31 Point(int32_t in_x, int32_t in_y) { function in class:pp::Point
37 /// PP_Point to a Point. This is an implicit conversion constructor.
40 Point(const PP_Point& point) { // Implicit. function in class:pp::Point
46 ~Point() {
49 /// A function allowing implicit conversion of a Point to a PP_Point.
50 /// @return A Point.
71 /// @return The value of x for this Point
[all...]
/external/chromium_org/ui/gfx/
H A Dblit.h15 class Point;
23 const Point& src_origin);
29 const Point& src_origin);
35 const Point& src_origin);
41 const Point& src_origin);
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_positioner.cc35 gfx::Point AppListPositioner::GetAnchorPointForScreenCenter() const {
39 gfx::Point AppListPositioner::GetAnchorPointForScreenCorner(
42 gfx::Point anchor;
58 anchor = gfx::Point();
63 gfx::Point AppListPositioner::GetAnchorPointForShelfCorner(
67 gfx::Point anchor;
70 anchor = gfx::Point(work_area.x(), screen_rect.y());
73 anchor = gfx::Point(work_area.right(), screen_rect.y());
76 anchor = gfx::Point(screen_rect.x(), work_area.y());
79 anchor = gfx::Point(screen_rec
[all...]
/external/chromium_org/ui/views/widget/
H A Ddrop_helper.h11 class Point;
50 const gfx::Point& root_view_location,
63 const gfx::Point& root_view_location,
70 View* CalculateTargetView(const gfx::Point& root_view_location,
78 View* CalculateTargetViewImpl(const gfx::Point& root_view_location,
86 const gfx::Point& root_view_location,
89 const gfx::Point& root_view_location,
/external/chromium_org/cc/input/
H A Dinput_handler.h15 class Point;
77 virtual ScrollStatus ScrollBegin(const gfx::Point& viewport_point,
80 virtual ScrollStatus ScrollAnimated(const gfx::Point& viewport_point,
95 virtual bool ScrollBy(const gfx::Point& viewport_point,
98 virtual bool ScrollVerticallyByPage(const gfx::Point& viewport_point,
105 virtual void MouseMoveAt(const gfx::Point& mouse_position) = 0;
123 const gfx::Point& anchor) = 0;
130 virtual bool IsCurrentlyScrollingLayerAt(const gfx::Point& viewport_point,
133 virtual bool HaveTouchEventHandlersAt(const gfx::Point& viewport_point) = 0;
/external/chromium_org/chrome/browser/ui/tabs/
H A Ddock_info.h53 static bool IsCloseToPoint(const gfx::Point& screen_loc,
59 static bool IsCloseToMonitorPoint(const gfx::Point& screen_loc,
76 const gfx::Point& screen_point,
85 const gfx::Point& screen_point,
92 bool IsValidForPoint(const gfx::Point& screen_point);
115 void set_hot_spot(const gfx::Point& hot_spot) { hot_spot_ = hot_spot; }
116 const gfx::Point& hot_spot() const { return hot_spot_; }
150 bool CheckMonitorPoint(const gfx::Point& screen_loc,
164 gfx::Point hot_spot_;
/external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/bindings/
H A DMessageHeaderTest.java11 import org.chromium.mojo.bindings.test.mojom.imported.Point;
26 Point p = new Point();
36 Point p2 = Point.deserialize(message.getPayload());
51 Point p = new Point();
64 Point p2 = Point.deserialize(message.getPayload());
/external/chromium_org/ash/display/
H A Dscreen_position_controller.h20 gfx::Point* point) OVERRIDE;
22 gfx::Point* point) OVERRIDE;
24 gfx::Point* point) OVERRIDE;

Completed in 771 milliseconds

1234567891011>>