Lines Matching refs:NS_IMETHODIMP

406 NS_IMETHODIMP nsRegistry::Open( nsIFile *regFile ) {
516 NS_IMETHODIMP nsRegistry::OpenWellKnownRegistry( nsWellKnownRegistry regid )
590 NS_IMETHODIMP nsRegistry::OpenDefault() {
598 NS_IMETHODIMP nsRegistry::Close() {
614 NS_IMETHODIMP nsRegistry::Flush() {
627 NS_IMETHODIMP nsRegistry::IsOpen( PRBool *result ) {
637 NS_IMETHODIMP nsRegistry::AddKey( nsRegistryKey baseKey, const PRUnichar *keyname, nsRegistryKey *_retval)
648 NS_IMETHODIMP nsRegistry::GetKey(nsRegistryKey baseKey, const PRUnichar *keyname, nsRegistryKey *_retval)
659 NS_IMETHODIMP nsRegistry::RemoveKey(nsRegistryKey baseKey, const PRUnichar *keyname)
667 NS_IMETHODIMP nsRegistry::GetString(nsRegistryKey baseKey, const PRUnichar *valname, PRUnichar **_retval)
689 NS_IMETHODIMP nsRegistry::SetString(nsRegistryKey baseKey, const PRUnichar *valname, const PRUnichar *value)
703 NS_IMETHODIMP nsRegistry::GetStringUTF8( nsRegistryKey baseKey, const char *path, char **result ) {
769 NS_IMETHODIMP
796 NS_IMETHODIMP nsRegistry::SetStringUTF8( nsRegistryKey baseKey, const char *path, const char *value ) {
810 NS_IMETHODIMP nsRegistry::GetBytesUTF8( nsRegistryKey baseKey, const char *path, PRUint32* length, PRUint8** result) {
894 NS_IMETHODIMP
933 NS_IMETHODIMP nsRegistry::GetInt( nsRegistryKey baseKey, const char *path, PRInt32 *result ) {
969 NS_IMETHODIMP nsRegistry::GetLongLong( nsRegistryKey baseKey, const char *path, PRInt64 *result ) {
985 NS_IMETHODIMP nsRegistry::SetBytesUTF8( nsRegistryKey baseKey, const char *path, PRUint32 length, PRUint8* value) {
1003 NS_IMETHODIMP nsRegistry::SetInt( nsRegistryKey baseKey, const char *path, PRInt32 value ) {
1023 NS_IMETHODIMP nsRegistry::SetLongLong( nsRegistryKey baseKey, const char *path, PRInt64* value ) {
1043 NS_IMETHODIMP nsRegistry::AddSubtree( nsRegistryKey baseKey, const char *path, nsRegistryKey *result ) {
1056 NS_IMETHODIMP nsRegistry::AddSubtreeRaw( nsRegistryKey baseKey, const char *path, nsRegistryKey *result ) {
1070 NS_IMETHODIMP nsRegistry::RemoveSubtree( nsRegistryKey baseKey, const char *path ) {
1127 NS_IMETHODIMP nsRegistry::RemoveSubtreeRaw( nsRegistryKey baseKey, const char *keyname ) {
1179 NS_IMETHODIMP nsRegistry::GetSubtree( nsRegistryKey baseKey, const char *path, nsRegistryKey *result ) {
1200 NS_IMETHODIMP nsRegistry::GetSubtreeRaw( nsRegistryKey baseKey, const char *path, nsRegistryKey *result ) {
1225 NS_IMETHODIMP nsRegistry::EnumerateSubtrees( nsRegistryKey baseKey, nsIEnumerator **result ) {
1248 NS_IMETHODIMP nsRegistry::EnumerateAllSubtrees( nsRegistryKey baseKey, nsIEnumerator **result ) {
1272 NS_IMETHODIMP nsRegistry::GetValueType( nsRegistryKey baseKey, const char *path, PRUint32 *result ) {
1298 NS_IMETHODIMP nsRegistry::GetValueLength( nsRegistryKey baseKey, const char *path, PRUint32 *result ) {
1323 NS_IMETHODIMP nsRegistry::DeleteValue( nsRegistryKey baseKey, const char *path)
1339 NS_IMETHODIMP nsRegistry::EnumerateValues( nsRegistryKey baseKey, nsIEnumerator **result ) {
1361 NS_IMETHODIMP nsRegistry::GetCurrentUserName( char **result ) {
1381 NS_IMETHODIMP nsRegistry::SetCurrentUserName( const char *name ) {
1396 NS_IMETHODIMP nsRegistry::Pack() {
1415 NS_IMETHODIMP nsRegistry::EscapeKey(PRUint8* key, PRUint32 termination, PRUint32* length, PRUint8** escaped)
1482 NS_IMETHODIMP nsRegistry::UnescapeKey(PRUint8* escaped, PRUint32 termination, PRUint32* length, PRUint8** key)
1605 NS_IMETHODIMP
1627 NS_IMETHODIMP
1647 NS_IMETHODIMP nsRegSubtreeEnumerator::advance() {
1667 NS_IMETHODIMP
1688 NS_IMETHODIMP
1701 NS_IMETHODIMP
1721 NS_IMETHODIMP
1742 NS_IMETHODIMP nsRegValueEnumerator::advance() {
1792 NS_IMETHODIMP nsRegistryNode::GetName( PRUnichar **result ) {
1804 NS_IMETHODIMP nsRegistryNode::GetNameUTF8( char **result ) {
1816 NS_IMETHODIMP nsRegistryNode::GetKey( nsRegistryKey *r_key ) {
1848 NS_IMETHODIMP nsRegistryValue::GetName( PRUnichar **result ) {
1872 NS_IMETHODIMP nsRegistryValue::GetNameUTF8( char **result ) {
1898 NS_IMETHODIMP nsRegistryValue::GetType( PRUint32 *result ) {
1920 NS_IMETHODIMP nsRegistryValue::GetLength( PRUint32 *result ) {
1961 NS_IMETHODIMP