Home
last modified time | relevance | path

Searched refs:GtkAction (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/gtk/
DContextMenuItemGtk.cpp139 GtkAction* platformAction = 0; in ContextMenuItem()
207 GtkAction* action = gtk_activatable_get_related_action(GTK_ACTIVATABLE(m_platformDescription)); in title()
213 GtkAction* action = gtk_activatable_get_related_action(GTK_ACTIVATABLE(m_platformDescription)); in setTitle()
231 GtkAction* action = gtk_activatable_get_related_action(GTK_ACTIVATABLE(m_platformDescription)); in setChecked()
252 GtkAction* action = gtk_activatable_get_related_action(GTK_ACTIVATABLE(m_platformDescription)); in setEnabled()
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DFullscreenVideoController.h87 GtkAction* m_playPauseAction;
88 GtkAction* m_exitFullscreenAction;
DFullscreenVideoController.cpp86 static void togglePlayPauseActivated(GtkAction* action, FullscreenVideoController* controller) in togglePlayPauseActivated()
91 static void exitFullscreenActivated(GtkAction* action, FullscreenVideoController* controller) in exitFullscreenActivated()
/external/webkit/Source/JavaScriptCore/wtf/gobject/
DGTypedefs.h69 typedef struct _GtkAction GtkAction; typedef