OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:convertpoint
(Results
1 - 25
of
88
) sorted by null
1
2
3
4
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_unittest_helper.mm
49
center = [[self superview]
convertPoint
:center toView:nil];
56
top = [[self superview]
convertPoint
:top toView:nil];
63
bottom = [[self superview]
convertPoint
:bottom toView:nil];
70
left = [[self superview]
convertPoint
:left toView:nil];
77
right = [[self superview]
convertPoint
:right toView:nil];
bookmark_button.mm
113
point = [self
convertPoint
:point toView:nil];
274
NSPoint mouseLoc = [self
convertPoint
:[theEvent locationInWindow]
/external/bouncycastle/src/main/java/org/bouncycastle/jce/spec/
ECNamedCurveSpec.java
49
private static ECPoint
convertPoint
(
61
super(convertCurve(curve, null),
convertPoint
(g), n, 1);
84
super(convertCurve(curve, null),
convertPoint
(g), n, h.intValue());
109
super(convertCurve(curve, seed),
convertPoint
(g), n, h.intValue());
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/mac/
ConvertPoint.cpp
31
class
ConvertPoint
: public PluginTest {
33
ConvertPoint
(NPP npp, const string& identifier)
81
static PluginTest::Register<
ConvertPoint
>
convertPoint
("convert-point");
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/asymmetric/ec/
EC5Util.java
102
convertPoint
(curve, ecSpec.getGenerator(), withCompression),
108
public static org.bouncycastle.math.ec.ECPoint
convertPoint
(
113
return
convertPoint
(convertCurve(ecSpec.getCurve()), point, withCompression);
116
public static org.bouncycastle.math.ec.ECPoint
convertPoint
(
KeyPairGenerator.java
146
ECPoint g = EC5Util.
convertPoint
(curve, p.getGenerator(), false);
236
ECPoint g = EC5Util.
convertPoint
(curve, p.getGenerator(), false);
/external/chromium/chrome/browser/ui/cocoa/
background_gradient_view.mm
50
[self
convertPoint
:NSMakePoint(0, winHeight - kToolbarTopOffset)
54
endPoint = [self
convertPoint
:endPoint fromView:nil];
url_drop_target.mm
50
NSPoint hoverPoint = [view_
convertPoint
:[sender draggingLocation]
69
[view_
convertPoint
:[sender draggingLocation] fromView:nil];
new_tab_button.mm
29
NSPoint localPoint = [self
convertPoint
:point fromView:[self superview]];
hover_button.mm
91
mouseLoc = [self
convertPoint
:mouseLoc fromView:nil];
clickhold_button_cell.mm
82
NSPoint currPoint = [controlView
convertPoint
:[originalEvent locationInWindow]
102
currPoint = [controlView
convertPoint
:[event locationInWindow]
draggable_button.mm
147
NSPoint viewLocal = [self
convertPoint
:[theEvent locationInWindow]
169
NSPoint mouseLoc = [self
convertPoint
:[theEvent locationInWindow]
profile_menu_button.mm
157
NSPoint viewPoint = [self
convertPoint
:aPoint fromView:[self superview]];
335
return [self
convertPoint
:menuPos toView:nil];
/external/chromium/chrome/browser/ui/cocoa/download/
download_shelf_view.mm
43
NSPoint startPoint = [self
convertPoint
:NSMakePoint(0, 0) fromView:nil];
45
[self
convertPoint
:NSMakePoint(0, [self frame].size.height)
/external/chromium/chrome/browser/ui/cocoa/extensions/
browser_actions_container_view.mm
76
initialDragPoint_ = [self
convertPoint
:[theEvent locationInWindow]
113
NSPoint location = [self
convertPoint
:[theEvent locationInWindow]
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
web_contents_drag_source.mm
108
NSPoint localPoint = [contentsView_
convertPoint
:screenPoint fromView: nil];
122
NSPoint localPoint = [contentsView_
convertPoint
:screenPoint fromView:nil];
/external/chromium/chrome/browser/ui/cocoa/wrench_menu/
menu_tracked_button.mm
52
NSPoint point = [self
convertPoint
:[theEvent locationInWindow] fromView:nil];
94
point = [self
convertPoint
:point fromView:nil];
/external/chromium/chrome/browser/ui/cocoa/toolbar/
toolbar_button.mm
58
NSPoint mouseLoc = [self
convertPoint
:[theEvent locationInWindow]
/external/chromium/chrome/browser/speech/
speech_input_bubble_mac.mm
71
anchor = [view
convertPoint
:anchor toView:nil];
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
main.m
231
[obj->controllerLayer handleMouseDown:[obj->rootLayer
convertPoint
:point toLayer:obj->controllerLayer]];
257
[obj->controllerLayer handleMouseUp:[obj->rootLayer
convertPoint
:point toLayer:obj->controllerLayer]];
269
[obj->controllerLayer handleMouseDragged:[obj->rootLayer
convertPoint
:point toLayer:obj->controllerLayer]];
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JCEECPublicKey.java
78
this.q = EC5Util.
convertPoint
(ecSpec, spec.getW(), false);
181
this.q = EC5Util.
convertPoint
(this.ecSpec, key.getW(), false);
351
// EC5Util.
convertPoint
(curve, ecSpec.getGenerator(), withCompression),
391
EC5Util.
convertPoint
(curve, ecSpec.getGenerator(), withCompression),
/external/chromium/chrome/browser/ui/cocoa/location_bar/
location_bar_view_mac.mm
377
return [field_
convertPoint
:bubble_point toView:nil];
447
return [field_
convertPoint
:point toView:nil];
456
return [field_
convertPoint
:point toView:nil];
463
return [field_
convertPoint
:point toView:nil];
autocomplete_text_field_cell.mm
288
[controlView
convertPoint
:[theEvent locationInWindow] fromView:nil];
348
[controlView
convertPoint
:[theEvent locationInWindow] fromView:nil];
/external/webkit/Source/WebCore/platform/mac/
PlatformMouseEventMac.mm
94
location = [windowView
convertPoint
:location fromView:nil];
WidgetMac.mm
401
return IntPoint([rootWidget->platformWidget()
convertPoint
:point toView:nil]);
412
return IntPoint([rootWidget->platformWidget()
convertPoint
:point fromView:nil]);
Completed in 443 milliseconds
1
2
3
4