Searched refs:NSView (Results 1 - 25 of 137) sorted by relevance

123456

/external/chromium_org/chrome/browser/ui/cocoa/
H A Dview_id_util.h19 // ViewIDs directly. But for views with changeable ViewIDs, as NSView itself
22 // ViewIDs of each view and provide some utility functions for NSView to
29 void SetID(NSView* view, ViewID viewID);
33 void UnsetID(NSView* view);
37 NSView* GetView(NSWindow* window, ViewID viewID);
42 @interface NSView (ViewID)
51 - (NSView*)ancestorWithViewID:(ViewID)viewID;
H A Dfast_resize_view.h13 @interface FastResizeView : NSView
H A Dfloating_bar_backing_view.h11 @interface FloatingBarBackingView : NSView
H A Dfullscreen_exit_bubble_view.h11 @interface FullscreenExitBubbleView : NSView
H A Dcustom_frame_view.h54 - (void)drawCustomFrameRect:(NSRect)rect forView:(NSView*)view;
H A Dversion_independent_window.h14 // Returns the NSView closest to the root of the NSView hierarchy that is
18 - (NSView*)cr_windowView;
22 // In OSX 10.10, adding subviews to the root view for the NSView hierarchy
45 // NSView. It currently does not support the above 4 methods.
51 base::scoped_nsobject<NSView> chromeWindowView_;
H A Dconfirm_bubble_cocoa.h34 @interface ConfirmBubbleCocoa : NSView<NSTextViewDelegate> {
36 NSView* parent_; // weak
48 // custom NSView (i.e. without using a nib file), this function should be called
50 - (id)initWithParent:(NSView*)parent
H A Dview_resizer.h18 - (void)resizeView:(NSView*)view newHeight:(CGFloat)height;
H A Dhistory_overlay_controller.h28 base::scoped_nsobject<NSView> parent_;
35 - (void)showPanelForView:(NSView*)view;
/external/chromium_org/ui/base/cocoa/
H A Dnsview_additions.h10 @interface NSView (ChromeAdditions)
19 - (BOOL)cr_isBelowView:(NSView*)otherView;
22 - (BOOL)cr_isAboveView:(NSView*)otherView;
25 - (void)cr_ensureSubview:(NSView*)subview
27 relativeTo:(NSView *)otherView;
38 - (void)cr_drawUsingAncestor:(NSView*)ancestorView inRect:(NSRect)rect;
42 - (NSView*)cr_viewBeingDrawnTo;
H A Dflipped_view.h17 @interface FlippedView : NSView
H A Dnib_loading.h14 // Given the name of a nib file, gets an unowned reference to the NSView in the
16 UI_BASE_EXPORT NSView* GetViewFromNib(NSString* name);
H A Dview_description.h12 @interface NSView (CrDebugging)
H A Dnsgraphics_context_additions.h19 forView:(NSView*)view;
/external/chromium_org/third_party/WebKit/public/web/mac/
H A DWebInputEventFactory.h38 @class NSView;
41 class NSView;
55 BLINK_EXPORT static WebMouseEvent mouseEvent(NSEvent*, NSView*);
56 BLINK_EXPORT static WebMouseWheelEvent mouseWheelEvent(NSEvent*, NSView*, bool canRubberbandLeft, bool canRubberbandRight);
57 BLINK_EXPORT static WebGestureEvent gestureEvent(NSEvent *, NSView *);
/external/chromium_org/chrome/browser/ui/cocoa/infobars/
H A Dinfobar_utilities.h16 void MoveControl(NSView* anchor, NSView* toMove, int spacing, bool after);
19 void VerticallyCenterView(NSView *toMove);
/external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
H A Doverlayable_contents_controller.h28 base::scoped_nsobject<NSView> activeContainer_;
31 @property(readonly, nonatomic) NSView* activeContainer;
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_bar_folder_window.h21 @interface BookmarkBarFolderWindowContentView : NSView
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
H A Dconstrained_window_custom_window.h30 @interface ConstrainedWindowCustomWindowContentView : NSView
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
H A Domnibox_popup_separator_view.h21 @interface OmniboxPopupBottomSeparatorView : NSView {
/external/chromium_org/chrome/browser/ui/cocoa/wrench_menu/
H A Dmenu_tracked_root_view.h14 @interface MenuTrackedRootView : NSView {
/external/chromium_org/third_party/WebKit/Source/platform/mac/
H A DWebCoreNSCellExtras.h35 - (void)_web_drawFocusRingWithFrame:(NSRect)cellFrame inView:(NSView *)controlView;
/external/chromium_org/chrome/browser/ui/cocoa/panels/
H A Dpanel_titlebar_view_cocoa.h30 @interface PanelTitlebarOverlayView : NSView {
39 NSView* targetView_;
41 - (id)initWithView:(NSView*)targetView duration:(double) duration;
45 @interface PanelTitlebarViewCocoa : NSView
50 IBOutlet NSView* icon_;
57 IBOutlet NSView* overlay_;
81 - (void)setIcon:(NSView*)newIcon;
83 - (NSView*)icon;
/external/chromium_org/chrome/browser/ui/cocoa/website_settings/
H A Dwebsite_settings_bubble_controller.h24 base::scoped_nsobject<NSView> contentView_;
35 NSView* permissionsTabContentView_;
38 NSView* connectionTabContentView_;
41 NSView* cookiesView_;
57 NSView* permissionsView_;
61 NSView* separatorAfterIdentity_;
65 NSView* separatorAfterConnection_;
70 NSView* separatorAfterFirstVisit_;
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_overscroll_animator_slider_mac.h19 : NSView<WebContentsOverscrollAnimator> { namespace
25 base::scoped_nsobject<NSView> middleView_;

Completed in 593 milliseconds

123456