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

/macosx-10.10.1/WebKit2-7600.1.25/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))),
93 g_object_set_data(G_OBJECT(action), gContextMenuActionId, GINT_TO_POINTER(menuItem.action())); local

Completed in 113 milliseconds