OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alloc
(Results
726 - 750
of
3588
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium/chrome/browser/ui/cocoa/
styled_text_field_cell_unittest.mm
28
[[StyledTextFieldTestCell
alloc
] initTextCell:@"Testing"]);
34
[[NSTextField
alloc
] initWithFrame:frame]);
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
sad_tab_controller_unittest.mm
38
test_window_ = [[CocoaTestHelperWindow
alloc
] init];
56
[[SadTabController
alloc
] initWithTabContents:contents()
/external/chromium/chrome/browser/ui/cocoa/toolbar/
back_forward_menu_controller.mm
35
backForwardMenu_.reset([[NSMenu
alloc
] initWithTitle:@""]);
68
NSMenuItem* menuItem = [[NSMenuItem
alloc
]
/external/chromium_org/chrome/browser/local_discovery/
service_discovery_client_mac_unittest.mm
112
[[TestNSNetService
alloc
] initWithData:
113
[[NSData
alloc
] initWithBytes:record_bytes
/external/chromium_org/chrome/browser/ssl/
ssl_add_cert_handler_mac.mm
30
[[[SSLAddCertHandlerCocoa
alloc
] initWithHandler: this] askToAddCert];
67
SFCertificatePanel* panel = [[SFCertificatePanel
alloc
] init];
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_popup_view_bridge.mm
21
[[NSWindow
alloc
] initWithContentRect:ui::kWindowSizeDeterminedLater
28
view_ = [[[AutofillPopupViewCocoa
alloc
]
autofill_tooltip_controller.mm
71
view_.reset([[AutofillTooltip
alloc
] init]);
108
[[AutofillBubbleController
alloc
]
/external/chromium_org/chrome/browser/ui/cocoa/browser/
zoom_bubble_controller.mm
81
[[InfoBubbleWindow
alloc
] initWithContentRect:NSMakeRect(0, 0, 200, 100)
100
trackingArea_.reset([[CrTrackingArea
alloc
]
221
[[NSBox
alloc
] initWithFrame:rect]);
255
[[NSMutableParagraphStyle
alloc
] init]);
265
return [[[NSAttributedString
alloc
]
274
[[ZoomHoverButton
alloc
] initWithFrame:NSZeroRect]);
287
[[NSTextField
alloc
] initWithFrame:NSZeroRect]);
331
[[NSMutableAttributedString
alloc
] initWithAttributedString:title]);
/external/chromium_org/chrome/browser/ui/cocoa/
constrained_web_dialog_delegate_mac.mm
117
[[ConstrainedWindowCustomWindow
alloc
] initWithContentRect:frame]);
123
[[CustomConstrainedWindowSheet
alloc
] initWithCustomWindow:window_]);
gradient_button_cell_unittest.mm
24
[[NSButton
alloc
] initWithFrame:frame]);
27
[[GradientButtonCell
alloc
] initTextCell:@"Testing"]);
history_menu_cocoa_controller_unittest.mm
46
[[FakeHistoryMenuController
alloc
] initWithBridge:bridge_.get()]);
75
base::scoped_nsobject<NSMenu> menu([[NSMenu
alloc
] initWithTitle:@"History"]);
history_overlay_controller_unittest.mm
21
test_view_.reset([[NSView
alloc
] initWithFrame:NSMakeRect(10, 10, 10, 10)]);
42
[[HistoryOverlayController
alloc
] initForMode:kHistoryOverlayModeBack]);
image_button_cell_unittest.mm
17
[[NSButton
alloc
] initWithFrame:frame]);
20
[[ImageButtonCell
alloc
] initTextCell:@""]);
ssl_client_certificate_selector_cocoa_browsertest.mm
53
[[SSLClientCertificateSelectorCocoa
alloc
]
77
[[SSLClientCertificateSelectorCocoa
alloc
]
styled_text_field_cell_unittest.mm
28
[[StyledTextFieldTestCell
alloc
] initTextCell:@"Testing"]);
34
[[NSTextField
alloc
] initWithFrame:frame]);
/external/chromium_org/chrome/browser/ui/cocoa/find_bar/
find_bar_text_field_cell.mm
57
[[NSMutableParagraphStyle
alloc
] init]);
74
resultsString_.reset([[NSAttributedString
alloc
]
/external/chromium_org/chrome/browser/ui/cocoa/infobars/
infobar_utilities.mm
60
NSTextField* ret = [[NSTextField
alloc
] initWithFrame:bounds];
74
[[NSMenuItem
alloc
] initWithTitle:title
/external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
sad_tab_controller_unittest.mm
38
test_window_ = [[CocoaTestHelperWindow
alloc
] init];
55
[[SadTabController
alloc
] initWithWebContents:web_contents()];
/external/chromium_org/chrome/browser/ui/cocoa/toolbar/
back_forward_menu_controller.mm
33
backForwardMenu_.reset([[NSMenu
alloc
] initWithTitle:@""]);
66
NSMenuItem* menuItem = [[NSMenuItem
alloc
]
/external/chromium_org/content/browser/renderer_host/pepper/
pepper_truetype_font_list_mac.mm
39
NSFontManager* fontManager = [[[NSFontManager
alloc
] init] autorelease];
50
NSFontManager* fontManager = [[[NSFontManager
alloc
] init] autorelease];
/external/chromium_org/content/shell/browser/
shell_login_dialog_mac.mm
45
alert_.reset([[NSAlert
alloc
] init]);
92
helper_ = [[ShellLoginDialogHelper
alloc
] init];
/external/chromium_org/remoting/host/installer/mac/uninstaller/
remoting_uninstaller_app.mm
38
[[[RemotingUninstaller
alloc
] init] autorelease];
93
[[[RemotingUninstaller
alloc
] init] autorelease];
/external/chromium_org/third_party/libjingle/overrides/
initialize_module.cc
49
AllocateFunction
alloc
,
60
g_alloc =
alloc
;
/external/chromium_org/third_party/libjingle/source/talk/base/
maccocoathreadhelper.mm
49
// Doing NSAutoreleasePool* hack = [[NSAutoreleasePool
alloc
] init];
52
hack = [[NSAutoreleasePool
alloc
] init];
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_slab.h
57
void *(*
alloc
)(struct util_slab_mempool *pool);
member in struct:util_slab_mempool
84
#define util_slab_alloc(pool) (pool)->
alloc
(pool)
Completed in 652 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>