Home
last modified time | relevance | path

Searched defs:PLUGIN_PRINTF (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ppapi/native_client/src/trusted/plugin/
Dutility.h51 #define PLUGIN_PRINTF(args) do { \ macro
70 # define PLUGIN_PRINTF(args) do { if (0) { printf args; } } while (0) macro