HomeSort by relevance Sort by last modified time
    Searched refs:scoped_nsobject (Results 151 - 175 of 259) sorted by null

1 2 3 4 5 67 8 91011

  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_controller.h 10 #include "base/mac/scoped_nsobject.h"
30 base::scoped_nsobject<BookmarkButton> parentButton_;
60 base::scoped_nsobject<BookmarkBarFolderController> parentController_;
66 base::scoped_nsobject<NSMutableArray> buttons_;
105 base::scoped_nsobject<BookmarkBarFolderHoverState> hoverState_;
108 base::scoped_nsobject<BookmarkFolderTarget> folderTarget_;
112 // This is not a scoped_nsobject because it owns itself (when its
bookmark_bar_folder_hover_state.h 7 #include "base/mac/scoped_nsobject.h"
42 base::scoped_nsobject<BookmarkButton> hoverButton_;
bookmark_editor_controller.h 16 base::scoped_nsobject<NSString> initialUrl_;
  /external/chromium_org/chrome/browser/ui/cocoa/content_settings/
collected_cookies_mac.h 7 #include "base/mac/scoped_nsobject.h"
51 base::scoped_nsobject<CollectedCookiesWindowController> sheet_controller_;
71 base::scoped_nsobject<NSMutableArray> icons_;
74 base::scoped_nsobject<CocoaCookieTreeNode> cocoaAllowedTreeModel_;
75 base::scoped_nsobject<CocoaCookieTreeNode> cocoaBlockedTreeModel_;
92 base::scoped_nsobject<NSViewAnimation> animation_;
94 base::scoped_nsobject<CookieDetailsViewController> detailsViewController_;
  /external/chromium/chrome/browser/ui/cocoa/
gradient_button_cell.h 11 #include "base/memory/scoped_nsobject.h"
59 scoped_nsobject<NSTrackingArea> trackingArea_;
63 scoped_nsobject<NSGradient> gradient_;
67 scoped_nsobject<NSImage> overlayImage_;
animatable_image.h 12 #include "base/memory/scoped_nsobject.h"
24 scoped_nsobject<NSImage> image_;
animatable_view.h 12 #include "base/memory/scoped_nsobject.h"
29 scoped_nsobject<NSAnimation> currentAnimation_;
base_view.h 11 #include "base/memory/scoped_nsobject.h"
23 scoped_nsobject<NSEvent> pendingExitEvent_;
bubble_view.h 7 #include "base/memory/scoped_nsobject.h"
34 scoped_nsobject<NSString> content_;
  /external/chromium_org/chrome/browser/ui/cocoa/
gradient_button_cell.h 10 #include "base/mac/scoped_nsobject.h"
58 base::scoped_nsobject<NSTrackingArea> trackingArea_;
62 base::scoped_nsobject<NSGradient> gradient_;
66 base::scoped_nsobject<NSImage> overlayImage_;
website_settings_bubble_controller.h 7 #include "base/mac/scoped_nsobject.h"
24 base::scoped_nsobject<NSView> contentView_;
25 base::scoped_nsobject<NSSegmentedControl> segmentedControl_;
26 base::scoped_nsobject<NSTabView> tabView_;
animatable_image.h 11 #include "base/mac/scoped_nsobject.h"
23 base::scoped_nsobject<NSImage> image_;
animatable_view.h 10 #include "base/mac/scoped_nsobject.h"
27 base::scoped_nsobject<NSAnimation> currentAnimation_;
bubble_view.h 7 #include "base/mac/scoped_nsobject.h"
36 base::scoped_nsobject<NSString> content_;
  /external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_titlebar_view_cocoa.h 64 base::scoped_nsobject<RepaintAnimation> glintAnimation_;
65 base::scoped_nsobject<NSTimer> glintAnimationTimer_;
69 base::scoped_nsobject<MouseDragController> dragController_;
  /external/chromium/base/
file_version_info_mac.h 12 #include "base/memory/scoped_nsobject.h"
49 scoped_nsobject<NSBundle> bundle_;
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_hover_state.h 7 #include "base/memory/scoped_nsobject.h"
42 scoped_nsobject<BookmarkButton> hoverButton_;
bookmark_editor_controller.h 17 scoped_nsobject<NSString> initialUrl_;
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_action_context_menu.h 11 #include "base/memory/scoped_nsobject.h"
41 scoped_nsobject<NSMenuItem> inspectorItem_;
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
web_contents_drag_source.h 11 #include "base/memory/scoped_nsobject.h"
25 scoped_nsobject<NSPasteboard> pasteboard_;
  /external/chromium/chrome/browser/ui/cocoa/toolbar/
back_forward_menu_controller.h 11 #include "base/memory/scoped_nsobject.h"
31 scoped_nsobject<NSMenu> backForwardMenu_;
  /external/chromium/webkit/glue/
webmenurunner_mac.h 12 #include "base/memory/scoped_nsobject.h"
25 scoped_nsobject<NSMenu> menu_;
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_dialog_cocoa.h 8 #include "base/mac/scoped_nsobject.h"
91 base::scoped_nsobject<AutofillDialogWindowController> sheet_delegate_;
108 base::scoped_nsobject<AutofillMainContainer> mainContainer_;
109 base::scoped_nsobject<AutofillSignInContainer> signInContainer_;
110 base::scoped_nsobject<AutofillAccountChooser> accountChooser_;
autofill_notification_container.h 12 #include "base/mac/scoped_nsobject.h"
28 base::scoped_nsobject<NSMutableArray> notificationControllers_;
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
extension_install_dialog_controller.h 10 #include "base/mac/scoped_nsobject.h"
49 base::scoped_nsobject<ExtensionInstallViewController> view_controller_;

Completed in 733 milliseconds

1 2 3 4 5 67 8 91011