HomeSort by relevance Sort by last modified time
    Searched refs:gfx (Results 251 - 275 of 4814) sorted by null

<<11121314151617181920>>

  /external/chromium_org/printing/
printed_page.h 11 #include "ui/gfx/rect.h"
12 #include "ui/gfx/size.h"
27 const gfx::Size& page_size,
28 const gfx::Rect& page_content_rect);
33 const gfx::Size& page_size() const { return page_size_; }
34 const gfx::Rect& page_content_rect() const { return page_content_rect_; }
44 void GetCenteredPageContentRect(const gfx::Size& paper_size,
45 gfx::Rect* content_rect) const;
65 const gfx::Size page_size_;
68 const gfx::Rect page_content_rect_
    [all...]
  /external/chromium_org/ui/base/cocoa/
focus_window_set.h 11 #include "ui/gfx/native_widget_types.h"
18 UI_BASE_EXPORT void FocusWindowSet(const std::set<gfx::NativeWindow>& windows);
28 const std::set<gfx::NativeWindow>& windows);
  /external/chromium_org/ui/base/cursor/
cursor_util.h 11 #include "ui/gfx/display.h"
12 #include "ui/gfx/geometry/point.h"
21 gfx::Display::Rotation rotation,
23 gfx::Point* hotpoint_in_out);
  /external/chromium_org/ui/base/dragdrop/
drag_utils_aura.cc 9 #include "ui/gfx/canvas.h"
10 #include "ui/gfx/image/image_skia.h"
11 #include "ui/gfx/size.h"
12 #include "ui/gfx/vector2d.h"
16 void SetDragImageOnDataObject(const gfx::ImageSkia& image,
17 const gfx::Vector2d& cursor_offset,
  /external/chromium_org/ui/compositor/
layer_delegate.h 11 namespace gfx { namespace
22 virtual void OnPaintLayer(gfx::Canvas* canvas) = 0;
  /external/chromium_org/ui/compositor/test/
test_compositor_host.h 8 namespace gfx { namespace
22 static TestCompositorHost* Create(const gfx::Rect& bounds,
  /external/chromium_org/ui/display/types/chromeos/
touchscreen_device.h 9 #include "ui/gfx/geometry/size.h"
17 TouchscreenDevice(int id, const gfx::Size& size, bool is_internal);
23 gfx::Size size;
  /external/chromium_org/ui/gfx/
shadow_value_unittest.cc 7 #include "ui/gfx/insets.h"
8 #include "ui/gfx/shadow_value.h"
10 namespace gfx { namespace
24 { ShadowValue(gfx::Point(0, 0), 4, 0), },
29 { ShadowValue(gfx::Point(1, 2), 4, 0), },
34 { ShadowValue(gfx::Point(-1, -2), 4, 0), },
40 ShadowValue(gfx::Point(1, 2), 4, 0),
41 ShadowValue(gfx::Point(2, 3), 4, 0),
48 ShadowValue(gfx::Point(-1, -2), 4, 0),
49 ShadowValue(gfx::Point(2, 3), 4, 0)
    [all...]
  /external/chromium_org/ui/gl/
gl_surface_stub.cc 7 namespace gfx { namespace
20 gfx::Size GLSurfaceStub::GetSize() {
30 } // namespace gfx
gl_surface_wgl.h 8 #include "ui/gfx/native_widget_types.h"
11 namespace gfx { namespace
32 explicit NativeViewGLSurfaceWGL(gfx::AcceleratedWidget window);
40 virtual gfx::Size GetSize();
44 gfx::AcceleratedWidget window_;
45 gfx::AcceleratedWidget child_window_;
55 explicit PbufferGLSurfaceWGL(const gfx::Size& size);
63 virtual gfx::Size GetSize();
67 gfx::Size size_;
74 } // namespace gfx
    [all...]
  /external/chromium_org/ui/native_theme/
common_theme.h 13 namespace gfx { namespace
26 gfx::Size NATIVE_THEME_EXPORT CommonThemeGetPartSize(
33 const gfx::Rect& rect);
37 const gfx::Rect& rect,
41 const gfx::Rect& rect);
44 const gfx::Rect& rect);
49 const gfx::Rect& rect);
51 // Creates a gfx::Canvas wrapping an SkCanvas.
52 scoped_ptr<gfx::Canvas> NATIVE_THEME_EXPORT CommonThemeCreateCanvas(
  /external/chromium_org/ui/snapshot/
snapshot_win.h 14 namespace gfx { namespace
26 const gfx::Rect& snapshot_bounds,
  /external/chromium_org/ui/v2/public/
layout.h 20 const gfx::Rect& requested_bounds);
24 void SetChildBoundsDirect(View* child, const gfx::Rect& bounds);
  /external/chromium_org/ui/views/
context_menu_controller.h 11 namespace gfx { namespace
34 const gfx::Point& point,
  /external/chromium_org/ui/views/controls/button/
menu_button_listener.h 10 namespace gfx { namespace
22 virtual void OnMenuButtonClicked(View* source, const gfx::Point& point) = 0;
  /external/chromium_org/ui/views/touchui/
touch_editing_menu.h 8 #include "ui/gfx/point.h"
13 namespace gfx { namespace
48 const gfx::Rect& anchor_rect,
49 const gfx::Size& handle_image_size,
50 gfx::NativeView context);
56 const gfx::Rect& anchor_rect,
57 const gfx::Size& handle_image_size,
58 gfx::NativeView context);
67 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
  /external/chromium_org/apps/
size_constraints.cc 9 #include "ui/gfx/insets.h"
16 SizeConstraints::SizeConstraints(const gfx::Size& min_size,
17 const gfx::Size& max_size)
23 gfx::Size SizeConstraints::AddFrameToConstraints(
24 const gfx::Size& size_constraints,
25 const gfx::Insets& frame_insets) {
26 return gfx::Size(
35 gfx::Size SizeConstraints::ClampSize(gfx::Size size) const {
36 const gfx::Size max_size = GetMaximumSize()
    [all...]
  /external/chromium_org/cc/animation/
layer_animation_value_provider.h 9 #include "ui/gfx/vector2d_f.h"
20 virtual gfx::Vector2dF ScrollOffsetForAnimation() const = 0;
  /external/chromium_org/cc/trees/
occlusion_tracker.h 14 #include "ui/gfx/rect.h"
34 explicit OcclusionTracker(const gfx::Rect& screen_space_clip_rect);
49 const gfx::Rect& content_rect,
50 const gfx::Transform& draw_transform) const;
56 gfx::Rect UnoccludedContentRect(const gfx::Rect& content_rect,
57 const gfx::Transform& draw_transform) const;
62 gfx::Rect UnoccludedContributingSurfaceContentRect(
63 const gfx::Rect& content_rect,
64 const gfx::Transform& draw_transform) const
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
login_wizard.h 10 namespace gfx { namespace
  /external/chromium_org/chrome/browser/chromeos/login/ui/
mock_login_display.cc 10 #include "ui/gfx/rect.h"
14 MockLoginDisplay::MockLoginDisplay() : LoginDisplay(NULL, gfx::Rect()) {
  /external/chromium_org/chrome/browser/importer/
importer_lock_dialog.h 9 #include "ui/gfx/native_widget_types.h"
16 void ShowImportLockDialog(gfx::NativeWindow parent,
  /external/chromium_org/chrome/browser/ui/android/extensions/
extension_view_android.cc 9 void ExtensionViewAndroid::ResizeDueToAutoResize(const gfx::Size& new_size) {
  /external/chromium_org/chrome/browser/ui/ash/
ash_init.h 8 #include "ui/gfx/native_widget_types.h"
17 void OpenAsh(gfx::AcceleratedWidget remote_window);
  /external/chromium_org/chrome/browser/ui/views/frame/
glass_browser_frame_view.h 26 virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const OVERRIDE;
30 virtual gfx::Size GetMinimumSize() const OVERRIDE;
33 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
34 virtual gfx::Rect GetWindowBoundsForClientBounds(
35 const gfx::Rect& client_bounds) const OVERRIDE;
36 virtual int NonClientHitTest(const gfx::Point& point) OVERRIDE;
37 virtual void GetWindowMask(const gfx::Size& size, gfx::Path* window_mask)
45 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
47 virtual bool HitTestRect(const gfx::Rect& rect) const OVERRIDE
    [all...]

Completed in 430 milliseconds

<<11121314151617181920>>