Searched refs:gfx (Results 176 - 200 of 4811) sorted by relevance

1234567891011>>

/external/chromium_org/components/web_modal/
H A Dweb_contents_modal_dialog_host.h10 namespace gfx { namespace
25 virtual gfx::Size GetMaximumDialogSize() = 0;
/external/chromium_org/content/common/gpu/client/
H A Dgpu_memory_buffer_impl.h10 #include "ui/gfx/gpu_memory_buffer.h"
11 #include "ui/gfx/size.h"
16 class GpuMemoryBufferImpl : public gfx::GpuMemoryBuffer {
18 typedef base::Callback<void(const gfx::GpuMemoryBufferHandle& handle)>
25 static scoped_ptr<GpuMemoryBufferImpl> Create(const gfx::Size& size,
32 static void AllocateForChildProcess(const gfx::Size& size,
41 gfx::GpuMemoryBufferHandle handle,
42 const gfx::Size& size,
55 // Overridden from gfx::GpuMemoryBuffer:
59 GpuMemoryBufferImpl(const gfx
[all...]
/external/chromium_org/content/renderer/
H A Dsad_plugin.h12 namespace gfx { namespace
21 const gfx::Rect& plugin_rect,
/external/chromium_org/printing/
H A Dprinted_page.h11 #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
[all...]
/external/chromium_org/ui/aura/test/
H A Daura_test_utils.h10 namespace gfx { namespace
19 const gfx::Point& QueryLatestMousePositionRequestInHost(WindowTreeHost* host);
/external/chromium_org/ui/base/cocoa/
H A Dfocus_window_set.h11 #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/
H A Dcursor_util.h11 #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/
H A Ddrag_utils_aura.cc9 #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/
H A Ddebug_utils.h10 namespace gfx { namespace
20 gfx::Point mouse_location);
/external/chromium_org/ui/display/types/chromeos/
H A Dtouchscreen_device.h9 #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/image/
H A Dimage_skia_source.h10 #include "ui/gfx/gfx_export.h"
12 namespace gfx { namespace
24 virtual gfx::ImageSkiaRep GetImageForScale(float scale) = 0;
27 } // namespace gfx
/external/chromium_org/ui/gfx/
H A Dshadow_value_unittest.cc7 #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
[all...]
/external/chromium_org/ui/gl/
H A Dgl_surface_stub.cc7 namespace gfx { namespace
20 gfx::Size GLSurfaceStub::GetSize() {
30 } // namespace gfx
/external/chromium_org/ui/keyboard/
H A Dkeyboard_controller_observer.h10 namespace gfx { namespace
21 virtual void OnKeyboardBoundsChanging(const gfx::Rect& new_bounds) = 0;
/external/chromium_org/ui/native_theme/
H A Dcommon_theme.h13 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/test/
H A Dsnapshot_desktop.h10 namespace gfx { namespace
20 const gfx::Rect& snapshot_bounds,
/external/chromium_org/ui/v2/public/
H A Dpainter.h10 namespace gfx { namespace
20 virtual void Paint(gfx::Canvas* canvas) = 0;
/external/chromium_org/ui/views/window/
H A Dwindow_resources.h8 namespace gfx { namespace
28 virtual gfx::ImageSkia* GetPartImage(FramePartImage part) const = 0;
/external/chromium_org/apps/
H A Dsize_constraints.cc9 #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
[all...]
/external/chromium_org/cc/input/
H A Dlayer_scroll_offset_delegate.h9 #include "ui/gfx/size_f.h"
10 #include "ui/gfx/vector2d_f.h"
27 virtual gfx::Vector2dF GetTotalScrollOffset() = 0;
37 virtual void UpdateRootLayerState(const gfx::Vector2dF& total_scroll_offset,
38 const gfx::Vector2dF& max_scroll_offset,
39 const gfx::SizeF& scrollable_size,
/external/chromium_org/cc/trees/
H A Docclusion_tracker.h14 #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
[all...]
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dmock_login_display.cc10 #include "ui/gfx/rect.h"
14 MockLoginDisplay::MockLoginDisplay() : LoginDisplay(NULL, gfx::Rect()) {
/external/chromium_org/chrome/browser/ui/android/extensions/
H A Dextension_view_android.cc9 void ExtensionViewAndroid::ResizeDueToAutoResize(const gfx::Size& new_size) {
/external/chromium_org/chrome/browser/ui/ash/
H A Dash_init.h8 #include "ui/gfx/native_widget_types.h"
17 void OpenAsh(gfx::AcceleratedWidget remote_window);
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_popup_view_delegate.h8 #include "ui/gfx/native_widget_types.h"
10 namespace gfx { namespace
30 virtual void SetSelectionAtPoint(const gfx::Point& point) = 0;
41 virtual const gfx::Rect& popup_bounds() const = 0;
44 virtual gfx::NativeView container_view() = 0;

Completed in 592 milliseconds

1234567891011>>