OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xtdisplay
(Results
1 - 3
of
3
) sorted by null
/external/webkit/WebCore/plugins/gtk/
gtk2xtbin.c
118
static Display *
xtdisplay
= NULL;
variable
134
mask = XPending(
xtdisplay
);
147
mask = XPending(
xtdisplay
);
165
ac = XtDisplayToApplicationContext(
xtdisplay
);
174
for (i=0; i < XTBIN_MAX_EVENTS && XPending(
xtdisplay
); i++) {
260
xtbin->
xtdisplay
= NULL;
336
if (!xtbin->xtclient.
xtdisplay
) {
365
cnumber = XConnectionNumber(
xtdisplay
);
367
cnumber = ConnectionNumber(
xtdisplay
);
380
xtdisplay
);
[
all
...]
gtk2xtbin.h
77
Display *
xtdisplay
;
member in struct:_XtClient
90
Display *
xtdisplay
; /* Xt Toolkit Display */
member in struct:_GtkXtBin
PluginViewGtk.cpp
662
*(void **)value = (void *)GTK_XTBIN(platformPluginWidget())->xtclient.
xtdisplay
;
671
*(void **)value = XtDisplayToApplicationContext (GTK_XTBIN(platformPluginWidget())->xtclient.
xtdisplay
);
875
ws->display = GTK_XTBIN(platformPluginWidget())->
xtdisplay
;
Completed in 547 milliseconds