OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_timeLabel
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit/efl/WebCoreSupport/
FullscreenVideoControllerEfl.h
86
PlatformWidget*
m_timeLabel
;
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
FullscreenVideoController.h
90
GtkWidget*
m_timeLabel
;
FullscreenVideoController.cpp
521
gtk_label_set_text(GTK_LABEL(
m_timeLabel
), label);
558
m_timeLabel
= gtk_label_new("");
559
gtk_box_pack_start(GTK_BOX(hbox),
m_timeLabel
, FALSE, TRUE, 0);
Completed in 128 milliseconds