HomeSort by relevance Sort by last modified time
    Searched refs:kDebug_ANPLogType (Results 1 - 13 of 13) sorted by null

  /external/webkit/Source/WebKit/android/plugins/
ANPLogInterface.cpp 44 case kDebug_ANPLogType:
android_npapi.h 246 kDebug_ANPLogType = 2 // debug only (informational)
    [all...]
  /development/samples/BrowserPlugin/jni/background/
BackgroundPlugin.cpp 190 gLogI.log(kDebug_ANPLogType, " ------ %p onLoad", inst());
193 gLogI.log(kDebug_ANPLogType, " ------ %p onScreen", inst());
196 gLogI.log(kDebug_ANPLogType, " ------ %p offScreen", inst());
228 gLogI.log(kDebug_ANPLogType, " ------ %p Testing Log Debug", instance);
266 gLogI.log(kDebug_ANPLogType, "-------- oneshot timer\n");
272 gLogI.log(kDebug_ANPLogType, "-------- repeat timer %d\n",
297 gLogI.log(kDebug_ANPLogType,
332 gLogI.log(kDebug_ANPLogType,
340 gLogI.log(kDebug_ANPLogType,
353 gLogI.log(kDebug_ANPLogType, "BEGIN: testing bitmap transparency")
    [all...]
  /development/samples/BrowserPlugin/jni/video/
VideoPlugin.cpp 111 gLogI.log(kDebug_ANPLogType, " ---- %p entering fullscreen", inst());
114 gLogI.log(kDebug_ANPLogType, " ---- %p exiting fullscreen", inst());
124 gLogI.log(kDebug_ANPLogType, " ------ %p requesting fullscreen mode", inst());
  /development/samples/BrowserPlugin/jni/
main.cpp 185 gLogI.log(kDebug_ANPLogType, "------ %p DrawingModel is %d", instance, model);
201 gLogI.log(kDebug_ANPLogType, "Application data dir is %s", path);
251 gLogI.log(kDebug_ANPLogType, "------ %p PluginType is %d", instance, obj->pluginType);
346 gLogI.log(kDebug_ANPLogType, "---- %p Draw (bitmap)"
358 gLogI.log(kDebug_ANPLogType, "---- %p Key action=%d"
369 gLogI.log(kDebug_ANPLogType, "---- %p Lifecycle action=%d",
374 gLogI.log(kDebug_ANPLogType, "---- %p Touch action=%d [%d %d]",
380 gLogI.log(kDebug_ANPLogType, "---- %p Mouse action=%d [%d %d]",
386 gLogI.log(kDebug_ANPLogType, "---- %p VisibleRect [%d %d %d %d]",
RenderingThread.cpp 155 gLogI.log(kDebug_ANPLogType, "destroying old surface");
  /development/samples/BrowserPlugin/jni/navigation/
NavigationPlugin.cpp 159 gLogI.log(kDebug_ANPLogType, "----%p Drawing Plugin", inst());
182 gLogI.log(kDebug_ANPLogType, "----%p Loosing Focus", instance);
188 gLogI.log(kDebug_ANPLogType, "----%p Gaining Focus", instance);
215 gLogI.log(kDebug_ANPLogType, "----%p Received Key %d", instance, keyCode);
  /frameworks/base/tests/BrowserTestPlugin/jni/event/
EventPlugin.cpp 49 gLogI.log(kDebug_ANPLogType, " ------ %p drawing the plugin (%d,%d)",
129 gLogI.log(kDebug_ANPLogType, "text: %.*s\n", totalLength, (char*)beginMem);
  /development/samples/BrowserPlugin/jni/audio/
AudioPlugin.cpp 102 gLogI.log(kDebug_ANPLogType, "--- path %s FILE %p", path, f);
129 gLogI.log(kDebug_ANPLogType, "File Size: %d", fileStatus.st_size);
347 gLogI.log(kDebug_ANPLogType, "---- %p starting track (%d)",
356 gLogI.log(kDebug_ANPLogType, "---- %p pausing track (%d)",
365 gLogI.log(kDebug_ANPLogType, "---- %p stopping track (%d)",
  /development/samples/BrowserPlugin/jni/form/
FormPlugin.cpp 218 gLogI.log(kDebug_ANPLogType, "----%p Loosing Focus", instance);
233 gLogI.log(kDebug_ANPLogType, "----%p Gaining Focus", instance);
303 gLogI.log(kDebug_ANPLogType, "----%p Recvd Nav Key %d", instance, keyCode);
353 gLogI.log(kDebug_ANPLogType, "----%p Text: %c", instance, unichar);
  /development/samples/BrowserPlugin/jni/animation/
AnimationPlugin.cpp 124 gLogI.log(kDebug_ANPLogType, "Current VisibleRect: (%d,%d,%d,%d)",
  /development/samples/BrowserPlugin/jni/paint/
PaintPlugin.cpp 336 gLogI.log(kDebug_ANPLogType, " ---- customEvent: surfaceCreated");
346 gLogI.log(kDebug_ANPLogType, " ---- customEvent: surfaceChanged");
362 gLogI.log(kDebug_ANPLogType, " ---- customEvent: surfaceDestroyed");
  /frameworks/base/tests/BrowserTestPlugin/jni/
main.cpp 137 gLogI.log(kDebug_ANPLogType, "creating plugin");

Completed in 79 milliseconds