Searched defs:gfx (Results 1 - 25 of 1043) sorted by path

1234567891011>>

/external/chromium_org/android_webview/browser/
H A Dicon_helper.h19 namespace gfx { namespace
56 const std::vector<gfx::Size>& original_bitmap_sizes);
H A Dscoped_app_gl_state_restore.h10 namespace gfx { namespace
/external/chromium_org/android_webview/native/
H A Daw_autofill_client.h33 namespace gfx { namespace
72 const gfx::RectF& element_bounds,
96 void ShowAutofillPopupImpl(const gfx::RectF& element_bounds,
/external/chromium_org/apps/ui/views/
H A Dapp_window_frame_view.h11 #include "ui/gfx/path.h"
12 #include "ui/gfx/rect.h"
13 #include "ui/gfx/size.h"
23 namespace gfx { namespace
71 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
72 virtual gfx::Rect GetWindowBoundsForClientBounds(
73 const gfx::Rect& client_bounds) const OVERRIDE;
74 virtual int NonClientHitTest(const gfx::Point& point) OVERRIDE;
75 virtual void GetWindowMask(const gfx::Size& size,
76 gfx
[all...]
/external/chromium_org/ash/display/
H A Ddisplay_controller.h22 #include "ui/gfx/display_observer.h"
23 #include "ui/gfx/point.h"
35 namespace gfx { namespace
52 class ASH_EXPORT DisplayController : public gfx::DisplayObserver,
121 void SetPrimaryDisplay(const gfx::Display& display);
136 gfx::Insets GetOverscanInsets(int64 display_id) const;
137 void SetOverscanInsets(int64 display_id, const gfx::Insets& insets_in_dip);
145 const gfx::Insets& insets);
146 // gfx::DisplayObserver overrides:
147 virtual void OnDisplayAdded(const gfx
[all...]
H A Ddisplay_manager.h17 #include "ui/gfx/display.h"
23 namespace gfx { namespace
88 const gfx::Display& primary_display,
98 gfx::Screen* screen() {
126 bool IsActiveDisplay(const gfx::Display& display) const;
145 const gfx::Display& GetDisplayForId(int64 id) const;
150 const gfx::Display& FindDisplayContainingPoint(
151 const gfx::Point& point_in_screen) const;
154 bool UpdateWorkAreaOfDisplay(int64 display_id, const gfx::Insets& insets);
159 void SetOverscanInsets(int64 display_id, const gfx
[all...]
H A Dresolution_notification_controller.cc18 #include "ui/gfx/display.h"
19 #include "ui/gfx/screen.h"
286 const gfx::Display& new_display) {
290 const gfx::Display& old_display) {
296 const gfx::Display&, uint32_t) {
295 OnDisplayMetricsChanged( const gfx::Display&, uint32_t) argument
H A Droot_window_transformers.h14 namespace gfx { namespace
25 const gfx::Display& display);
H A Dscreen_ash.h11 #include "ui/gfx/display_observer.h"
12 #include "ui/gfx/screen.h"
14 namespace gfx { namespace
23 // Aura implementation of gfx::Screen. Implemented here to avoid circular
25 class ASH_EXPORT ScreenAsh : public gfx::Screen {
33 static gfx::Display FindDisplayContainingPoint(const gfx::Point& point);
37 static gfx::Rect GetMaximizedWindowBoundsInParent(aura::Window* window);
40 static gfx::Rect GetDisplayBoundsInParent(aura::Window* window);
43 static gfx
[all...]
H A Dshared_display_edge_indicator.h11 #include "ui/gfx/animation/animation_delegate.h"
12 #include "ui/gfx/display.h"
14 namespace gfx { namespace
28 class ASH_EXPORT SharedDisplayEdgeIndicator : public gfx::AnimationDelegate {
36 void Show(const gfx::Rect& src_bounds, const gfx::Rect& dst_bounds);
39 // gfx::AnimationDelegate overrides:
40 virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
50 scoped_ptr<gfx::ThrobAnimation> animation_;
/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_controller.h15 #include "ui/gfx/animation/animation_delegate.h"
16 #include "ui/gfx/rect.h"
19 namespace gfx { namespace
35 public gfx::AnimationDelegate,
50 const gfx::Point& root_location,
73 virtual gfx::LinearAnimation* CreateCancelAnimation(
76 gfx::AnimationDelegate* delegate);
84 // Overridden from gfx::AnimationDelegate:
85 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
86 virtual void AnimationProgressed(const gfx
[all...]
/external/chromium_org/ash/first_run/
H A Dfirst_run_helper.h12 namespace gfx { namespace
49 virtual gfx::Rect GetLauncherBounds() = 0;
52 virtual gfx::Rect GetAppListButtonBounds() = 0;
56 virtual gfx::Rect GetAppListBounds() = 0;
67 virtual gfx::Rect GetTrayBubbleBounds() = 0;
71 virtual gfx::Rect GetHelpButtonBounds() = 0;
/external/chromium_org/ash/frame/caption_buttons/
H A Dframe_caption_button.h11 #include "ui/gfx/image/image_skia.h"
14 namespace gfx { namespace
53 virtual gfx::Size GetPreferredSize() const OVERRIDE;
55 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
71 const gfx::ImageSkia& GetIconImageToPaint() const;
74 void PaintCentered(gfx::Canvas* canvas,
75 const gfx::ImageSkia& to_center,
92 gfx::ImageSkia icon_image_;
93 gfx::ImageSkia inactive_icon_image_;
94 gfx
[all...]
H A Dframe_caption_button_container_view.h12 #include "ui/gfx/animation/animation_delegate.h"
16 namespace gfx { namespace
32 public gfx::AnimationDelegate {
96 int NonClientHitTest(const gfx::Point& point) const;
104 virtual gfx::Size GetPreferredSize() const OVERRIDE;
108 // Overridden from gfx::AnimationDelegate:
109 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
110 virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
152 const gfx::Point& position_in_screen) const OVERRIDE;
172 scoped_ptr<gfx
[all...]
H A Dframe_size_button_delegate.h11 namespace gfx { namespace
44 const gfx::Point& position_in_screen) const = 0;
/external/chromium_org/ash/frame/
H A Ddefault_header_painter.h15 #include "ui/gfx/animation/animation_delegate.h"
17 namespace gfx { namespace
32 public gfx::AnimationDelegate {
44 virtual void PaintHeader(gfx::Canvas* canvas, Mode mode) OVERRIDE;
57 // gfx::AnimationDelegate override:
58 virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
62 void PaintHighlightForInactiveRestoredWindow(gfx::Canvas* canvas);
65 void PaintTitleBar(gfx::Canvas* canvas);
68 void PaintHeaderContentSeparator(gfx::Canvas* canvas);
79 gfx
[all...]
H A Dframe_border_hit_test_controller.h16 namespace gfx { namespace
39 const gfx::Point& point_in_widget);
H A Dframe_util.h14 namespace gfx { namespace
22 ASH_EXPORT gfx::Image GetAvatarImageForContext(
H A Dheader_painter.h10 namespace gfx { namespace
31 virtual void PaintHeader(gfx::Canvas* canvas, Mode mode) = 0;
H A Dheader_painter_util.h11 namespace gfx { namespace
40 static gfx::Rect GetTitleBounds(const views::View* left_view,
42 const gfx::FontList& title_font_list);
/external/chromium_org/ash/host/
H A Dash_window_tree_host.h16 namespace gfx { namespace
47 virtual gfx::Insets GetHostInsets() const = 0;
55 // gfx::Display::kInvalidDisplayID.
H A Droot_window_transformer.h10 namespace gfx { namespace
26 virtual gfx::Transform GetTransform() const = 0;
30 // |gfx::Transform::GetInverse| may contains computational error.
31 virtual gfx::Transform GetInverseTransform() const = 0;
36 virtual gfx::Rect GetRootWindowBounds(const gfx::Size& host_size) const = 0;
40 virtual gfx::Insets GetHostInsets() const = 0;
H A Dtransformer_helper.h10 namespace gfx { namespace
29 gfx::Insets GetHostInsets() const;
32 void SetTransform(const gfx::Transform& transform);
38 gfx::Transform GetTransform() const;
39 gfx::Transform GetInverseTransform() const;
43 void UpdateWindowSize(const gfx::Size& host_size);
/external/chromium_org/ash/
H A Droot_window_controller.h27 namespace gfx { namespace
173 void ShowContextMenu(const gfx::Point& location_in_screen,
H A Dscreen_util.h15 namespace gfx { namespace
28 static gfx::Display FindDisplayContainingPoint(const gfx::Point& point);
32 static gfx::Rect GetMaximizedWindowBoundsInParent(aura::Window* window);
35 static gfx::Rect GetDisplayBoundsInParent(aura::Window* window);
38 static gfx::Rect GetDisplayWorkAreaBoundsInParent(aura::Window* window);
43 static gfx::Rect ConvertRectToScreen(aura::Window* window,
44 const gfx::Rect& rect);
48 static gfx::Rect ConvertRectFromScreen(aura::Window* window,
49 const gfx
[all...]

Completed in 338 milliseconds

1234567891011>>