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

1 23 4 5 6 7 8 91011

  /external/chromium/chrome/browser/ui/cocoa/
table_model_array_controller.h 12 #include "base/memory/scoped_nsobject.h"
35 scoped_nsobject<NSDictionary> columns_;
36 scoped_nsobject<NSString> groupTitle_;
browser_window_controller.h 16 #include "base/memory/scoped_nsobject.h"
66 scoped_nsobject<ToolbarController> toolbarController_;
67 scoped_nsobject<TabStripController> tabStripController_;
68 scoped_nsobject<FindBarCocoaController> findBarCocoaController_;
69 scoped_nsobject<InfoBarContainerController> infoBarContainerController_;
70 scoped_nsobject<DownloadShelfController> downloadShelfController_;
71 scoped_nsobject<BookmarkBarController> bookmarkBarController_;
72 scoped_nsobject<DevToolsController> devToolsController_;
73 scoped_nsobject<SidebarController> sidebarController_;
74 scoped_nsobject<PreviewableContentsController> previewableContentsController_
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/toolbar/
reload_button.h 11 #import "base/memory/scoped_nsobject.h"
22 scoped_nsobject<NSTrackingArea> trackingArea_;
25 scoped_nsobject<NSTimer> pendingReloadTimer_;
  /external/chromium/chrome/browser/ui/cocoa/translate/
translate_infobar_base.h 13 #import "base/memory/scoped_nsobject.h"
55 scoped_nsobject<NSTextField> label1_;
56 scoped_nsobject<NSTextField> label2_;
57 scoped_nsobject<NSTextField> label3_;
58 scoped_nsobject<NSPopUpButton> fromLanguagePopUp_;
59 scoped_nsobject<NSPopUpButton> toLanguagePopUp_;
60 scoped_nsobject<NSPopUpButton> optionsPopUp_;
61 scoped_nsobject<NSButton> showOriginalButton_;
65 scoped_nsobject<NSButton> translateMessageButton_;
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_textfield.h 10 #include "base/mac/scoped_nsobject.h"
19 base::scoped_nsobject<NSString> validityMessage_;
27 base::scoped_nsobject<NSImage> icon_;
autofill_section_container.h 10 #include "base/mac/scoped_nsobject.h"
41 base::scoped_nsobject<LayoutView> inputs_;
42 base::scoped_nsobject<MenuButton> suggestButton_;
43 base::scoped_nsobject<AutofillSuggestionContainer> suggestContainer_;
44 base::scoped_nsobject<NSTextField> label_;
47 base::scoped_nsobject<AutofillSectionView> view_;
55 base::scoped_nsobject<MenuController> menuController_;
autofill_main_container.h 10 #include "base/mac/scoped_nsobject.h"
31 base::scoped_nsobject<GTMWidthBasedTweaker> buttonContainer_;
32 base::scoped_nsobject<NSButton> saveInChromeCheckbox_;
33 base::scoped_nsobject<AutofillDetailsContainer> detailsContainer_;
34 base::scoped_nsobject<HyperlinkTextView> legalDocumentsView_;
35 base::scoped_nsobject<AutofillNotificationContainer> notificationContainer_;
  /external/chromium_org/chrome/browser/ui/cocoa/
dev_tools_controller.h 10 #include "base/mac/scoped_nsobject.h"
27 base::scoped_nsobject<GraySplitView> splitView_;
35 base::scoped_nsobject<FocusTracker> focusTracker_;
history_overlay_controller.h 10 #include "base/mac/scoped_nsobject.h"
26 base::scoped_nsobject<HistoryOverlayView> contentView_;
28 base::scoped_nsobject<NSView> parent_;
fullscreen_exit_bubble_controller.h 7 #include "base/mac/scoped_nsobject.h"
37 base::scoped_nsobject<NSTextView> exitLabel_;
39 base::scoped_nsobject<NSTimer> hideTimer_;
40 base::scoped_nsobject<NSAnimation> hideAnimation_;
  /external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
sad_tab_view.h 8 #include "base/mac/scoped_nsobject.h"
24 base::scoped_nsobject<NSColor> backgroundColor_;
31 base::scoped_nsobject<HyperlinkTextView> help_;
  /external/chromium_org/ui/base/cocoa/
fullscreen_window_manager.h 11 #include "base/mac/scoped_nsobject.h"
19 base::scoped_nsobject<NSWindow> window_;
23 base::scoped_nsobject<NSScreen> desiredScreen_;
  /external/chromium/chrome/browser/ui/cocoa/extensions/
browser_actions_controller.h 11 #import "base/memory/scoped_nsobject.h"
50 scoped_nsobject<NSMutableDictionary> buttons_;
53 scoped_nsobject<NSMutableArray> hiddenButtons_;
56 scoped_nsobject<NSViewAnimation> chevronAnimation_;
59 scoped_nsobject<MenuButton> chevronMenuButton_;
62 scoped_nsobject<NSMenu> overflowMenu_;
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_item_cell.h 33 base::scoped_nsobject<NSTrackingArea> trackingAreaButton_;
34 base::scoped_nsobject<NSTrackingArea> trackingAreaDropdown_;
40 base::scoped_nsobject<NSAnimation> completionAnimation_;
44 base::scoped_nsobject<IndeterminateProgressTimer> indeterminateProgressTimer_;
49 base::scoped_nsobject<NSAnimation> toggleStatusVisibilityAnimation_;
background_theme.h 10 #include "base/mac/scoped_nsobject.h"
35 base::scoped_nsobject<NSGradient> buttonGradient_;
36 base::scoped_nsobject<NSGradient> buttonPressedGradient_;
37 base::scoped_nsobject<NSColor> borderColor_;
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
browser_actions_controller.h 10 #import "base/mac/scoped_nsobject.h"
51 base::scoped_nsobject<NSMutableDictionary> buttons_;
54 base::scoped_nsobject<NSMutableArray> hiddenButtons_;
57 base::scoped_nsobject<NSViewAnimation> chevronAnimation_;
60 base::scoped_nsobject<MenuButton> chevronMenuButton_;
63 base::scoped_nsobject<NSMenu> overflowMenu_;
media_galleries_dialog_cocoa.h 77 base::scoped_nsobject<ConstrainedWindowAlert> alert_;
83 base::scoped_nsobject<NSMutableArray> checkboxes_;
86 base::scoped_nsobject<NSView> checkbox_container_;
89 base::scoped_nsobject<NSBox> accessory_;
92 base::scoped_nsobject<MediaGalleriesCocoaController> cocoa_controller_;
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field.h 10 #include "base/mac/scoped_nsobject.h"
116 base::scoped_nsobject<NSUndoManager> undoManager_;
121 base::scoped_nsobject<URLDropTargetHandler> dropHandler_;
124 base::scoped_nsobject<NSMutableArray> currentToolTips_;
126 base::scoped_nsobject<NSString> suggestText_;
127 base::scoped_nsobject<NSColor> suggestColor_;
content_setting_decoration.h 55 base::scoped_nsobject<NSAttributedString> CreateAnimatedText();
65 base::scoped_nsobject<NSString> tooltip_;
68 base::scoped_nsobject<ContentSettingAnimationState> animation_;
70 base::scoped_nsobject<NSAttributedString> animated_text_;
71 base::scoped_nsobject<NSGradient> gradient_;
button_decoration.h 8 #import "base/mac/scoped_nsobject.h"
45 base::scoped_nsobject<NSImage> normal_image_;
46 base::scoped_nsobject<NSImage> hover_image_;
47 base::scoped_nsobject<NSImage> pressed_image_;
  /external/chromium_org/chrome/browser/ui/cocoa/omnibox/
omnibox_popup_view_mac.h 11 #include "base/mac/scoped_nsobject.h"
90 base::scoped_nsobject<NSWindow> popup_;
93 base::scoped_nsobject<OmniboxPopupMatrix> matrix_;
94 base::scoped_nsobject<NSView> top_separator_view_;
95 base::scoped_nsobject<NSView> bottom_separator_view_;
96 base::scoped_nsobject<NSBox> background_view_;
  /external/chromium/chrome/browser/renderer_host/
accelerated_plugin_view_mac.h 11 #include "base/memory/scoped_nsobject.h"
38 scoped_nsobject<NSOpenGLPixelFormat> glPixelFormat_;
40 scoped_nsobject<NSOpenGLContext> glContext_;
70 scoped_nsobject<NSArray> cutoutRects_;
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field.h 12 #include "base/memory/scoped_nsobject.h"
110 scoped_nsobject<NSUndoManager> undoManager_;
115 scoped_nsobject<URLDropTargetHandler> dropHandler_;
118 scoped_nsobject<NSMutableArray> currentToolTips_;
  /external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_sheet_controller.h 11 #include "base/mac/scoped_nsobject.h"
21 base::scoped_nsobject<NSMutableArray> sheets_;
22 base::scoped_nsobject<NSWindow> parentWindow_;
23 base::scoped_nsobject<NSView> activeView_;
  /external/chromium_org/chrome/browser/ui/cocoa/notifications/
message_center_tray_bridge.h 11 #include "base/mac/scoped_nsobject.h"
62 base::scoped_nsobject<MCTrayController> tray_controller_;
65 base::scoped_nsobject<MCStatusItemView> status_item_view_;
68 base::scoped_nsobject<MCPopupCollection> popup_collection_;

Completed in 385 milliseconds

1 23 4 5 6 7 8 91011