#include "sbSelectionListUtils.h"
#include <nsTArray.h>
#include <nsIObjectOutputStream.h>
Go to the source code of this file.
PLDHashOperator PR_CALLBACK SB_CopySelectionListCallback |
( |
nsStringHashKey::KeyType |
aKey, |
|
|
nsString |
aEntry, |
|
|
void * |
aUserData |
|
) |
| |
PLDHashOperator PR_CALLBACK SB_SelectionListGuidsToTArrayCallback |
( |
nsStringHashKey::KeyType |
aKey, |
|
|
nsString |
aEntry, |
|
|
void * |
aUserData |
|
) |
| |
PLDHashOperator PR_CALLBACK SB_SerializeSelectionListCallback |
( |
nsStringHashKey::KeyType |
aKey, |
|
|
nsString |
aEntry, |
|
|
void * |
aUserData |
|
) |
| |