Searched refs:getProperties (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/PowerManagement-494.1.2/ioupsd/
H A DIOUPSPlugIn.h116 IOReturn (*getProperties)( void * thisPointer, \
161 @function getProperties
172 IOReturn (*getProperties)( void * thisPointer,
H A Dupsd.c358 kr = (*upsPlugInInterface)->getProperties(upsPlugInInterface, &upsProperties);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DRuntimeManager.js80 RuntimeAgent.getProperties(objectId, function(error, result) {
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/
H A DInjectedScript.h63 void getProperties(ErrorString*, const String& objectId, bool ownProperties, RefPtr<TypeBuilder::Array<TypeBuilder::Runtime::PropertyDescriptor>>* result);
H A DInjectedScript.cpp112 void InjectedScript::getProperties(ErrorString* errorString, const String& objectId, bool ownProperties, RefPtr<Array<Inspector::TypeBuilder::Runtime::PropertyDescriptor>>* properties) function in class:Inspector::InjectedScript
114 Deprecated::ScriptFunctionCall function(injectedScriptObject(), ASCIILiteral("getProperties"), inspectorEnvironment()->functionCallHandler());
H A DInjectedScriptSource.js224 getProperties: function(objectId, ownProperties) method in class:InjectedScript
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/agents/
H A DInspectorRuntimeAgent.h66 virtual void getProperties(ErrorString*, const String& objectId, const bool* ownProperties, RefPtr<Inspector::TypeBuilder::Array<Inspector::TypeBuilder::Runtime::PropertyDescriptor>>& result, RefPtr<Inspector::TypeBuilder::Array<Inspector::TypeBuilder::Runtime::InternalPropertyDescriptor>>& internalProperties) override final;
H A DInspectorRuntimeAgent.cpp160 void InspectorRuntimeAgent::getProperties(ErrorString* errorString, const String& objectId, const bool* const ownProperties, RefPtr<Inspector::TypeBuilder::Array<Inspector::TypeBuilder::Runtime::PropertyDescriptor>>& result, RefPtr<Inspector::TypeBuilder::Array<Inspector::TypeBuilder::Runtime::InternalPropertyDescriptor>>& internalProperties) function in class:Inspector::InspectorRuntimeAgent
171 injectedScript.getProperties(errorString, objectId, ownProperties ? *ownProperties : false, &result);
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDLib/
H A DIOHIDUPSClass.h175 virtual IOReturn getProperties(
H A DIOHIDUPSClass.cpp503 // getProperties
505 IOReturn IOHIDUPSClass::getProperties(CFDictionaryRef * properties) function in class:IOHIDUPSClass
1499 return getThis(self)->getProperties(properties);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Protocol/
H A DRemoteObject.js155 RuntimeAgent.getProperties(this._objectId, ownProperties, remoteObjectBinder);
/macosx-10.10/vim-55/runtime/autoload/
H A Dphpcomplete.vim5068 \ 'SDO_Model_Type::getProperties(': 'void | array',

Completed in 195 milliseconds