Searched refs:locationInWindow (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/app_list/cocoa/
H A Dapps_pagination_model_observer.h21 // Return a pager segment at |locationInWindow| or -1 if there is none.
22 - (NSInteger)pagerSegmentAtLocation:(NSPoint)locationInWindow;
H A Dapp_list_pager_view.h37 // Returns -1 if |locationInWindow| is not over a segment. Otherwise returns the
39 - (NSInteger)findAndHighlightSegmentAtLocation:(NSPoint)locationInWindow;
H A Dapps_grid_controller.h88 // Start a timer to scroll to a new page, if |locationInWindow| is to the left
91 - (void)maybeChangePageForPoint:(NSPoint)locationInWindow;
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupContainer.cpp410 IntPoint locationInWindow = m_frameView->contentsToWindow(targetControlRect.location()); local
413 locationInWindow.move(0, targetControlRect.height());
415 IntRect widgetRectInScreen = layoutAndCalculateWidgetRect(targetControlRect.height(), IntSize(), locationInWindow);
/external/chromium_org/third_party/WebKit/Source/web/mac/
H A DWebInputEventFactory.mm556 NSPoint windowLocal = [event locationInWindow];

Completed in 903 milliseconds