native_backend_gnome_x_unittest.cc | 27 // Keyring API that we actually use. It gets substituted for the real one by 29 // the GNOME Keyring library at runtime to avoid a static dependency on it. 33 MockKeyringItem(const char* keyring, 36 : keyring(keyring ? keyring : "login"), 62 // The real GNOME Keyring doesn't match empty queries. 72 std::string keyring; member in struct:__anon5329::MockKeyringItem 79 // The list of all keyring items we have stored. 98 const gchar* keyring, [all...] |