HomeSort by relevance Sort by last modified time
    Searched refs:NSView (Results 1 - 25 of 141) sorted by null

1 2 3 4 5 6

  /external/chromium_org/chrome/browser/ui/cocoa/
view_id_util.h 19 // 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;
fast_resize_view.h 13 @interface FastResizeView : NSView
floating_bar_backing_view.h 11 @interface FloatingBarBackingView : NSView
fullscreen_exit_bubble_view.h 11 @interface FullscreenExitBubbleView : NSView
custom_frame_view.h 54 - (void)drawCustomFrameRect:(NSRect)rect forView:(NSView*)view;
version_independent_window.h 14 // 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_;
confirm_bubble_cocoa.h 34 @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
view_resizer.h 18 - (void)resizeView:(NSView*)view newHeight:(CGFloat)height;
history_overlay_controller.h 28 base::scoped_nsobject<NSView> parent_;
35 - (void)showPanelForView:(NSView*)view;
  /external/chromium_org/ui/base/cocoa/
nsview_additions.h 10 @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;
flipped_view.h 17 @interface FlippedView : NSView
nib_loading.h 14 // Given the name of a nib file, gets an unowned reference to the NSView in the
16 UI_BASE_EXPORT NSView* GetViewFromNib(NSString* name);
view_description.h 12 @interface NSView (CrDebugging)
nsgraphics_context_additions.h 19 forView:(NSView*)view;
  /external/chromium_org/third_party/WebKit/public/web/mac/
WebInputEventFactory.h 38 @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/
infobar_utilities.h 16 void MoveControl(NSView* anchor, NSView* toMove, int spacing, bool after);
19 void VerticallyCenterView(NSView *toMove);
  /external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
overlayable_contents_controller.h 28 base::scoped_nsobject<NSView> activeContainer_;
31 @property(readonly, nonatomic) NSView* activeContainer;
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_window_controller.h 34 NSView* originalContentView_; // weak
66 draggedTab:(NSView*)draggedTab;
127 - (NSView*)activeTabView;
137 - (BOOL)isTabDraggable:(NSView*)tabView;
153 - (void)moveContentViewToBack:(NSView*)contentView;
156 - (void)insertTabStripView:(NSView*)tabStripView intoWindow:(NSWindow*)window;
163 - (void)detachTabView:(NSView*)view;
  /external/chromium_org/chrome/browser/ui/cocoa/panels/
mouse_drag_controller.h 47 // The client of the controller should be a NSView implementing
56 // Lets say MyView is a NSView <MouseDragControllerClient>
81 NSView<MouseDragControllerClient>* client_; // Weak, owns this object.
85 initWithClient:(NSView<MouseDragControllerClient>*)client;
88 - (NSView<MouseDragControllerClient>*)client;
91 // These should be called from corresponding methods of hosting NSView.
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager_mac.h 18 NSView* parent_view,
31 NSView* parent_view() { return parent_view_; }
41 NSView* parent_view_;
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_window.h 21 @interface BookmarkBarFolderWindowContentView : NSView
  /external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_custom_window.h 30 @interface ConstrainedWindowCustomWindowContentView : NSView
  /external/chromium_org/chrome/browser/ui/cocoa/omnibox/
omnibox_popup_separator_view.h 21 @interface OmniboxPopupBottomSeparatorView : NSView {
  /external/chromium_org/chrome/browser/ui/cocoa/wrench_menu/
menu_tracked_root_view.h 14 @interface MenuTrackedRootView : NSView {
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
WebCoreNSCellExtras.h 35 - (void)_web_drawFocusRingWithFrame:(NSRect)cellFrame inView:(NSView *)controlView;

Completed in 1053 milliseconds

1 2 3 4 5 6