Searched refs:propertyValues (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/accessibility/atk/
H A DAXObjectCacheAtk.cpp160 AtkPropertyValues propertyValues;
161 propertyValues.property_name = "accessible-value";
163 memset(&propertyValues.new_value, 0, sizeof(GValue));
164 atk_value_get_current_value(ATK_VALUE(axObject), &propertyValues.new_value);
166 g_signal_emit_by_name(ATK_OBJECT(axObject), "property-change::accessible-value", &propertyValues, NULL); local
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextd_request.c72 CFArrayRef propertyValues,
185 CFArrayRef propertyValues = NULL; // must release local
214 /* forceUpdate? */ FALSE, &propertyValues)) {
216 result = sendPropertyValueResponse(propertyValues,
223 SAFE_RELEASE(propertyValues);
236 CFArrayRef propertyValues,
245 propertyValues, kCFPropertyListBinaryFormat_v1_0,
235 sendPropertyValueResponse( CFArrayRef propertyValues, char ** xml_data_out, int * xml_data_length) argument
/macosx-10.9.5/vim-53/runtime/syntax/
H A Ddtml.vim92 syn keyword dtmlAttribute propertyValues PROPFIND PROPPATCH PUT query_day query_month QUERY_STRING contained

Completed in 99 milliseconds