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

  /development/samples/BrowserPlugin/jni/
PluginObject.h 85 typedef uint32_t PluginType;
92 PluginType pluginType;
  /frameworks/base/core/java/android/webkit/
PluginManager.java 204 String pluginType = serviceInfo.metaData.getString(PLUGIN_TYPE);
205 if (!TYPE_NATIVE.equals(pluginType)) {
206 Log.e(LOGTAG, "Unrecognized plugin type: " + pluginType);

Completed in 355 milliseconds