OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:main_title
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebKitTools/GtkLauncher/
main.c
34
static gchar*
main_title
;
variable
49
GString* string = g_string_new (
main_title
);
70
if (
main_title
)
71
g_free (
main_title
);
72
main_title
= g_strdup (webkit_web_view_get_title(web_view));
/frameworks/base/docs/html/guide/topics/resources/
accessing-resources.jd
163
getText}(<strong>R.string.
main_title
</strong>));
Completed in 74 milliseconds