Searched refs:NSSize (Results 1 - 25 of 42) sorted by relevance

12

/external/clang/test/PCH/
H A Dcxx-implicit-moves.cpp9 struct NSSize { struct
13 typedef struct NSSize NSSize; typedef in typeref:struct:NSSize
15 static inline NSSize NSMakeSize(double w, double h) {
16 NSSize s = { w, h };
21 NSSize s = NSMakeSize(v1, v2);
/external/clang/test/Sema/
H A Dinit-struct-qualified.c5 typedef struct _NSSize { CGFloat width; CGFloat height; } NSSize; typedef in typeref:struct:_NSSize
6 typedef struct _NSRect { NSPoint origin; NSSize size; } NSRect;
10 extern NSSize canvasSize();
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
H A Dautofill_layout.h23 - (NSSize)preferredSize;
H A Dautofill_notification_controller.h25 NSSize checkboxSizeWithoutTitle_;
49 - (NSSize)preferredSizeForWidth:(CGFloat)width;
H A Dautofill_notification_container.h44 - (NSSize)preferredSizeForWidth:(CGFloat)width;
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
H A DFloatSizeMac.mm34 FloatSize::FloatSize(const NSSize& s) : m_width(s.width), m_height(s.height)
38 FloatSize::operator NSSize() const
H A DIntSizeMac.mm33 IntSize::IntSize(const NSSize& s) : m_width(static_cast<int>(s.width)), m_height(static_cast<int>(s.height))
37 IntSize::operator NSSize() const
/external/chromium_org/ui/gfx/image/
H A Dimage_skia_util_mac.h13 typedef CGSize NSSize; typedef
15 typedef struct _NSSize NSSize; typedef in typeref:struct:_NSSize
32 NSSize size);
/external/chromium_org/chrome/browser/ui/cocoa/browser/
H A Davatar_label_button.h20 - (NSSize)labelTextSize;
/external/chromium/chrome/browser/ui/cocoa/
H A Dprofile_menu_button.h29 - (NSSize)desiredControlSize;
31 - (NSSize)minControlSize;
H A Dhover_close_button.h26 NSSize oldSize_;
H A Dl10n_util.h19 NSSize WrapOrSizeToFit(NSView* view);
/external/chromium/chrome/browser/renderer_host/
H A Daccelerated_plugin_view_mac.h67 NSSize cachedSize_;
104 @property NSSize cachedSize;
/external/chromium/chrome/browser/ui/cocoa/extensions/
H A Dextension_popup_controller.h94 + (NSSize)minPopupSize;
96 + (NSSize)maxPopupSize;
/external/chromium_org/ui/app_list/cocoa/
H A Dapps_collection_view_drag_manager.h25 NSSize cellSize_;
43 - (id)initWithCellSize:(NSSize)cellSize
H A Dapps_grid_view_item.h34 - (id)initWithSize:(NSSize)tileSize;
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
H A Dsad_tab_view.h26 NSSize messageSize_;
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dl10n_util.h19 NSSize WrapOrSizeToFit(NSView* view);
/external/chromium_org/skia/ext/
H A Dskia_utils_mac.h20 typedef CGSize NSSize; typedef
22 typedef struct _NSSize NSSize; typedef in typeref:struct:_NSSize
81 SK_API SkBitmap NSImageToSkBitmap(NSImage* image, NSSize size, bool is_opaque);
85 NSImageRep* image, NSSize size, bool is_opaque);
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
H A Dextension_popup_controller.h55 NSSize pendingSize_;
99 + (NSSize)minPopupSize;
101 + (NSSize)maxPopupSize;
/external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
H A Dsad_tab_view.h25 NSSize messageSize_;
/external/chromium/chrome/browser/accessibility/
H A Dbrowser_accessibility_cocoa.h52 @property(nonatomic, readonly) NSSize size;
/external/chromium_org/chrome/browser/renderer_host/
H A Dchrome_render_widget_host_view_mac_delegate.h45 NSSize totalScrollDelta_;
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
H A Dconstrained_window_sheet_controller.h46 withWindowSize:(NSSize)size;
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DFloatSize.h39 typedef struct CGSize NSSize; typedef in typeref:struct:CGSize
41 typedef struct _NSSize NSSize; typedef in typeref:struct:_NSSize
112 explicit FloatSize(const NSSize &); // don't do this implicitly since it's lossy
113 operator NSSize() const;

Completed in 370 milliseconds

12