OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initwithrect
(Results
1 - 20
of
20
) sorted by null
/external/chromium/chrome/browser/ui/cocoa/
tracking_area.mm
70
- (id)
initWithRect
:(NSRect)rect
76
if ((self = static_cast<id>([super
initWithRect
:rect
85
- (NSTrackingArea*)
initWithRect
:(NSRect)rect
tracking_area.h
30
- (id)
initWithRect
:(NSRect)rect
tracking_area_unittest.mm
31
initWithRect
:NSMakeRect(0, 0, 100, 100)
hover_button.mm
60
[[NSTrackingArea alloc]
initWithRect
:[self bounds]
base_view.mm
17
[[NSTrackingArea alloc]
initWithRect
:frame
fullscreen_controller.mm
480
[[NSTrackingArea alloc]
initWithRect
:trackingAreaBounds_
gradient_button_cell.mm
754
initWithRect
:[controlView bounds]
/external/webkit/Source/WebKit/mac/WebView/
WebDashboardRegion.h
45
-
initWithRect
:(NSRect)rect clip:(NSRect)clip type:(WebDashboardRegionType)type;
WebDashboardRegion.mm
34
-
initWithRect
:(NSRect)r clip:(NSRect)c type:(WebDashboardRegionType)t
WebVideoFullscreenHUDWindowController.mm
368
_area = [[NSTrackingArea alloc]
initWithRect
:[background bounds] options:NSTrackingMouseEnteredAndExited | NSTrackingActiveAlways owner:self userInfo:nil];
WebView.mm
[
all
...]
/external/chromium/chrome/browser/ui/cocoa/toolbar/
reload_button.mm
47
initWithRect
:[self bounds]
toolbar_controller.mm
293
[[CrTrackingArea alloc]
initWithRect
:NSZeroRect // Ignored
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_button.mm
385
area_ = [[NSTrackingArea alloc]
initWithRect
:[self bounds]
bookmark_bar_folder_controller.mm
[
all
...]
/external/chromium/chrome/browser/ui/cocoa/download/
download_item_cell.mm
319
initWithRect
:buttonRect
327
initWithRect
:dropdownRect
download_shelf_controller.mm
437
initWithRect
:[[self view] bounds]
/external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_mac.mm
649
[[NSTrackingArea alloc]
initWithRect
:[self frame]
/external/chromium/chrome/browser/ui/cocoa/tabs/
tab_strip_controller.mm
397
[[CrTrackingArea alloc]
initWithRect
:[newTabButton_ bounds]
429
initWithRect
:NSZeroRect // Ignored by NSTrackingInVisibleRect
[
all
...]
/external/webkit/Source/WebKit2/UIProcess/API/mac/
WKView.mm
223
NSTrackingArea *trackingArea = [[NSTrackingArea alloc]
initWithRect
:frame
[
all
...]
Completed in 1243 milliseconds