/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 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/ |
D | SelectPopupDropdown.java | 52 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/ |
D | cvmorph.cpp | 727 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/ |
D | avatar_base_controller.mm | 173 int anchorX = switches::IsNewAvatarMenu() ? 176 NSPoint point = NSMakePoint(anchorX,
|
/external/chromium_org/content/browser/renderer_host/input/ |
D | gesture_event_queue_unittest.cc | 103 float anchorX, in SimulateGesturePinchUpdateEvent() argument 108 anchorX, in SimulateGesturePinchUpdateEvent()
|
D | input_router_impl_unittest.cc | 227 float anchorX, in SimulateGesturePinchUpdateEvent() argument 232 scale, anchorX, anchorY, modifiers, sourceDevice)); in SimulateGesturePinchUpdateEvent()
|
/external/opencv/cxcore/include/ |
D | cxtypes.h | 416 int anchorX; member 427 int anchorX; member
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
D | LayerTreeModel.js | 704 this._layerPayload.anchorX || 0,
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_widget_host_view_aura_unittest.cc | 504 float anchorX, in SimulateGesturePinchUpdateEvent() argument 509 anchorX, in SimulateGesturePinchUpdateEvent()
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
D | ContentViewCore.java | 3029 float anchorX, float anchorY, float deltaScale);
|