Searched defs:style_properties (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/accessibility/
H A Dbrowser_accessibility_win.cc890 BSTR *style_properties,
896 if (!style_properties || !style_values)
910 style_properties[0] = SysAllocString(L"display");
919 BSTR* style_properties,
924 if (!style_properties || !style_values)
930 string16 name = (LPCWSTR)style_properties[i];
887 get_computedStyle( unsigned short max_style_properties, boolean use_alternate_view, BSTR *style_properties, BSTR *style_values, unsigned short *num_style_properties) argument
916 get_computedStyleForProperties( unsigned short num_style_properties, boolean use_alternate_view, BSTR* style_properties, BSTR* style_values) argument

Completed in 38 milliseconds