Searched defs:gfx (Results 201 - 225 of 1043) sorted by relevance

1234567891011>>

/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;
/external/chromium_org/chrome/browser/ui/
H A Dconfirm_bubble_model.h11 namespace gfx { namespace
38 virtual gfx::Image* GetIcon() const = 0;
H A Dmetro_pin_tab_helper_win.h14 #include "ui/gfx/image/image_skia.h"
16 namespace gfx { namespace
52 const std::vector<gfx::Size>& original_bitmap_sizes);
H A Dstatus_bubble.h13 namespace gfx { namespace
49 virtual void MouseMoved(const gfx::Point& position, bool left_content) = 0;
H A Dvalidation_message_bubble.h15 namespace gfx { namespace
27 const gfx::Rect& anchor_in_root_view,
39 const gfx::Rect& anchor_in_root_view) = 0;
/external/chromium_org/chrome/browser/ui/panels/
H A Dnative_panel_stack_window.h10 #include "ui/gfx/image/image.h"
13 namespace gfx { namespace
24 virtual gfx::Image GetIcon() const = 0;
74 virtual void MovePanelsBy(const gfx::Vector2d& delta) = 0;
79 const gfx::Rect& new_bounds) = 0;
H A Dpanel_bounds_animation.h8 #include "ui/gfx/animation/linear_animation.h"
10 namespace gfx { namespace
15 class PanelBoundsAnimation : public gfx::LinearAnimation {
17 PanelBoundsAnimation(gfx::AnimationDelegate* target,
19 const gfx::Rect& initial_bounds,
20 const gfx::Rect& final_bounds);
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view_layout_delegate.h10 namespace gfx { namespace
25 virtual gfx::Rect GetBoundsForTabStripInBrowserView() const = 0;
/external/chromium_org/chrome/browser/ui/views/renderer_context_menu/
H A Drender_view_context_menu_views.h11 namespace gfx { namespace
29 const gfx::Point& point,
/external/chromium_org/chrome/browser/ui/views/
H A Dtab_icon_view_model.h8 namespace gfx { namespace
21 virtual gfx::ImageSkia GetFaviconForTabIconView() = 0;
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_controller.h12 namespace gfx { namespace
52 const gfx::Point& p,
81 const gfx::Point& tab_in_tab_coordinates) = 0;
90 virtual bool ShouldPaintTab(const Tab* tab, gfx::Rect* clip) = 0;
H A Dtab_drag_controller_interactive_uitest.h21 namespace gfx { namespace
61 gfx::Point GetCenterInScreenCoordinates(const views::View* view);
H A Dtab_strip_controller.h16 namespace gfx { namespace
75 const gfx::Point& p,
/external/chromium_org/chrome/browser/web_applications/
H A Dweb_app_win.h21 namespace gfx { namespace
41 const gfx::ImageFamily& image);
/external/chromium_org/components/autofill/content/browser/risk/
H A Dfingerprint.h32 namespace gfx { namespace
55 const gfx::Rect& window_bounds,
/external/chromium_org/components/web_contents_delegate_android/
H A Dvalidation_message_bubble_android.h13 namespace gfx { namespace
28 const gfx::Rect& anchor_in_screen,
34 const gfx::Rect& anchor_in_screen);
/external/chromium_org/content/browser/compositor/
H A Dsoftware_output_device_mac.h10 namespace gfx { namespace
/external/chromium_org/content/browser/renderer_host/
H A Dtext_input_client_message_filter.h11 namespace gfx { namespace
37 const gfx::Point& point);
39 void OnGotFirstRectForRange(const gfx::Rect& rect);
/external/chromium_org/content/child/npapi/
H A Dwebplugin_delegate.h15 #include "ui/gfx/native_widget_types.h"
25 namespace gfx { namespace
62 virtual void UpdateGeometry(const gfx::Rect& window_rect,
63 const gfx::Rect& clip_rect) = 0;
67 virtual void Paint(SkCanvas* canvas, const gfx::Rect& rect) = 0;
/external/chromium_org/content/common/gpu/
H A Dgpu_memory_buffer_factory.h10 #include "ui/gfx/geometry/size.h"
11 #include "ui/gfx/gpu_memory_buffer.h"
13 namespace gfx { namespace
30 virtual gfx::GpuMemoryBufferHandle CreateGpuMemoryBuffer(
31 const gfx::GpuMemoryBufferHandle& handle,
32 const gfx::Size& size,
38 const gfx::GpuMemoryBufferHandle& handle) = 0;
43 virtual scoped_refptr<gfx::GLImage> CreateImageForGpuMemoryBuffer(
44 const gfx::GpuMemoryBufferHandle& handle,
45 const gfx
[all...]
H A Dgpu_memory_buffer_factory_io_surface.h13 #include "ui/gfx/geometry/size.h"
14 #include "ui/gfx/gpu_memory_buffer.h"
16 namespace gfx { namespace
29 gfx::GpuMemoryBufferHandle CreateGpuMemoryBuffer(
30 const gfx::GpuMemoryBufferId& id,
31 const gfx::Size& size,
35 void DestroyGpuMemoryBuffer(const gfx::GpuMemoryBufferId& id);
38 scoped_refptr<gfx::GLImage> CreateImageForGpuMemoryBuffer(
39 const gfx::GpuMemoryBufferId& id,
40 const gfx
[all...]
H A Dgpu_memory_buffer_factory_x11_pixmap.h10 #include "ui/gfx/geometry/size.h"
11 #include "ui/gfx/gpu_memory_buffer.h"
12 #include "ui/gfx/x/x11_types.h"
14 namespace gfx { namespace
26 void CreateGpuMemoryBuffer(const gfx::GpuMemoryBufferId& id, XID pixmap);
29 void DestroyGpuMemoryBuffer(const gfx::GpuMemoryBufferId& id);
32 scoped_refptr<gfx::GLImage> CreateImageForGpuMemoryBuffer(
33 const gfx::GpuMemoryBufferId& id,
34 const gfx::Size& size,
/external/chromium_org/content/public/browser/android/
H A Dcompositor.h12 #include "ui/gfx/native_widget_types.h"
13 #include "ui/gfx/rect.h"
14 #include "ui/gfx/size.h"
22 namespace gfx { namespace
42 gfx::NativeWindow root_window);
51 virtual void SetWindowBounds(const gfx::Size& size) = 0;
/external/chromium_org/content/public/browser/
H A Dinterstitial_page.h12 namespace gfx { namespace
77 virtual void SetSize(const gfx::Size& size) = 0;
H A Drender_widget_host_view.h15 #include "ui/gfx/native_widget_types.h"
19 namespace gfx { namespace
52 virtual void InitAsChild(gfx::NativeView parent_view) = 0;
58 virtual void SetSize(const gfx::Size& size) = 0;
62 virtual void SetBounds(const gfx::Rect& rect) = 0;
65 virtual gfx::Vector2dF GetLastScrollOffset() const = 0;
69 virtual gfx::NativeView GetNativeView() const = 0;
70 virtual gfx::NativeViewId GetNativeViewId() const = 0;
71 virtual gfx::NativeViewAccessible GetNativeViewAccessible() = 0;
96 virtual gfx
[all...]

Completed in 5311 milliseconds

1234567891011>>