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

1 23 4 5 6

  /external/chromium_org/third_party/khronos/EGL/
eglplatform.h 119 @class NSView;
120 typedef NSView *EGLNativeWindowType;
122 struct NSView;
123 typedef struct NSView *EGLNativeWindowType;
  /external/chromium_org/third_party/mesa/src/include/EGL/
eglplatform.h 133 @class NSView;
134 typedef NSView *EGLNativeWindowType;
136 struct NSView;
137 typedef struct NSView *EGLNativeWindowType;
  /external/chromium_org/ui/base/cocoa/
focus_tracker.h 18 base::scoped_nsobject<NSView> focusedView_;
  /sdk/emulator/opengl/tests/translator_tests/MacCommon/
setup_gl.m 23 NSView *glView = [[NSView alloc] initWithFrame:contentRect];
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_strip_controller.h 62 NSView* switchView_; // weak
63 base::scoped_nsobject<NSView> dragBlockingView_; // avoid bad window server
104 // target frames are used because repeated requests to [NSView animator].
145 base::scoped_nsobject<NSView> fullscreenWindowControls_;
159 switchView:(NSView*)switchView
170 - (NSView*)activeTabView;
178 - (void)setFrame:(NSRect)frame ofTabView:(NSView*)tabView;
203 - (NSInteger)modelIndexForTabView:(NSView*)view;
209 - (NSView*)viewAtIndex:(NSUInteger)index;
269 NSView* GetSheetParentViewForWebContents(content::WebContents* web_contents)
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_details_container.h 40 NSView* errorBubbleAnchorView_;
69 - (void)scrollToView:(NSView*)field;
autofill_notification_controller.h 47 @property(nonatomic, readonly) NSView* tooltipView;
57 - (void)setHasArrow:(BOOL)hasArrow withAnchorView:(NSView*)anchorView;
autofill_account_chooser.h 18 @interface AutofillAccountChooser : NSView {
autofill_header.h 32 - (NSView*)anchorView;
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
extension_popup_controller.h 38 NSView* extensionView_;
101 - (NSView*)view;
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
bubble_decoration.h 31 virtual void DrawInFrame(NSRect frame, NSView* control_view) OVERRIDE;
34 NSView* control_view) OVERRIDE;
location_bar_decoration.h 42 virtual void DrawInFrame(NSRect frame, NSView* control_view);
51 NSView* control_view);
image_decoration.h 27 virtual void DrawInFrame(NSRect frame, NSView* control_view) OVERRIDE;
search_button_decoration.h 23 virtual void DrawInFrame(NSRect frame, NSView* control_view) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/cocoa/renderer_context_menu/
render_view_context_menu_mac.h 22 NSView* parent_view);
76 NSView* parent_view_;
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
WebCoreNSCellExtras.mm 32 - (void)_web_drawFocusRingWithFrame:(NSRect)cellFrame inView:(NSView *)controlView
  /external/chromium_org/chrome/browser/ui/cocoa/
dev_tools_controller.h 35 - (NSView*)view;
first_run_bubble_controller.h 21 + (FirstRunBubbleController*) showForView:(NSView*)view
l10n_util.h 19 NSSize WrapOrSizeToFit(NSView* view);
  /external/chromium_org/content/browser/web_contents/
web_contents_view_overscroll_animator_mac.h 43 // important that its presence in the NSView hierarchy is the only strong
44 // reference, and that when it gets removed from the NSView hierarchy, it will
46 - (void)addRenderWidgetHostNativeView:(NSView*)view;
  /external/chromium_org/chrome/browser/renderer_host/
chrome_render_widget_host_view_mac_history_swiper.h 20 - (NSView*)viewThatWantsHistoryOverlay;
102 // 1. The -[NSView touches*WithEvent:] APIs provide detailed information
106 // 2. The -[NSView scrollWheel:] API provides less information, but the
169 - (BOOL)canRubberbandLeft:(NSView*)view;
170 - (BOOL)canRubberbandRight:(NSView*)view;
chrome_render_widget_host_view_mac_delegate.h 40 - (void)viewGone:(NSView*)view;
  /external/chromium_org/ui/app_list/cocoa/
app_list_view_controller.h 41 base::scoped_nsobject<NSView> backgroundView_;
44 base::scoped_nsobject<NSView> contentsView_;
71 - (NSView*)backgroundView;
  /sdk/emulator/opengl/host/libs/Translator/EGL/
MacNative.m 132 NSView* win = (NSView *)nativeWin;
181 NSView* view = (NSView*)win;
192 NSView* view = (NSView*)win;
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_controller.h 91 IBOutlet NSView* scrollDownArrowView_; // Positioned at the top.
92 IBOutlet NSView* scrollUpArrowView_; // Positioned at the bottom.
206 - (NSView*)visibleView;
208 - (NSView*)folderView;

Completed in 514 milliseconds

1 23 4 5 6