Home | History | Annotate | Download | only in constrained_window

Lines Matching refs:sheet

17 // tab can have a single sheet and only the active tab's sheet will be visible.
26 // Returns a sheet controller for |parentWindow|. If a sheet controller does not
31 // Find a controller that's managing the given sheet. If no such controller
34 controllerForSheet:(id<ConstrainedWindowSheet>)sheet;
36 // Find the sheet attached to the given overlay window.
39 // Shows the given sheet over |parentView|. If |parentView| is not the active
40 // view then the sheet is not shown until the |parentView| becomes active.
41 - (void)showSheet:(id<ConstrainedWindowSheet>)sheet
44 // Calculates the position of the sheet for the given window size.
45 - (NSPoint)originForSheet:(id<ConstrainedWindowSheet>)sheet
48 // Closes the given sheet.
49 - (void)closeSheet:(id<ConstrainedWindowSheet>)sheet;
52 // sheet then the sheet is made visible.
55 // Run a pulse animation for the given sheet. This does nothing if the sheet
57 - (void)pulseSheet:(id<ConstrainedWindowSheet>)sheet;