HomeSort by relevance Sort by last modified time
    Searched defs:gfx (Results 226 - 250 of 983) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_controller.h 12 namespace gfx { namespace
49 const gfx::Point& p,
78 const gfx::Point& tab_in_tab_coordinates) = 0;
87 virtual bool ShouldPaintTab(const Tab* tab, gfx::Rect* clip) = 0;
tab_drag_controller_interactive_uitest.h 21 namespace gfx { namespace
61 gfx::Point GetCenterInScreenCoordinates(const views::View* view);
tab_strip_controller.h 16 namespace gfx { namespace
72 const gfx::Point& p,
  /external/chromium_org/chrome/browser/web_applications/
web_app_win.h 21 namespace gfx { namespace
41 const gfx::ImageFamily& image);
  /external/chromium_org/chrome/test/base/
interactive_test_utils.h 16 namespace gfx { namespace
37 void HideNativeWindow(gfx::NativeWindow window);
40 bool ShowAndFocusNativeWindow(gfx::NativeWindow window) WARN_UNUSED_RESULT;
55 bool SendKeyPressToWindowSync(const gfx::NativeWindow window,
79 bool SendMouseMoveSync(const gfx::Point& location) WARN_UNUSED_RESULT;
  /external/chromium_org/components/autofill/content/browser/risk/
fingerprint.h 32 namespace gfx { namespace
55 const gfx::Rect& window_bounds,
  /external/chromium_org/components/web_contents_delegate_android/
validation_message_bubble_android.h 13 namespace gfx { namespace
28 const gfx::Rect& anchor_in_screen,
34 const gfx::Rect& anchor_in_screen);
  /external/chromium_org/content/browser/compositor/
software_output_device_mac.h 10 namespace gfx { namespace
  /external/chromium_org/content/browser/renderer_host/
text_input_client_message_filter.h 11 namespace gfx { namespace
37 const gfx::Point& point);
39 void OnGotFirstRectForRange(const gfx::Rect& rect);
  /external/chromium_org/content/child/npapi/
webplugin_delegate.h 15 #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/client/
gpu_memory_buffer_factory_host.h 10 namespace gfx { namespace
19 typedef base::Callback<void(const gfx::GpuMemoryBufferHandle& handle)>
23 const gfx::GpuMemoryBufferHandle& handle,
24 const gfx::Size& size,
28 virtual void DestroyGpuMemoryBuffer(const gfx::GpuMemoryBufferHandle& handle,
  /external/chromium_org/content/public/browser/android/
compositor.h 12 #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/
interstitial_page.h 12 namespace gfx { namespace
77 virtual void SetSize(const gfx::Size& size) = 0;
render_widget_host_view.h 15 #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;
66 virtual gfx::NativeView GetNativeView() const = 0;
67 virtual gfx::NativeViewId GetNativeViewId() const = 0;
68 virtual gfx::NativeViewAccessible GetNativeViewAccessible() = 0;
93 virtual gfx::Rect GetViewBounds() const = 0;
118 virtual gfx::Size GetVisibleViewportSize() const = 0
    [all...]
  /external/chromium_org/content/public/renderer/
render_view.h 16 #include "ui/gfx/native_widget_types.h"
31 namespace gfx { namespace
68 virtual gfx::Size GetSize() const = 0;
111 virtual void Repaint(const gfx::Size& size) = 0;
  /external/chromium_org/extensions/browser/
extension_host_delegate.h 18 namespace gfx { namespace
49 const gfx::Rect& initial_pos,
  /external/chromium_org/gpu/command_buffer/client/
gpu_control.h 18 namespace gfx { namespace
34 virtual gfx::GpuMemoryBuffer* CreateGpuMemoryBuffer(
gpu_memory_buffer_factory.h 10 namespace gfx { namespace
18 virtual gfx::GpuMemoryBuffer* CreateGpuMemoryBuffer(size_t width,
  /external/chromium_org/gpu/command_buffer/service/
gpu_state_tracer.h 11 namespace gfx { namespace
27 void TakeSnapshotWithCurrentFramebuffer(const gfx::Size& size);
  /external/chromium_org/mojo/aura/
screen_mojo.h 9 #include "ui/gfx/display.h"
10 #include "ui/gfx/screen.h"
12 namespace gfx { namespace
19 // A minimal implementation of gfx::Screen for mojo.
20 class ScreenMojo : public gfx::Screen {
26 // gfx::Screen overrides:
28 virtual gfx::Point GetCursorScreenPoint() OVERRIDE;
29 virtual gfx::NativeWindow GetWindowUnderCursor() OVERRIDE;
30 virtual gfx::NativeWindow GetWindowAtScreenPoint(const gfx::Point& point
    [all...]
  /external/chromium_org/ui/app_list/views/
apps_grid_view_folder_delegate.h 11 namespace gfx { namespace
35 const gfx::Point& drag_point_in_folder_grid) = 0;
41 const gfx::Point& drag_point_in_folder_grid) = 0;
53 virtual bool IsPointOutsideOfFolderBoundary(const gfx::Point& point) = 0;
pulsing_block_view.h 13 namespace gfx { namespace
24 PulsingBlockView(const gfx::Size& size, bool start_delay);
31 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
  /external/chromium_org/ui/aura/client/
screen_position_client.h 11 namespace gfx { namespace
29 gfx::Point* point) = 0;
31 gfx::Point* point) = 0;
38 gfx::Point* point) = 0;
42 const gfx::Rect& bounds,
43 const gfx::Display& display) = 0;
window_tree_client.h 10 namespace gfx { namespace
36 const gfx::Rect& bounds) = 0;
51 const gfx::Rect& screen_bounds);
  /external/chromium_org/ui/aura/
window_delegate.h 13 #include "ui/gfx/native_widget_types.h"
15 namespace gfx { namespace
38 virtual gfx::Size GetMinimumSize() const = 0;
41 virtual gfx::Size GetMaximumSize() const = 0;
44 virtual void OnBoundsChanged(const gfx::Rect& old_bounds,
45 const gfx::Rect& new_bounds) = 0;
49 virtual gfx::NativeCursor GetCursor(const gfx::Point& point) = 0;
53 virtual int GetNonClientComponent(const gfx::Point& point) const = 0;
59 const gfx::Point& location) = 0
    [all...]

Completed in 683 milliseconds

1 2 3 4 5 6 7 8 91011>>