Searched refs:pointValue (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DWKAccessibilityWebPageObject.mm203 NSPoint point = [self _convertScreenPointToRootView:[(NSValue *)parameter pointValue]];
230 NSPoint remotePosition = [[self accessibilityAttributeValue:NSAccessibilityPositionAttribute] pointValue];
H A DWKAccessibilityWebPageObjectMac.mm170 NSPoint point = [self convertScreenPointToRootView:[(NSValue *)parameter pointValue]];
H A DPlatformCAAnimationRemote.h217 const WebCore::FloatPoint3D& pointValue() const function in class:WebKit::final::KeyframeValue
H A DPlatformCAAnimationRemote.mm684 FloatPoint3D point = keyframeValue.pointValue();
/macosx-10.10/cddafs-253/FilesystemProber/
H A Dcddafs_util.cpp1228 SInt16 pointValue; local
1231 pointValue = trackDescriptorPtr->point;
1233 if ( pointValue == 0x00A0 )
1272 if ( pointValue == 0x00A1 )
1291 if ( pointValue == 0x00A2 )
1315 if ( pointValue > 0x63 )
1331 &pointValue );
1344 DebugLog ( ( "track = %d, blockAddress = %d\n", pointValue, ( int ) blockAddress ) );
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsgeometry.py104 w = v.pointValue()
123 self.failUnlessResultHasType(NSValue.pointValue, NSPoint.__typestr__)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsgeometry.py97 w = v.pointValue()
116 self.assertResultHasType(NSValue.pointValue, NSPoint.__typestr__)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nsgeometry.py98 w = v.pointValue()
117 self.assertResultHasType(NSValue.pointValue, NSPoint.__typestr__)
/macosx-10.10/WebCore-7600.1.25/platform/ios/
H A DPlatformEventFactoryIOS.mm243 IntPoint location = IntPoint([(NSValue *)[event.touchLocations objectAtIndex:i] pointValue]);
H A DWebEvent.mm302 CGPoint point = [value pointValue];
/macosx-10.10/WebKit2-7600.1.25/Shared/mac/
H A DRemoteLayerTreeTransaction.mm837 ts << value.pointValue();
/macosx-10.10/WebCore-7600.1.25/accessibility/mac/
H A DWebAccessibilityObjectWrapperMac.mm3463 point = [(NSValue*)parameter pointValue];
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/mac/
H A DWKView.mm475 accessibilityPosition = [[self accessibilityAttributeValue:NSAccessibilityPositionAttribute] pointValue];

Completed in 418 milliseconds