Searched refs:gContextMenuActionId (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/gtk/
H A DWebContextMenuProxyGtk.cpp40 static const char* gContextMenuActionId = "webkit-context-menu-action"; variable
50 static_cast<WebCore::ContextMenuAction>(GPOINTER_TO_INT(g_object_get_data(G_OBJECT(action), gContextMenuActionId))),
92 g_object_set_data(G_OBJECT(action), gContextMenuActionId, GINT_TO_POINTER(menuItem.action())); local

Completed in 135 milliseconds