Home
last modified time | relevance | path

Searched refs:mouseExited (Results 1 – 25 of 80) sorted by relevance

1234

/external/chromium_org/ui/base/cocoa/controls/
Dhyperlink_button_cell_unittest.mm84 [cell_ mouseExited:nil];
97 [cell_ mouseExited:nil];
108 [cell_ mouseExited:nil];
115 [cell_ mouseExited:nil];
Dhover_image_menu_button.mm40 - (void)mouseExited:(NSEvent*)theEvent {
Dhyperlink_button_cell.mm78 // |-mouseExited:| to change the cursor style on hover states.
134 - (void)mouseExited:(NSEvent*)event {
/external/chromium/chrome/browser/ui/cocoa/toolbar/
Dreload_button_unittest.mm50 [button_ mouseExited:nil];
116 [button_ mouseExited:nil];
126 [button_ mouseExited:nil];
151 [button_ mouseExited:nil];
161 [button_ mouseExited:nil];
171 // is done, which causes -mouseExited: to be called. Spin it at
Dreload_button.mm40 [self mouseExited:nil];
94 // This button's cell may not have received a mouseExited event, and
140 - (void)mouseExited:(NSEvent*)theEvent {
/external/chromium_org/chrome/browser/ui/cocoa/
Dmenu_button.mm156 // Once the menu is dismissed send a mouseExited event if necessary. If the
158 // get a mouseExited event so we need to do this manually.
161 if ([[self cell] respondsToSelector:@selector(mouseExited:)])
162 [[self cell] mouseExited:nil];
/external/chromium/chrome/browser/ui/cocoa/
Dhover_image_button_unittest.mm46 [button_ mouseExited:nil];
63 [button_ mouseExited:nil];
Dhyperlink_button_cell.mm57 // |-mouseExited:| to change the cursor style on hover states.
102 - (void)mouseExited:(NSEvent*)event {
Dhover_button.mm34 - (void)mouseExited:(NSEvent*)theEvent {
50 // It's possible that we won't get a mouseExited event if the button was
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_button_cell.mm193 // and mouseExited:, then and pass them along to our owning control.
202 - (void)mouseExited:(NSEvent*)event {
203 [[self controlView] mouseExited:event];
204 [super mouseExited:event];
Dbookmark_button_cell_unittest.mm17 // Simple class to remember how many mouseEntered: and mouseExited:
31 - (void)mouseExited:(NSEvent*)event {
145 [cell mouseExited:event];
Dbookmark_button.mm291 [[btn cell] mouseExited:theEvent];
313 [[self cell] mouseExited:theEvent];
314 [[insideBtn cell] mouseExited:theEvent];
328 // mouseEntered: and mouseExited: are called from our
337 - (void)mouseExited:(NSEvent*)event {
Dbookmark_button_unittest.mm125 [button mouseExited:moveEvent];
126 [button mouseExited:moveEvent];
/external/chromium_org/ui/base/cocoa/
Dhover_button.mm36 - (void)mouseExited:(NSEvent*)theEvent {
51 // It's possible that we won't get a mouseExited event if the button was
Dhover_image_button_unittest.mm41 [button_ mouseExited:nil];
/external/chromium_org/chrome/browser/ui/cocoa/wrench_menu/
Dmenu_tracked_button.mm41 - (void)mouseExited:(NSEvent*)theEvent {
45 [super mouseExited:theEvent];
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_button_cell_unittest.mm19 // Simple class to remember how many mouseEntered: and mouseExited:
33 - (void)mouseExited:(NSEvent*)event {
144 [cell mouseExited:event];
Dbookmark_button_cell.mm241 // and mouseExited:, then and pass them along to our owning control.
250 - (void)mouseExited:(NSEvent*)event {
251 [[self controlView] mouseExited:event];
252 [super mouseExited:event];
Dbookmark_button.mm298 [[btn cell] mouseExited:theEvent];
321 [[self cell] mouseExited:theEvent];
322 [[insideBtn cell] mouseExited:theEvent];
337 // mouseEntered: and mouseExited: are called from our
346 - (void)mouseExited:(NSEvent*)event {
Dbookmark_button_unittest.mm127 [button mouseExited:moveEvent];
128 [button mouseExited:moveEvent];
/external/chromium/chrome/browser/ui/cocoa/wrench_menu/
Dmenu_tracked_button.mm42 - (void)mouseExited:(NSEvent*)theEvent {
46 [super mouseExited:theEvent];
/external/chromium_org/chrome/browser/ui/cocoa/browser/
Dpassword_generation_bubble_controller.mm81 - (void)mouseExited:(NSEvent*)theEvent
121 - (void)mouseExited:(NSEvent*)theEvent {
122 [[self cell] mouseExited:theEvent inView:self];
189 - (void)mouseExited:(NSEvent*)theEvent
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
Dautocomplete_text_field_cell.h82 - (void)mouseExited:(NSEvent*)theEvent
/external/javassist/sample/duplicate/
DViewer.java41 public void mouseExited(MouseEvent ev) {} in mouseExited() method in Viewer
/external/chromium/chrome/browser/ui/cocoa/extensions/
Dchevron_menu_button_unittest.mm45 [cell mouseExited:nil];

1234