Home
last modified time | relevance | path

Searched refs:anchorX (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/
DValidationMessageBubble.java46 ContentViewCore contentViewCore, int anchorX, int anchorY, in createAndShow() argument
49 contentViewCore, anchorX, anchorY, anchorWidth, anchorHeight); in createAndShow()
85 int anchorX, int anchorY, int anchorWidth, int anchorHeight) { in setPositionRelativeToAnchor() argument
87 contentViewCore, anchorX, anchorY, anchorWidth, anchorHeight); in setPositionRelativeToAnchor()
94 int anchorX, int anchorY, int anchorWidth, int anchorHeight) { in makePixRectInScreen() argument
98 coordinates.fromLocalCssToPix(anchorX), in makePixRectInScreen()
100 coordinates.fromLocalCssToPix(anchorX + anchorWidth), in makePixRectInScreen()
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
DSelectPopupDropdown.java52 float anchorX = renderCoordinates.fromPixToDip( in SelectPopupDropdown() local
57 renderCoordinates.fromLocalCssToPix(bounds.right)) - anchorX; in SelectPopupDropdown()
60 mDropdownPopupWindow.setAnchorRect(anchorX, anchorY, anchorWidth, anchorHeight); in SelectPopupDropdown()
/external/opencv/cv/src/
Dcvmorph.cpp727 int anchorX, int anchorY, in cvCreateStructuringElementEx() argument
742 (unsigned) anchorX >= (unsigned) cols || in cvCreateStructuringElementEx()
752 element->anchorX = anchorX; in cvCreateStructuringElementEx()
768 shape, cvPoint(anchorX,anchorY))); in cvCreateStructuringElementEx()
879 el_anchor = cvPoint( element->anchorX, element->anchorY ); in icvMorphOp()
/external/chromium_org/chrome/browser/ui/cocoa/profiles/
Davatar_base_controller.mm173 int anchorX = switches::IsNewAvatarMenu() ?
176 NSPoint point = NSMakePoint(anchorX,
/external/chromium_org/content/browser/renderer_host/input/
Dgesture_event_queue_unittest.cc103 float anchorX, in SimulateGesturePinchUpdateEvent() argument
108 anchorX, in SimulateGesturePinchUpdateEvent()
Dinput_router_impl_unittest.cc227 float anchorX, in SimulateGesturePinchUpdateEvent() argument
232 scale, anchorX, anchorY, modifiers, sourceDevice)); in SimulateGesturePinchUpdateEvent()
/external/opencv/cxcore/include/
Dcxtypes.h416 int anchorX; member
427 int anchorX; member
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DLayerTreeModel.js704 this._layerPayload.anchorX || 0,
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_aura_unittest.cc504 float anchorX, in SimulateGesturePinchUpdateEvent() argument
509 anchorX, in SimulateGesturePinchUpdateEvent()
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DContentViewCore.java3029 float anchorX, float anchorY, float deltaScale);