Searched refs:Point (Results 126 - 150 of 1480) sorted by relevance

1234567891011>>

/external/chromium_org/ui/views/controls/menu/
H A Dmenu_2.h15 class Point;
50 void RunMenuAt(const gfx::Point& point, Alignment alignment);
51 void RunContextMenuAt(const gfx::Point& point);
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_screen_position_client.h23 gfx::Point* point) OVERRIDE;
25 gfx::Point* point) OVERRIDE;
27 gfx::Point* point) OVERRIDE;
H A Dx11_topmost_window_finder.h30 aura::Window* FindLocalProcessWindowAt(const gfx::Point& screen_loc,
34 XID FindWindowAt(const gfx::Point& screen_loc);
44 gfx::Point screen_loc_;
/external/lldb/test/benchmarks/expression/
H A Dmain.cpp11 class Point { class
15 Point(int a, int b): function in class:Point
24 Point point;
/external/lldb/test/functionalities/non-overlapping-index-variable-i/
H A Dmain.cpp11 class Point { class
15 Point(int a, int b): function in class:Point
24 Point point;
/external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
H A DCameraConfigurationManager.java21 import android.graphics.Point;
41 private Point screenResolution;
42 private Point cameraResolution;
65 screenResolution = new Point(width, height);
93 Point getCameraResolution() {
97 Point getScreenResolution() {
134 private static Point findBestPreviewSizeValue(Camera.Parameters parameters,
135 Point screenResolution,
137 Point bestSize = null;
148 bestSize = new Point(supportedWidt
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Dstatus_bubble_views.h18 class Point;
60 virtual void MouseMoved(const gfx::Point& location,
79 void AvoidMouse(const gfx::Point& location);
116 gfx::Point original_position_;
118 gfx::Point position_;
122 gfx::Point last_mouse_moved_location_;
/external/chromium_org/ash/frame/caption_buttons/
H A Dframe_size_button_delegate.h13 class Point;
44 const gfx::Point& position_in_screen) const = 0;
/external/chromium_org/ash/frame/
H A Dframe_border_hit_test_controller.h17 class Point;
39 const gfx::Point& point_in_widget);
/external/chromium_org/ash/wm/
H A Ddrag_details.h27 const gfx::Point& location,
42 const gfx::Point initial_location_in_parent;
/external/chromium_org/ash/wm/workspace/
H A Dmulti_window_resize_controller.h47 void Show(aura::Window* window, int component, const gfx::Point& point);
94 const gfx::Point& point) const;
129 void StartResize(const gfx::Point& location_in_screen);
132 void Resize(const gfx::Point& location_in_screen, int event_flags);
142 const gfx::Point& location_in_parent) const;
146 bool IsOverWindows(const gfx::Point& location_in_screen) const;
150 const gfx::Point& location_in_screen,
168 gfx::Point show_location_in_parent_;
H A Dtwo_step_edge_cycler.cc24 TwoStepEdgeCycler::TwoStepEdgeCycler(const gfx::Point& start)
34 void TwoStepEdgeCycler::OnMove(const gfx::Point& location) {
/external/chromium_org/chrome/browser/ui/autofill/
H A Dpassword_generation_popup_view.h11 class Point;
40 virtual bool IsPointInPasswordBounds(const gfx::Point& point) = 0;
/external/chromium_org/components/web_modal/
H A Dmodal_dialog_host.h11 class Point;
35 virtual gfx::Point GetDialogPosition(const gfx::Size& size) = 0;
/external/chromium_org/content/browser/renderer_host/
H A Dtext_input_client_message_filter.h12 class Point;
37 const gfx::Point& point);
/external/chromium_org/content/renderer/
H A Dtext_input_client_observer.h38 void OnStringAtPoint(gfx::Point point);
39 void OnCharacterIndexForPoint(gfx::Point point);
/external/chromium_org/mojo/examples/sample_app/
H A Dgles2_client_impl.h32 mojo::Point capture_point_;
33 mojo::Point last_drag_point_;
/external/chromium_org/pdf/pdfium/
H A Dpdfium_range.h32 std::vector<pp::Rect> GetScreenRects(const pp::Point& offset,
48 pp::Point cached_screen_rects_offset_;
/external/chromium_org/third_party/brotli/src/woff2/
H A Dglyph.h46 struct Point { struct in class:woff2::Glyph
51 std::vector<std::vector<Point> > contours;
/external/chromium_org/third_party/libjingle/source/talk/build/
H A Dcommon.gypi44 'java_home%': '<!(python -c "import os; dir=os.getenv(\'JAVA_HOME\', \'/usr/lib/jvm/java-6-sun\'); assert os.path.exists(os.path.join(dir, \'include/jni.h\')), \'Point \\$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!\'; print dir")',
/external/chromium_org/ui/app_list/views/
H A Dapp_list_menu_views.h14 class Point;
30 void RunMenuAt(views::MenuButton* button, const gfx::Point& point);
/external/chromium_org/ui/aura/test/
H A Devent_generator_delegate_aura.cc30 virtual WindowTreeHost* GetHostAt(const gfx::Point& point) const OVERRIDE {
74 const gfx::Point& location) {
83 gfx::Point EventGeneratorDelegateAura::CenterOfTarget(
85 gfx::Point center =
91 gfx::Point EventGeneratorDelegateAura::CenterOfWindow(
98 gfx::Point* point) const {
110 gfx::Point* point) const {
122 gfx::Point* point) const {
/external/chromium_org/ui/base/cursor/
H A Dcursor_loader_ozone.h23 const gfx::Point& hot) OVERRIDE;
26 const gfx::Point& hot,
H A Dcursor_loader_win.h21 const gfx::Point& hot) OVERRIDE;
24 const gfx::Point& hot,
/external/chromium_org/ui/display/chromeos/test/
H A Dtest_display_snapshot.cc11 gfx::Point(0, 0),
24 const gfx::Point& origin,

Completed in 3194 milliseconds

1234567891011>>