/external/chromium_org/components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ |
D | ValidationMessageBubble.java | 46 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 99 coordinates.fromLocalCssToPix(anchorY) + yOffset, in makePixRectInScreen() 101 coordinates.fromLocalCssToPix(anchorY + anchorHeight) + yOffset); in makePixRectInScreen()
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/ |
D | SelectPopupDropdown.java | 54 float anchorY = renderCoordinates.fromPixToDip( in SelectPopupDropdown() local 59 renderCoordinates.fromLocalCssToPix(bounds.bottom)) - anchorY; in SelectPopupDropdown() 60 mDropdownPopupWindow.setAnchorRect(anchorX, anchorY, anchorWidth, anchorHeight); in SelectPopupDropdown()
|
/external/opencv/cv/src/ |
D | cvmorph.cpp | 727 int anchorX, int anchorY, in cvCreateStructuringElementEx() argument 743 (unsigned) anchorY >= (unsigned) rows ) in cvCreateStructuringElementEx() 753 element->anchorY = anchorY; in cvCreateStructuringElementEx() 768 shape, cvPoint(anchorX,anchorY))); in cvCreateStructuringElementEx() 879 el_anchor = cvPoint( element->anchorX, element->anchorY ); in icvMorphOp()
|
/external/chromium_org/content/browser/renderer_host/input/ |
D | gesture_event_queue_unittest.cc | 104 float anchorY, in SimulateGesturePinchUpdateEvent() argument 109 anchorY, in SimulateGesturePinchUpdateEvent()
|
D | input_router_impl_unittest.cc | 228 float anchorY, in SimulateGesturePinchUpdateEvent() argument 232 scale, anchorX, anchorY, modifiers, sourceDevice)); in SimulateGesturePinchUpdateEvent()
|
/external/opencv/cxcore/include/ |
D | cxtypes.h | 417 int anchorY; member 428 int anchorY; member
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
D | LayerTreeModel.js | 705 this._layerPayload.anchorY || 0,
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_widget_host_view_aura_unittest.cc | 505 float anchorY, in SimulateGesturePinchUpdateEvent() argument 510 anchorY, in SimulateGesturePinchUpdateEvent()
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
D | ContentViewCore.java | 3029 float anchorX, float anchorY, float deltaScale);
|