OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NSView
(Results
176 - 192
of
192
) sorted by null
1
2
3
4
5
6
7
8
/external/chromium/chrome/browser/ui/cocoa/content_settings/
collected_cookies_mac.h
85
IBOutlet
NSView
* cookieDetailsViewPlaceholder_;
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
page_action_decoration.h
61
NSView
* control_view) OVERRIDE;
/external/chromium_org/ui/base/test/
ui_cocoa_test_helper.h
107
// from a window. All tests that work with
NSView
subclasses and/or
111
base::scoped_nsobject<
NSView
> view([test_view retain]); \
/external/chromium_org/chrome/browser/ui/cocoa/
browser_window_controller.h
114
base::scoped_nsobject<
NSView
> floatingBarBackingView_;
174
+ (BrowserWindowController*)browserWindowControllerForView:(
NSView
*)view;
216
- (
NSView
*)floatingBarBackingView;
/external/chromium_org/chrome/browser/ui/cocoa/browser/
avatar_menu_bubble_controller.h
108
@interface AvatarMenuItemView :
NSView
{
/external/chromium_org/chrome/browser/ui/cocoa/toolbar/
toolbar_controller.h
159
- (
NSView
*)wrenchButton;
/external/chromium_org/chrome/test/base/
interactive_test_utils.h
132
NSView
* view,
/external/chromium_org/third_party/mozilla/
ComplexTextInputPanel.mm
31
@interface
NSView
(SnowLeopardMethods)
/external/chromium_org/third_party/WebKit/Source/core/platform/mac/
ThemeMac.mm
73
- (
NSView
*)_focusRingClipAncestor
298
NSView
*view = ThemeMac::ensuredView(scrollView);
379
NSView
*view = ThemeMac::ensuredView(scrollView);
471
NSView
*view = ThemeMac::ensuredView(scrollView);
543
// This will ensure that we always return a valid
NSView
, even if ScrollView doesn't have an associated document
NSView
.
544
// If the ScrollView doesn't have an
NSView
, we will return a fake
NSView
whose sole purpose is to tell AppKit that it's flipped.
545
NSView
*ThemeMac::ensuredView(ScrollView* scrollView)
549
static
NSView
*flippedView = [[WebCoreFlippedView alloc] init]
[
all
...]
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_controller.h
398
- (BOOL)shrinkOrHideView:(
NSView
*)view forMaxX:(CGFloat)maxViewX;
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_controller.h
409
- (BOOL)shrinkOrHideView:(
NSView
*)view forMaxX:(CGFloat)maxViewX;
/external/chromium_org/content/browser/renderer_host/
compositing_iosurface_mac.h
52
// Set IOSurface that will be drawn on the next
NSView
drawRect.
219
void SwitchToContextOnNewWindow(
NSView
* view,
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumMac.h
196
NSView
* documentViewFor(RenderObject*) const;
RenderThemeChromiumMac.mm
108
- (CFDictionaryRef)_coreUIDrawOptionsWithFrame:(NSRect)cellFrame inView:(
NSView
*)controlView includeFocus:(BOOL)includeFocus;
113
- (CFDictionaryRef)_coreUIDrawOptionsWithFrame:(NSRect)cellFrame inView:(
NSView
*)controlView includeFocus:(BOOL)includeFocus;
117
- (CFDictionaryRef)_coreUIDrawOptionsWithFrame:(NSRect)cellFrame inView:(
NSView
*)controlView includeFocus:(BOOL)includeFocus
126
@interface RTCMFlippedView :
NSView
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.h
103
NSView
*view; /* the window's view; draw 2D and OpenGL into this view */
SDL_QuartzVideo.m
834
/* Initialize the
NSView
and add it to our window. The presence of a valid window and
836
window_view = [ [
NSView
alloc ] initWithFrame:contentRect ];
882
window_view = [ [
NSView
alloc ] initWithFrame:contentRect ];
[
all
...]
/prebuilts/tools/darwin-x86_64/swt/
swt.jar
Completed in 691 milliseconds
1
2
3
4
5
6
7
8