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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/browser/password_manager/
password_manager_util_linux.cc 9 bool AuthenticateUser(gfx::NativeWindow window) {
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_positioner.h 8 #include "ui/gfx/display.h"
9 #include "ui/gfx/size.h"
11 namespace gfx { namespace
45 AppListPositioner(const gfx::Display& display,
46 const gfx::Size& window_size,
52 void WorkAreaSubtract(const gfx::Rect& rect);
62 gfx::Point GetAnchorPointForScreenCorner(ScreenCorner corner) const;
66 gfx::Point GetAnchorPointForScreenCenter() const;
73 gfx::Point GetAnchorPointForShelfCorner(ScreenEdge shelf_edge) const;
79 gfx::Point GetAnchorPointForShelfCenter(ScreenEdge shelf_edge) const
    [all...]
  /external/chromium_org/chrome/browser/ui/apps/
apps_metro_handler_win.h 8 #include "ui/gfx/native_widget_types.h"
14 bool VerifyMetroSwitchForApps(gfx::NativeWindow parent,
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_view_delegate.h 8 #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/cocoa/panels/
panel_utils_cocoa.h 9 #include "ui/gfx/point.h"
10 #include "ui/gfx/rect.h"
18 NSRect ConvertRectToCocoaCoordinates(const gfx::Rect& bounds);
23 gfx::Rect ConvertRectFromCocoaCoordinates(NSRect bounds);
28 NSPoint ConvertPointToCocoaCoordinates(const gfx::Point& point);
33 gfx::Point ConvertPointFromCocoaCoordinates(NSPoint point);
  /external/chromium_org/chrome/browser/ui/views/frame/
opaque_browser_frame_view_layout_delegate.h 8 namespace gfx { namespace
33 virtual gfx::Size GetBrowserViewMinimumSize() const = 0;
47 virtual gfx::ImageSkia GetOTRAvatarIcon() const = 0;
59 virtual gfx::Size GetTabstripPreferredSize() const = 0;
  /external/chromium_org/chrome/test/base/
interactive_test_utils_aura.cc 13 void HideNativeWindow(gfx::NativeWindow window) {
17 bool ShowAndFocusNativeWindow(gfx::NativeWindow window) {
22 void HideNativeWindowAura(gfx::NativeWindow window) {
26 bool ShowAndFocusNativeWindowAura(gfx::NativeWindow window) {
  /external/chromium_org/components/web_modal/
modal_dialog_host.h 8 #include "ui/gfx/native_widget_types.h"
10 namespace gfx { namespace
13 } // namespace gfx
33 virtual gfx::NativeView GetHostView() const = 0;
35 virtual gfx::Point GetDialogPosition(const gfx::Size& size) = 0;
native_web_contents_modal_dialog.h 8 #include "ui/gfx/native_widget_types.h"
13 // Use a void* since none of the gfx::Native* types are suitable for
17 typedef gfx::NativeView NativeWebContentsModalDialog;
  /external/chromium_org/content/common/
webplugin_geometry.h 11 #include "ui/gfx/native_widget_types.h"
12 #include "ui/gfx/rect.h"
35 gfx::PluginWindowHandle window;
36 gfx::Rect window_rect;
39 gfx::Rect clip_rect;
40 std::vector<gfx::Rect> cutout_rects;
  /external/chromium_org/ui/gfx/
font_smoothing_win.h 8 namespace gfx { namespace
14 } // namespace gfx
gfx_paths.h 8 #include "ui/gfx/gfx_export.h"
13 namespace gfx { namespace
27 } // namespace gfx
scrollbar_size.cc 5 #include "ui/gfx/scrollbar_size.h"
13 namespace gfx { namespace
23 } // namespace gfx
  /external/chromium_org/ui/gfx/image/
canvas_image_source.cc 5 #include "ui/gfx/image/canvas_image_source.h"
8 #include "ui/gfx/canvas.h"
10 namespace gfx { namespace
15 CanvasImageSource::CanvasImageSource(const gfx::Size& size, bool is_opaque)
20 gfx::ImageSkiaRep CanvasImageSource::GetImageForScale(float scale) {
21 gfx::Canvas canvas(size_, scale, is_opaque_);
26 } // namespace gfx
  /external/chromium_org/ui/gl/
gl_bindings_skia_in_process.h 12 namespace gfx { namespace
18 } // namespace gfx
gl_image.cc 9 namespace gfx { namespace
19 } // namespace gfx
gl_surface_stub.h 10 namespace gfx { namespace
15 void SetSize(const gfx::Size& size) { size_ = size; }
21 virtual gfx::Size GetSize() OVERRIDE;
28 gfx::Size size_;
31 } // namespace gfx
gpu_preference.h 8 namespace gfx { namespace
23 } // namespace gfx
  /external/chromium_org/ui/ozone/platform/caca/
caca_connection.h 11 #include "ui/gfx/geometry/size.h"
27 gfx::Size physical_size() const { return physical_size_; }
28 gfx::Size bitmap_size() const { return bitmap_size_; }
37 gfx::Size physical_size_;
40 gfx::Size bitmap_size_;
  /external/chromium_org/ui/ozone/public/
surface_ozone_canvas.h 15 namespace gfx { namespace
36 virtual void ResizeCanvas(const gfx::Size& viewport_size) = 0;
44 virtual void PresentCanvas(const gfx::Rect& damage) = 0;
46 // Returns a gfx::VsyncProvider for this surface. Note that this may be
51 virtual scoped_ptr<gfx::VSyncProvider> CreateVSyncProvider() = 0;
  /external/chromium_org/ui/views/controls/
image_view.h 8 #include "ui/gfx/image/image_skia.h"
11 namespace gfx { namespace
41 void SetImage(const gfx::ImageSkia& img);
46 void SetImage(const gfx::ImageSkia* image_skia);
50 const gfx::ImageSkia& GetImage();
53 void SetImageSize(const gfx::Size& image_size);
58 bool GetImageSize(gfx::Size* image_size) const;
61 gfx::Rect GetImageBounds() const;
83 virtual gfx::Size GetPreferredSize() const OVERRIDE;
86 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE
    [all...]
  /external/chromium_org/ui/views/
round_rect_painter.h 8 #include "ui/gfx/rect.h"
12 namespace gfx { namespace
27 virtual gfx::Size GetMinimumSize() const OVERRIDE;
28 virtual void Paint(gfx::Canvas* canvas, const gfx::Size& size) OVERRIDE;
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_ozone.cc 11 gfx::Screen* CreateDesktopScreen() {
  /external/chromium_org/ui/views/widget/
monitor_win.cc 10 #include "ui/gfx/rect.h"
14 gfx::Rect GetMonitorBoundsForRect(const gfx::Rect& rect) {
20 return gfx::Rect(mi.rcWork);
23 return gfx::Rect();
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_common_unittest.cc 13 #include "ui/gfx/display.h"
14 #include "ui/gfx/screen.h"
22 class TestScreen : public gfx::Screen {
27 // Overridden from gfx::Screen:
33 virtual gfx::Point GetCursorScreenPoint() OVERRIDE {
35 return gfx::Point();
38 virtual gfx::NativeWindow GetWindowUnderCursor() OVERRIDE {
43 virtual gfx::NativeWindow GetWindowAtScreenPoint(const gfx::Point& point)
53 virtual std::vector<gfx::Display> GetAllDisplays() const OVERRIDE
    [all...]

Completed in 968 milliseconds

1 2 3 4 56 7 8 91011>>