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

/external/chromium/chrome/browser/accessibility/
H A Dbrowser_accessibility_win.cc892 unsigned short *num_style_properties) {
903 *num_style_properties = 0;
909 *num_style_properties = 1;
917 unsigned short num_style_properties,
929 for (unsigned short i = 0; i < num_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
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_win.cc2518 unsigned short *num_style_properties) {
2530 *num_style_properties = 0;
2534 *num_style_properties = 1;
2542 unsigned short num_style_properties,
2554 for (unsigned short i = 0; i < num_style_properties; ++i) {
2513 get_computedStyle( unsigned short max_style_properties, boolean use_alternate_view, BSTR* style_properties, BSTR* style_values, unsigned short *num_style_properties) argument
2541 get_computedStyleForProperties( unsigned short num_style_properties, boolean use_alternate_view, BSTR* style_properties, BSTR* style_values) argument

Completed in 477 milliseconds