Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/plugins/
DPluginDebugAndroid.h39 # define PLUGIN_LOG(FORMAT, ARGS...) do { anp_logPlugin(FORMAT, ## ARGS); } while(0) macro
53 # define PLUGIN_LOG(A, B...) do { } while(0) macro