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

/external/chromium_org/crypto/
H A Dmock_apple_keychain_mac.cc86 int attribute_index = -1; local
89 attribute_index = i;
93 if (attribute_index == -1) {
97 return &(attribute_list.attr[attribute_index]);
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_view.h173 // the attibute denoted by |attribute_index|. This is used to update the style
175 void UpdateWindowAttribute(int attribute_index,
H A Dpanel_view.cc1130 void PanelView::UpdateWindowAttribute(int attribute_index, argument
1135 int value = ::GetWindowLong(native_window, attribute_index);
1142 ::SetWindowLong(native_window, attribute_index, expected_value);

Completed in 152 milliseconds