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

  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npapi.h 227 typedef unsigned char NPBool;
488 NPBool pluginPrinted;/* Set TRUE if plugin handled fullscreen printing */
489 NPBool printOne; /* TRUE if plugin should print one copy to default printer */
690 NPStream* stream, NPBool seekable,
720 const char* buf, NPBool file,
724 const char* buf, NPBool file);
735 void NP_LOADDS NPN_ReloadPlugins(NPBool reloadPages);
746 bool NP_LOADDS NPN_PushPopupsEnabledState(NPP instance, NPBool enabled);
  /external/chromium_org/third_party/npapi/bindings/
npapi.h 184 typedef unsigned char NPBool;
522 NPBool pluginPrinted;/* Set TRUE if plugin handled fullscreen printing */
523 NPBool printOne; /* TRUE if plugin should print one copy to default
682 NPBool isARepeat;
693 NPBool hasFocus;
833 NPStream* stream, NPBool seekable,
848 NPBool NP_LOADDS NPP_GotFocus(NPP instance, NPFocusDirection direction);
863 const char* buf, NPBool file,
867 const char* buf, NPBool file);
880 void NP_LOADDS NPN_ReloadPlugins(NPBool reloadPages)
    [all...]

Completed in 3063 milliseconds