OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dialog_contents
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/browser/chromeos/
native_dialog_window.cc
209
GtkWidget*
dialog_contents
= GTK_DIALOG(dialog_)->vbox;
local
210
g_object_ref(
dialog_contents
);
211
gtk_container_remove(GTK_CONTAINER(dialog_),
dialog_contents
);
local
212
gtk_container_add(GTK_CONTAINER(contents),
dialog_contents
);
local
213
g_object_unref(
dialog_contents
);
Completed in 146 milliseconds