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

1 2 3 4 5 6 7 8 91011

  /external/chromium/chrome/browser/ui/cocoa/
hover_close_button.h 7 #include "base/memory/scoped_nsobject.h"
16 scoped_nsobject<NSBezierPath> xPath_;
19 scoped_nsobject<NSBezierPath> circlePath_;
22 scoped_nsobject<NSAffineTransform> transform_;
hover_image_button.h 7 #include "base/memory/scoped_nsobject.h"
17 scoped_nsobject<NSImage> defaultImage_;
18 scoped_nsobject<NSImage> hoverImage_;
19 scoped_nsobject<NSImage> pressedImage_;
vertical_gradient_view.h 9 #include "base/memory/scoped_nsobject.h"
21 scoped_nsobject<NSGradient> gradient_;
23 scoped_nsobject<NSColor> strokeColor_;
  /external/chromium/base/memory/
scoped_nsobject.h 13 // scoped_nsobject<> is patterned after scoped_ptr<>, but maintains ownership
18 // When scoped_nsobject<> takes ownership of an object (in the constructor or
20 // caller must own the object it gives to scoped_nsobject<>, and relinquishes
21 // an ownership claim to that object. scoped_nsobject<> does not call
24 // scoped_nsobject<> is not to be used for NSAutoreleasePools. For
27 // We check for bad uses of scoped_nsobject and NSAutoreleasePool at compile
30 class scoped_nsobject { class
34 explicit scoped_nsobject(NST* object = nil) function in class:scoped_nsobject
38 ~scoped_nsobject() {
45 // scoped_nsobject and ScopedCFTypeRef, whether it's in the constructor o
103 class scoped_nsobject<id> { class
107 explicit scoped_nsobject(id object = nil) function in class:scoped_nsobject
161 class scoped_nsobject<NSAutoreleasePool> { class
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/translate/
before_translate_infobar_controller.h 8 scoped_nsobject<NSButton> alwaysTranslateButton_;
9 scoped_nsobject<NSButton> neverTranslateButton_;
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
keyword_hint_decoration.h 13 #import "base/memory/scoped_nsobject.h"
36 scoped_nsobject<NSDictionary> attributes_;
39 scoped_nsobject<NSImage> hint_image_;
42 scoped_nsobject<NSString> hint_prefix_;
43 scoped_nsobject<NSString> hint_suffix_;
selected_keyword_decoration.h 37 scoped_nsobject<NSImage> search_image_;
38 scoped_nsobject<NSString> full_string_;
39 scoped_nsobject<NSString> partial_string_;
  /external/chromium_org/chrome/browser/ui/cocoa/
confirm_bubble_cocoa.h 10 #include "base/mac/scoped_nsobject.h"
40 base::scoped_nsobject<NSImageView> icon_;
41 base::scoped_nsobject<NSTextView> titleLabel_;
42 base::scoped_nsobject<NSTextView> messageLabel_;
43 base::scoped_nsobject<NSButton> okButton_;
44 base::scoped_nsobject<NSButton> cancelButton_;
profile_signin_confirmation_view_controller.h 12 #include "base/mac/scoped_nsobject.h"
41 base::scoped_nsobject<NSBox> promptBox_;
42 base::scoped_nsobject<NSButton> closeButton_;
43 base::scoped_nsobject<NSTextField> titleField_;
44 base::scoped_nsobject<NSTextField> promptField_;
45 base::scoped_nsobject<NSTextView> explanationField_;
46 base::scoped_nsobject<ConstrainedWindowButton> createProfileButton_;
47 base::scoped_nsobject<ConstrainedWindowButton> cancelButton_;
48 base::scoped_nsobject<ConstrainedWindowButton> okButton_;
vertical_gradient_view.h 8 #include "base/mac/scoped_nsobject.h"
20 base::scoped_nsobject<NSGradient> gradient_;
22 base::scoped_nsobject<NSColor> strokeColor_;
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
cookie_tree_node.h 7 #include "base/memory/scoped_nsobject.h"
12 scoped_nsobject<NSString> title_;
13 scoped_nsobject<NSMutableArray> children_;
14 scoped_nsobject<CocoaCookieDetails> details_;
cookie_details.h 7 #include "base/memory/scoped_nsobject.h"
76 scoped_nsobject<NSString> content_;
77 scoped_nsobject<NSString> path_;
78 scoped_nsobject<NSString> sendFor_;
80 scoped_nsobject<NSString> expires_;
84 scoped_nsobject<NSString> created_;
88 scoped_nsobject<NSString> name_;
95 scoped_nsobject<NSString> fileSize_;
100 scoped_nsobject<NSString> lastModified_;
103 scoped_nsobject<NSString> lastAccessed_
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_account_chooser.h 10 #include "base/mac/scoped_nsobject.h"
20 base::scoped_nsobject<NSButton> link_;
21 base::scoped_nsobject<MenuButton> popup_;
22 base::scoped_nsobject<NSImageView> icon_;
autofill_suggestion_container.h 10 #include "base/mac/scoped_nsobject.h"
23 base::scoped_nsobject<NSTextField> label_;
26 base::scoped_nsobject<NSTextField> label2_;
29 base::scoped_nsobject<NSImageView> iconImageView_;
32 base::scoped_nsobject<AutofillTextField> inputField_;
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
selected_keyword_decoration.h 36 base::scoped_nsobject<NSImage> search_image_;
37 base::scoped_nsobject<NSString> full_string_;
38 base::scoped_nsobject<NSString> partial_string_;
keyword_hint_decoration.h 12 #import "base/mac/scoped_nsobject.h"
35 base::scoped_nsobject<NSDictionary> attributes_;
38 base::scoped_nsobject<NSImage> hint_image_;
41 base::scoped_nsobject<NSString> hint_prefix_;
42 base::scoped_nsobject<NSString> hint_suffix_;
  /external/chromium_org/ui/base/cocoa/
hover_image_button.h 10 #import "base/mac/scoped_nsobject.h"
18 base::scoped_nsobject<NSImage> defaultImage_;
19 base::scoped_nsobject<NSImage> hoverImage_;
20 base::scoped_nsobject<NSImage> pressedImage_;
  /external/chromium_org/ui/message_center/cocoa/
tray_view_controller.h 15 #import "base/mac/scoped_nsobject.h"
44 base::scoped_nsobject<HoverImageButton> backButton_;
47 base::scoped_nsobject<NSTextField> title_;
50 base::scoped_nsobject<NSScrollView> scrollView_;
53 base::scoped_nsobject<MCClipView> clipView_;
56 base::scoped_nsobject<NSMutableArray> notifications_;
63 base::scoped_nsobject<HoverImageButton> pauseButton_;
66 base::scoped_nsobject<HoverImageButton> clearAllButton_;
69 base::scoped_nsobject<HoverImageButton> settingsButton_;
73 base::scoped_nsobject<NSMutableArray> notificationsPendingRemoval_
    [all...]
  /external/chromium_org/base/mac/
scoped_nsobject.h 14 // scoped_nsobject<> is patterned after scoped_ptr<>, but maintains ownership
19 // scoped_nsobject<> takes ownership of an object (in the constructor or in
21 // must own the object it gives to scoped_nsobject<>, and relinquishes an
22 // ownership claim to that object. scoped_nsobject<> does not call -retain,
25 // scoped_nsprotocol<> has the same behavior as scoped_nsobject, but can be used
28 // scoped_nsobject<> is not to be used for NSAutoreleasePools. For
31 // We check for bad uses of scoped_nsobject and NSAutoreleasePool at compile
113 class scoped_nsobject : public scoped_nsprotocol<NST*> { class in namespace:base
115 explicit scoped_nsobject(NST* object = nil) function in class:base::scoped_nsobject
118 scoped_nsobject(const scoped_nsobject<NST>& that function in class:base::scoped_nsobject
130 class scoped_nsobject<id> : public scoped_nsprotocol<id> { class in namespace:base
132 explicit scoped_nsobject(id object = nil) : scoped_nsprotocol<id>(object) {} function in class:base::scoped_nsobject
134 scoped_nsobject(const scoped_nsobject<id>& that) function in class:base::scoped_nsobject
148 class scoped_nsobject<NSAutoreleasePool> { class in namespace:base
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/content_settings/
cookie_details.h 7 #include "base/mac/scoped_nsobject.h"
78 base::scoped_nsobject<NSString> content_;
79 base::scoped_nsobject<NSString> path_;
80 base::scoped_nsobject<NSString> sendFor_;
82 base::scoped_nsobject<NSString> expires_;
86 base::scoped_nsobject<NSString> created_;
90 base::scoped_nsobject<NSString> name_;
97 base::scoped_nsobject<NSString> fileSize_;
102 base::scoped_nsobject<NSString> lastModified_;
105 base::scoped_nsobject<NSString> lastAccessed_
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_infobar_controller.h 13 #import "base/memory/scoped_nsobject.h"
30 scoped_nsobject<MenuButton> dropdownButton_;
33 scoped_nsobject<ExtensionActionContextMenu> contextMenu_;
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
before_translate_infobar_controller.h 8 base::scoped_nsobject<NSButton> alwaysTranslateButton_;
9 base::scoped_nsobject<NSButton> neverTranslateButton_;
extension_infobar_controller.h 12 #import "base/mac/scoped_nsobject.h"
28 base::scoped_nsobject<MenuButton> dropdownButton_;
31 base::scoped_nsobject<ExtensionActionContextMenu> contextMenu_;
translate_infobar_base.h 10 #import "base/mac/scoped_nsobject.h"
26 base::scoped_nsobject<NSTextField> label1_;
27 base::scoped_nsobject<NSTextField> label2_;
28 base::scoped_nsobject<NSTextField> label3_;
29 base::scoped_nsobject<NSPopUpButton> fromLanguagePopUp_;
30 base::scoped_nsobject<NSPopUpButton> toLanguagePopUp_;
31 base::scoped_nsobject<NSPopUpButton> optionsPopUp_;
32 base::scoped_nsobject<NSButton> showOriginalButton_;
36 base::scoped_nsobject<NSButton> translateMessageButton_;
  /external/chromium_org/chrome/browser/ui/cocoa/omnibox/
omnibox_popup_cell.h 10 #include "base/mac/scoped_nsobject.h"
14 base::scoped_nsobject<NSAttributedString> contentText_;
15 base::scoped_nsobject<NSAttributedString> descriptionText_;

Completed in 351 milliseconds

1 2 3 4 5 6 7 8 91011