HomeSort by relevance Sort by last modified time
    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 121 milliseconds