HomeSort by relevance Sort by last modified time
    Searched refs:attribute_index (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/
keychain_mock_mac.cc 81 int attribute_index = -1; local
84 attribute_index = i;
88 if (attribute_index == -1) {
92 return &(attribute_list.attr[attribute_index]);
  /external/chromium_org/crypto/
mock_apple_keychain_mac.cc 86 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/
panel_view.h 178 // the attibute denoted by |attribute_index|. This is used to update the style
180 void UpdateWindowAttribute(int attribute_index,
panel_view.cc     [all...]

Completed in 53 milliseconds