Home
last modified time | relevance | path

Searched refs:locationInWindow (Results 1 – 25 of 42) sorted by relevance

12

/external/chromium_org/ui/app_list/cocoa/
Dapp_list_pager_view.mm24 - (NSInteger)segmentUnderLocation:(NSPoint)locationInWindow;
55 - (NSInteger)findAndHighlightSegmentAtLocation:(NSPoint)locationInWindow {
56 NSInteger segment = [self segmentUnderLocation:locationInWindow];
70 - (NSInteger)segmentUnderLocation:(NSPoint)locationInWindow {
74 NSPoint pointInView = [self convertPoint:locationInWindow
92 [self findAndHighlightSegmentAtLocation:[theEvent locationInWindow]];
103 [self findAndHighlightSegmentAtLocation:[theEvent locationInWindow]];
Dapps_collection_view_drag_manager.mm91 mouseDownLocation_ = [theEvent locationInWindow];
104 NSPoint mouseLocation = [theEvent locationInWindow];
131 NSPoint pointInView = [page convertPoint:[theEvent locationInWindow]
157 currentLocation:[theEvent locationInWindow]
165 [itemDragController_ update:[theEvent locationInWindow]
167 [gridController_ maybeChangePageForPoint:[theEvent locationInWindow]];
Dapps_pagination_model_observer.h22 - (NSInteger)pagerSegmentAtLocation:(NSPoint)locationInWindow;
Dapp_list_pager_view.h39 - (NSInteger)findAndHighlightSegmentAtLocation:(NSPoint)locationInWindow;
Dapps_grid_controller.h87 - (void)maybeChangePageForPoint:(NSPoint)locationInWindow;
Dapps_search_results_controller.mm179 lastMouseDownInView_ = [tableView_ convertPoint:[theEvent locationInWindow]
187 NSPoint pointInView = [tableView_ convertPoint:[event locationInWindow]
287 NSPoint pointInView = [tableView_ convertPoint:[theEvent locationInWindow]
420 NSPoint pointInView = [self convertPoint:[theEvent locationInWindow]
Dapp_list_view_controller.mm302 - (NSInteger)pagerSegmentAtLocation:(NSPoint)locationInWindow {
303 return [pagerControl_ findAndHighlightSegmentAtLocation:locationInWindow];
Dapps_grid_controller.mm264 - (void)maybeChangePageForPoint:(NSPoint)locationInWindow {
265 NSPoint pointInView = [[self view] convertPoint:locationInWindow
280 [paginationObserver_ pagerSegmentAtLocation:locationInWindow];
Dapps_grid_view_item.mm194 NSPoint pointInView = [self convertPoint:[theEvent locationInWindow]
201 NSPoint pointInView = [self convertPoint:[theEvent locationInWindow]
/external/chromium_org/chrome/browser/ui/cocoa/
Ddraggable_button_mixin.mm73 NSPoint viewLocal = [button_ convertPoint:[theEvent locationInWindow]
197 float deltax = [nextEvent locationInWindow].x -
198 [mouseDownEvent locationInWindow].x;
199 float deltay = [nextEvent locationInWindow].y -
200 [mouseDownEvent locationInWindow].y;
257 NSPoint mouseLoc = [button_ convertPoint:[event locationInWindow]
Dclickhold_button_cell.mm89 NSPoint currPoint = [controlView convertPoint:[originalEvent locationInWindow]
109 currPoint = [controlView convertPoint:[event locationInWindow]
/external/chromium_org/chrome/browser/ui/cocoa/panels/
Dmouse_drag_controller.mm35 NSPoint mouseLocation = [event locationInWindow];
63 initialMouseLocation_ = [event locationInWindow];
89 [client_ dragProgress:[event locationInWindow]];
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
Dbrowser_action_button.mm162 NSPoint location = [self convertPoint:[theEvent locationInWindow]
167 dragStartPoint_ = [theEvent locationInWindow];
177 NSPoint currentPoint = [theEvent locationInWindow];
203 NSPoint location = [self convertPoint:[theEvent locationInWindow]
Dbrowser_actions_container_view.mm75 initialDragPoint_ = [self convertPoint:[theEvent locationInWindow]
112 NSPoint location = [self convertPoint:[theEvent locationInWindow]
/external/chromium_org/third_party/skia/src/views/mac/
DSkNSView.mm265 NSPoint p = [event locationInWindow];
280 NSPoint p = [event locationInWindow];
295 NSPoint p = [event locationInWindow];
310 NSPoint p = [event locationInWindow];
/external/skia/src/views/mac/
DSkNSView.mm268 NSPoint p = [event locationInWindow];
283 NSPoint p = [event locationInWindow];
298 NSPoint p = [event locationInWindow];
313 NSPoint p = [event locationInWindow];
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
Dautofill_popup_base_view_cocoa.mm100 NSPoint location = [self convertPoint:[theEvent locationInWindow]
114 NSPoint location = [self convertPoint:[theEvent locationInWindow]
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
Domnibox_popup_matrix.mm174 NSPoint point = [self convertPoint:[theEvent locationInWindow] fromView:nil];
185 NSPoint point = [self convertPoint:[theEvent locationInWindow] fromView:nil];
/external/chromium_org/chrome/browser/ui/cocoa/toolbar/
Dtoolbar_button.mm23 NSPoint mouseLoc = [self convertPoint:[nextEvent locationInWindow]
/external/chromium_org/third_party/WebKit/Source/web/
DPopupContainer.cpp427 IntPoint locationInWindow = m_frameView->contentsToWindow(targetControlRect.location()); in refresh() local
430 locationInWindow.move(0, targetControlRect.height()); in refresh()
432 …ctInScreen = layoutAndCalculateWidgetRect(targetControlRect.height(), IntSize(), locationInWindow); in refresh()
/external/chromium_org/chrome/browser/ui/cocoa/wrench_menu/
Dmenu_tracked_button.mm51 NSPoint point = [self convertPoint:[theEvent locationInWindow] fromView:nil];
/external/chromium_org/chrome/browser/ui/cocoa/tabs/
Dtab_view.mm138 hoverPoint_ = [self convertPoint:[theEvent locationInWindow]
207 mouseDownPoint_ = [theEvent locationInWindow];
243 NSPoint upLocation = [theEvent locationInWindow];
254 [[self superview] convertPoint:[theEvent locationInWindow]
282 [[self superview] convertPoint:[theEvent locationInWindow]
/external/chromium_org/ui/base/cocoa/
Dbase_view.mm56 location:[theEvent locationInWindow]
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_button.mm209 dragMouseOffset_ = [self convertPoint:[event locationInWindow] fromView:nil];
282 NSPoint mouseLoc = [self convertPoint:[theEvent locationInWindow]
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
Dautocomplete_text_field_cell.mm398 [controlView convertPoint:[theEvent locationInWindow] fromView:nil];
467 [controlView convertPoint:[theEvent locationInWindow] fromView:nil];
507 const NSPoint mouseLocation = [[NSApp currentEvent] locationInWindow];
531 const NSPoint mouseLocation = [theEvent locationInWindow];

12