Home
last modified time | relevance | path

Searched refs:num_style_properties (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/accessibility/
Dbrowser_accessibility_win.h356 unsigned short *num_style_properties);
359 unsigned short num_style_properties,
Dbrowser_accessibility_win.cc892 unsigned short *num_style_properties) { in get_computedStyle() argument
903 *num_style_properties = 0; in get_computedStyle()
909 *num_style_properties = 1; in get_computedStyle()
917 unsigned short num_style_properties, in get_computedStyleForProperties() argument
929 for (unsigned short i = 0; i < num_style_properties; i++) { in get_computedStyleForProperties()
/external/chromium_org/content/browser/accessibility/
Dbrowser_accessibility_win.h641 unsigned short *num_style_properties);
644 unsigned short num_style_properties,
Dbrowser_accessibility_win.cc2518 unsigned short *num_style_properties) { in get_computedStyle() argument
2530 *num_style_properties = 0; in get_computedStyle()
2534 *num_style_properties = 1; in get_computedStyle()
2542 unsigned short num_style_properties, in get_computedStyleForProperties() argument
2554 for (unsigned short i = 0; i < num_style_properties; ++i) { in get_computedStyleForProperties()