Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/accessibility/
Dbrowser_accessibility_win.cc890 BSTR *style_properties, in get_computedStyle() argument
896 if (!style_properties || !style_values) in get_computedStyle()
910 style_properties[0] = SysAllocString(L"display"); in get_computedStyle()
919 BSTR* style_properties, in get_computedStyleForProperties() argument
924 if (!style_properties || !style_values) in get_computedStyleForProperties()
930 string16 name = (LPCWSTR)style_properties[i]; in get_computedStyleForProperties()
Dbrowser_accessibility_win.h354 BSTR *style_properties,
361 BSTR* style_properties,
/external/chromium_org/content/browser/accessibility/
Dbrowser_accessibility_win.h639 BSTR *style_properties,
646 BSTR* style_properties,
Dbrowser_accessibility_win.cc2516 BSTR* style_properties, in get_computedStyle() argument
2522 if (!style_properties || !style_values) in get_computedStyle()
2535 style_properties[0] = SysAllocString(L"display"); in get_computedStyle()
2544 BSTR* style_properties, in get_computedStyleForProperties() argument
2549 if (!style_properties || !style_values) in get_computedStyleForProperties()
2555 base::string16 name = (LPCWSTR)style_properties[i]; in get_computedStyleForProperties()