OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NSView
(Results
1 - 25
of
192
) sorted by null
1
2
3
4
5
6
7
8
/external/chromium/chrome/browser/ui/cocoa/
view_id_util.h
20
// ViewIDs directly. But for views with changeable ViewIDs, as
NSView
itself
23
// ViewIDs of each view and provide some utility functions for
NSView
to
30
void SetID(
NSView
* view, ViewID viewID);
34
void UnsetID(
NSView
* view);
38
NSView
* GetView(NSWindow* window, ViewID viewID);
43
@interface
NSView
(ViewID)
browser_frame_view.h
43
@interface BrowserFrameView :
NSView
49
forView:(
NSView
*)view
55
+ (NSColor*)titleColorForThemeView:(
NSView
*)view;
floating_bar_backing_view.h
12
@interface FloatingBarBackingView :
NSView
nsview_additions.h
11
@interface
NSView
(ChromeAdditions)
background_tile_view.h
14
@interface BackgroundTileView :
NSView
{
/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)
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;
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;
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
/external/chromium/chrome/browser/ui/cocoa/notifications/
balloon_view.h
17
@interface BalloonContentViewCocoa :
NSView
{
23
@interface BalloonShelfViewCocoa :
NSView
{
30
@interface BalloonOverlayViewCocoa :
NSView
{
/external/chromium_org/chrome/browser/ui/cocoa/notifications/
balloon_view.h
16
@interface BalloonContentViewCocoa :
NSView
{
22
@interface BalloonShelfViewCocoa :
NSView
{
29
@interface BalloonOverlayViewCocoa :
NSView
{
/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
*);
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/content/browser/accessibility/
browser_accessibility_manager_mac.h
18
NSView
* parent_view,
29
NSView
* parent_view() { return parent_view_; }
36
NSView
* parent_view_;
/external/chromium/chrome/browser/ui/cocoa/extensions/
chevron_menu_button_cell.h
15
- (void)drawWithFrame:(NSRect)cellFrame inView:(
NSView
*)controlView;
/external/chromium/chrome/browser/ui/cocoa/location_bar/
instant_opt_in_view.h
13
@interface InstantOptInView :
NSView
omnibox_popup_view.h
14
@interface OmniboxPopupView :
NSView
/external/chromium_org/ui/base/cocoa/
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_EXPORT
NSView
* GetViewFromNib(NSString* name);
view_description.h
12
@interface
NSView
(CrDebugging)
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
previewable_contents_controller.h
27
IBOutlet
NSView
* activeContainer_;
33
@property(readonly, nonatomic)
NSView
* activeContainer;
/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/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
.
Completed in 311 milliseconds
1
2
3
4
5
6
7
8