Searched refs:getProperty (Results 76 - 100 of 149) sorted by relevance

123456

/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DJSNPObject.cpp429 if (!thisObj->m_npObject->_class->getProperty)
435 // Calling NPClass::getProperty will call into plug-in code, and there's no telling what the plug-in can do.
444 returnValue = thisObj->m_npObject->_class->getProperty(thisObj->m_npObject, npIdentifier, &result);
H A DNPJSObject.cpp162 bool NPJSObject::getProperty(NPIdentifier propertyName, NPVariant* result) function in class:WebKit::NPJSObject
360 return toNPJSObject(npObject)->getProperty(propertyName, result);
/macosx-10.10.1/vim-55/runtime/syntax/
H A Djsp.vim45 syn keyword jspCommandName contained include forward getProperty plugin setProperty useBean param params fallback
/macosx-10.10.1/AppleRAID-4.0.6/
H A DAppleRAIDMember.cpp839 return OSDynamicCast(OSString, arTarget->getProperty(kIOBSDNameKey));
985 props->setObject(kAppleRAIDMemberStatusKey, getProperty(kAppleRAIDMemberStatusKey));
986 props->setObject(kAppleRAIDRebuildStatus, getProperty(kAppleRAIDRebuildStatus));
1036 OSString *oldStatusString = OSDynamicCast(OSString, getProperty(kAppleRAIDMemberStatusKey));
H A DAppleLVMVolume.cpp208 const OSMetaClassBase * name = getProperty(kIOBSDNameKey);
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCWCM/Classes/
H A DAppleUSBCDCWCM.cpp90 OSBoolean *boolObj = OSDynamicCast(OSBoolean, provider->getProperty("kDoNotClassMatchThisInterface"));
/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DEvolveTestBase.java272 (System.getProperty("testevolvedir"),
H A DSequenceTest.java40 envHome = new File(System.getProperty(SharedTestUtils.DEST_DIR));
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Ducaconf.cpp185 UBool withSortKeys = getProperty("ucaconfnosortkeys") == NULL;
H A Dintltest.h276 virtual const char* getProperty(const char* prop);
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireLocalNode.cpp331 desiredChild = matchingNub->getProperty( "IODesiredChild" );
/macosx-10.10.1/IOFireWireIP-226.2/KernelSource/IONetworkingFamily/
H A DIOFWController.cpp139 dict = OSDynamicCast(OSDictionary, getProperty(kIOPacketFilters));
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DAppleEmbeddedKeyboard.cpp363 if ( getProperty(kNumLockKeyboardUsageMapKey) ) {
H A DIOHIDConsumer.cpp427 if (!device->getProperty(kIOHIDKeyboardSupportedModifiersKey))
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDDeviceShim.cpp54 if (_hiDevice->getProperty(kIOHIDVirtualHIDevice) == kOSBooleanTrue)
H A DIOHIPointing.cpp306 if (!getProperty(kIOHIDPointerAccelerationTypeKey))
309 if (!getProperty(kIOHIDScrollAccelerationTypeKey))
312 if (!getProperty(kIOHIDDisallowRemappingOfPrimaryClickKey))
313 if (provider->getProperty(kIOHIDDisallowRemappingOfPrimaryClickKey))
314 setProperty(kIOHIDDisallowRemappingOfPrimaryClickKey, provider->getProperty(kIOHIDDisallowRemappingOfPrimaryClickKey));
795 if (useParametric && getProperty(kHIDAccelParametricCurvesDebugKey, gIOServicePlane)) {
1503 if (getProperty(kIOHIDPointerButtonCountKey))
1516 _buttonMode = (getProperty(kIOHIDDisallowRemappingOfPrimaryClickKey) == kOSBooleanTrue) ? _buttonMode : NX_LeftButton;
1521 _buttonMode = (getProperty(kIOHIDDisallowRemappingOfPrimaryClickKey) == kOSBooleanTrue) ? _buttonMode : value;
/macosx-10.10.1/IONetworkingFamily-101/
H A DIOEthernetController.cpp135 dict = OSDynamicCast(OSDictionary, getProperty(kIOPacketFilters));
H A DIONetworkStack.cpp405 if (netif->getProperty(_noBSDAttachSymbol) == kOSBooleanTrue)
421 if (netif->getProperty(_noBSDAttachSymbol) == kOSBooleanTrue)
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DHierarchicalPathComponent.js163 var maxWidth = this._element.style.getProperty("width");
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/python/
H A DPyRowRef.cpp68 PyProperty *p = o->getProperty(nm);
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp1659 if ((num = OSDynamicCast(OSNumber, fb->__private->display->getProperty(kDisplayVendorID))))
1661 if ((num = OSDynamicCast(OSNumber, fb->__private->display->getProperty(kDisplayProductID))))
1663 if ((num = OSDynamicCast(OSNumber, fb->__private->display->getProperty(kDisplaySerialNumber))))
4129 && (num = OSDynamicCast(OSNumber, getPMRootDomain()->getProperty(kIOHibernateModeKey)))
4156 (kOSBooleanFalse == getPMRootDomain()->getProperty(kIOPMUserTriggeredFullWakeKey))
4204 IORegistryEntry::getRegistryRoot()->getProperty(kIOConsoleLockedKey));
5065 && (stateData = OSDynamicCast(OSData, getPMRootDomain()->getProperty(kIOHibernateStateKey))))
5070 num = OSDynamicCast(OSNumber, getPMRootDomain()->getProperty(kIOHibernateOptionsKey));
5084 data = OSDynamicCast(OSData, getPMRootDomain()->getProperty(kIOHibernateGfxStatusKey));
6406 if ((data = OSDynamicCast(OSData, service->getProperty("vendo
[all...]
/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOFDiskPartitionScheme.cpp487 /* instance */ getProperty(kIOFDiskPartitionSchemeContentTable) );
/macosx-10.10.1/IOUSBMassStorageClass-370.0.4/
H A DIOUFIStorageServices.cpp120 scsiCharacterDict = OSDynamicCast ( OSDictionary, fProvider->getProperty( kIOPropertySCSIDeviceCharacteristicsKey ) );
/macosx-10.10.1/libxml2-26/libxml2/python/
H A Ddrv_libxml2.py348 def getProperty(self, name): member in class:LibXml2Reader
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/Java/
H A DDNSSDUnitTest.java82 System.out.println( "Running DNSSD unit test for " + System.getProperty( "user.name"));

Completed in 388 milliseconds

123456