OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:top_widget
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/plugins/gtk/
gtk2xtbin.c
459
XtSetValues(xtbin->xtclient.
top_widget
, args, 2);
550
xtclient->
top_widget
= NULL;
588
Widget
top_widget
;
local
593
top_widget
= XtAppCreateShell("drawingArea", "Wrapper",
597
xtclient->
top_widget
=
top_widget
;
603
XtSetValues(
top_widget
, args, n);
607
top_widget
, NULL);
619
xtclient->oldwindow =
top_widget
->core.window;
620
top_widget
->core.window = embedderid
[
all
...]
gtk2xtbin.h
81
Widget
top_widget
; /* The toplevel widget */
member in struct:_XtClient
Completed in 564 milliseconds