Home
last modified time | relevance | path

Searched refs:xtdepth (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/plugins/gtk/
Dgtk2xtbin.c83 int xtdepth);
541 int xtdepth) in xt_client_init() argument
555 xtclient->xtdepth = 0; in xt_client_init()
574 xtclient->xtdepth = xtdepth; in xt_client_init()
613 XtSetArg(args[n], XtNdepth, xtclient->xtdepth ); n++; in xt_client_create()
Dgtk2xtbin.h84 int xtdepth; member
DPluginViewGtk.cpp854 ws->depth = GTK_XTBIN(platformPluginWidget())->xtclient.xtdepth; in platformStart()