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

  /external/chromium_org/base/third_party/nspr/
prtime.h 69 typedef enum { PR_FAILURE = -1, PR_SUCCESS = 0 } PRStatus;
247 BASE_EXPORT PRStatus PR_ParseTimeString (
  /external/chromium_org/chrome/utility/importer/
nss_decryptor_mac.h 93 typedef enum { PR_FAILURE = -1, PR_SUCCESS = 0 } PRStatus;
108 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_org/third_party/npapi/npspy/extern/nspr/
prtypes.h 445 typedef enum { PR_FAILURE = -1, PR_SUCCESS = 0 } PRStatus;

Completed in 68 milliseconds