Searched refs:HashKeyString (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/webpositive/support/
H A DHashKeys.h80 struct HashKeyString { struct in namespace:BPrivate
81 HashKeyString() {} function in struct:BPrivate::HashKeyString
82 HashKeyString(const BString& value) : value(value) {} function in struct:BPrivate::HashKeyString
83 HashKeyString(const char* string) : value(string) {} function in struct:BPrivate::HashKeyString
101 HashKeyString operator=(const HashKeyString& other)
107 bool operator==(const HashKeyString& other) const
112 bool operator!=(const HashKeyString& other) const
122 using BPrivate::HashKeyString;
/haiku/src/apps/webpositive/
H A DCredentialsStorage.h51 bool Contains(const HashKeyString& key);
52 status_t PutCredentials(const HashKeyString& key,
54 Credentials GetCredentials(const HashKeyString& key);
66 typedef HashMap<HashKeyString, Credentials> CredentialMap;
H A DCredentialsStorage.cpp161 CredentialsStorage::Contains(const HashKeyString& key)
170 CredentialsStorage::PutCredentials(const HashKeyString& key,
180 CredentialsStorage::GetCredentials(const HashKeyString& key)
H A DBrowserWindow.cpp1816 HashKeyString key(message);

Completed in 93 milliseconds