HomeSort by relevance Sort by last modified time
    Searched defs:PRStatus (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/importer/
nss_decryptor_mac.h 92 typedef enum { PR_FAILURE = -1, PR_SUCCESS = 0 } PRStatus;
107 typedef PRStatus (*PRCleanupFunc)(void);
nss_decryptor_win.h 90 typedef enum { PR_FAILURE = -1, PR_SUCCESS = 0 } PRStatus;
105 typedef PRStatus (*PRCleanupFunc)(void);
  /external/chromium/base/third_party/nspr/
prtypes.h 474 typedef enum { PR_FAILURE = -1, PR_SUCCESS = 0 } PRStatus;

Completed in 77 milliseconds