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

12 3 4 5 6 7 8 91011

  /external/chromium/chrome/browser/ui/cocoa/location_bar/
bubble_decoration.h 12 #include "base/memory/scoped_nsobject.h"
51 scoped_nsobject<NSDictionary> attributes_;
54 scoped_nsobject<NSImage> image_;
57 scoped_nsobject<NSString> label_;
61 scoped_nsobject<NSColor> background_color_;
62 scoped_nsobject<NSColor> border_color_;
content_setting_decoration.h 64 scoped_nsobject<NSString> tooltip_;
67 scoped_nsobject<ContentSettingAnimationState> animation_;
69 scoped_nsobject<NSAttributedString> animated_text_;
70 scoped_nsobject<NSGradient> gradient_;
autocomplete_text_field_editor.h 7 #include "base/memory/scoped_nsobject.h"
26 scoped_nsobject<URLDropTargetHandler> dropHandler_;
28 scoped_nsobject<NSCharacterSet> forbiddenCharacters_;
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
bubble_decoration.h 11 #include "base/mac/scoped_nsobject.h"
49 base::scoped_nsobject<NSImage> image_;
52 base::scoped_nsobject<NSString> label_;
55 base::scoped_nsobject<NSMutableDictionary> attributes_;
59 base::scoped_nsobject<NSColor> background_color_;
60 base::scoped_nsobject<NSColor> border_color_;
  /external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_alert.h 10 #include "base/mac/scoped_nsobject.h"
18 base::scoped_nsobject<NSTextField> informativeTextField_;
19 base::scoped_nsobject<NSTextField> messageTextField_;
20 base::scoped_nsobject<NSButton> linkView_;
21 base::scoped_nsobject<NSView> accessoryView_;
22 base::scoped_nsobject<NSMutableArray> buttons_;
23 base::scoped_nsobject<NSButton> closeButton_;
24 base::scoped_nsobject<NSWindow> window_;
  /external/chromium_org/ui/app_list/cocoa/
app_list_view_controller.h 10 #include "base/mac/scoped_nsobject.h"
35 base::scoped_nsobject<AppsGridController> appsGridController_;
36 base::scoped_nsobject<AppListPagerView> pagerControl_;
37 base::scoped_nsobject<AppsSearchBoxController> appsSearchBoxController_;
38 base::scoped_nsobject<AppsSearchResultsController>
40 base::scoped_nsobject<SigninViewController> signinViewController_;
43 base::scoped_nsobject<NSView> backgroundView_;
46 base::scoped_nsobject<NSView> contentsView_;
app_list_window_controller.h 10 #include "base/mac/scoped_nsobject.h"
19 base::scoped_nsobject<AppListViewController> appListViewController_;
apps_search_box_controller.h 10 #include "base/mac/scoped_nsobject.h"
37 base::scoped_nsobject<SearchTextField> searchTextField_;
38 base::scoped_nsobject<NSImageView> searchImageView_;
39 base::scoped_nsobject<HoverImageMenuButton> menuButton_;
40 base::scoped_nsobject<AppListMenuController> menuController_;
  /external/chromium_org/ui/message_center/cocoa/
notification_controller.h 12 #import "base/mac/scoped_nsobject.h"
38 base::scoped_nsobject<HoverImageButton> closeButton_;
41 base::scoped_nsobject<NSImageView> icon_;
44 base::scoped_nsobject<NSTextField> title_;
47 base::scoped_nsobject<NSTextField> message_;
50 base::scoped_nsobject<NSView> listItemView_;
53 base::scoped_nsobject<NSProgressIndicator> progressBarView_;
56 base::scoped_nsobject<NSView> bottomView_;
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_details_container.h 10 #include "base/mac/scoped_nsobject.h"
28 base::scoped_nsobject<NSScrollView> scrollView_;
31 base::scoped_nsobject<NSMutableArray> details_;
34 base::scoped_nsobject<InfoBubbleView> infoBubble_;
  /external/chromium_org/chrome/browser/ui/cocoa/
certificate_viewer_mac.h 9 #include "base/mac/scoped_nsobject.h"
24 base::scoped_nsobject<NSArray> certificates_;
26 base::scoped_nsobject<SFCertificatePanel> panel_;
28 base::scoped_nsobject<NSWindow> overlayWindow_;
nine_part_button_cell.h 10 #import "base/mac/scoped_nsobject.h"
22 base::scoped_nsobject<NSMutableArray> images_;
  /external/chromium_org/chrome/browser/ui/cocoa/content_settings/
cookie_tree_node.h 7 #include "base/mac/scoped_nsobject.h"
12 base::scoped_nsobject<NSString> title_;
13 base::scoped_nsobject<NSMutableArray> children_;
14 base::scoped_nsobject<CocoaCookieDetails> details_;
  /external/chromium/chrome/browser/ui/cocoa/download/
download_item_cell.h 34 scoped_nsobject<NSTrackingArea> trackingAreaButton_;
35 scoped_nsobject<NSTrackingArea> trackingAreaDropdown_;
41 scoped_nsobject<NSAnimation> completionAnimation_;
46 scoped_nsobject<NSAnimation> hideStatusAnimation_;
  /external/chromium/chrome/browser/ui/cocoa/find_bar/
find_bar_text_field_cell.h 9 #include "base/memory/scoped_nsobject.h"
16 scoped_nsobject<NSAttributedString> resultsString_;
  /external/chromium/chrome/browser/ui/cocoa/
focus_tracker.h 7 #include "base/memory/scoped_nsobject.h"
17 scoped_nsobject<NSView> focusedView_;
hyperlink_button_cell.h 6 #include "base/memory/scoped_nsobject.h"
19 scoped_nsobject<NSColor> textColor_;
new_tab_button.h 11 #include "base/memory/scoped_nsobject.h"
20 scoped_nsobject<NSBezierPath> imagePath_;
dev_tools_controller.h 11 #include "base/memory/scoped_nsobject.h"
26 scoped_nsobject<NSSplitView> splitView_;
29 scoped_nsobject<TabContentsController> contentsController_;
menu_button.h 11 #include "base/memory/scoped_nsobject.h"
28 scoped_nsobject<NSMenu> attachedMenu_;
31 scoped_nsobject<NSPopUpButtonCell> popUpCell_;
profile_menu_button.h 11 #include "base/memory/scoped_nsobject.h"
17 scoped_nsobject<NSTextFieldCell> textFieldCell_;
19 scoped_nsobject<NSImage> cachedTabImage_;
sidebar_controller.h 11 #include "base/memory/scoped_nsobject.h"
25 scoped_nsobject<NSSplitView> splitView_;
28 scoped_nsobject<TabContentsController> contentsController_;
  /external/chromium_org/chrome/browser/ui/cocoa/status_icons/
status_icon_mac.h 12 #include "base/mac/scoped_nsobject.h"
49 base::scoped_nsobject<NSStatusItem> item_;
51 base::scoped_nsobject<StatusItemController> controller_;
56 base::scoped_nsobject<NSString> toolTip_;
60 base::scoped_nsobject<MenuController> menu_;
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_strip_controller.h 11 #include "base/memory/scoped_nsobject.h"
74 scoped_nsobject<TabStripView> tabStripView_;
76 scoped_nsobject<NSView> dragBlockingView_; // avoid bad window server drags
82 scoped_nsobject<CrTrackingArea> newTabTrackingArea_;
101 scoped_nsobject<NSMutableArray> tabContentsArray_;
105 scoped_nsobject<NSMutableArray> tabArray_;
108 scoped_nsobject<NSMutableSet> closingControllers_;
118 scoped_nsobject<NSMutableDictionary> targetFrames_;
134 scoped_nsobject<CrTrackingArea> trackingArea_;
139 scoped_nsobject<NSMutableArray> permanentSubviews_
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_strip_controller.h 10 #include "base/mac/scoped_nsobject.h"
64 base::scoped_nsobject<TabStripView> tabStripView_;
66 base::scoped_nsobject<NSView> dragBlockingView_; // avoid bad window server
71 base::scoped_nsobject<TabStripDragController> dragController_;
74 base::scoped_nsobject<CrTrackingArea> newTabTrackingArea_;
93 base::scoped_nsobject<NSMutableArray> tabContentsArray_;
97 base::scoped_nsobject<NSMutableArray> tabArray_;
100 base::scoped_nsobject<NSMutableSet> closingControllers_;
109 base::scoped_nsobject<NSMutableDictionary> targetFrames_;
125 base::scoped_nsobject<CrTrackingArea> trackingArea_
    [all...]

Completed in 300 milliseconds

12 3 4 5 6 7 8 91011