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

  /external/chromium/chrome/browser/
keychain_mock_mac.h 101 const bool negative_item; member in struct:MockKeychain::KeychainTestData
keychain_mock_mac.cc 438 SetTestDataNegativeItem(index, item_data.negative_item);
  /external/chromium_org/crypto/
mock_apple_keychain.h 117 const bool negative_item; member in struct:crypto::MockAppleKeychain::KeychainTestData
mock_apple_keychain_mac.cc 506 SetTestDataNegativeItem(key, item_data.negative_item);
  /external/chromium/chrome/browser/password_manager/
password_store_mac.cc 318 Boolean negative_item = *(static_cast<Boolean*>(attr.data));
319 if (negative_item) {
    [all...]
  /external/chromium_org/chrome/browser/password_manager/
password_store_mac.cc 321 Boolean negative_item = *(static_cast<Boolean*>(attr.data)); local
322 if (negative_item) {
    [all...]

Completed in 637 milliseconds