Home
last modified time | relevance | path

Searched refs:selectItemCallback (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/gtk/
DPopupMenuGtk.h57 static int selectItemCallback(GtkMenuItem*, PopupMenuGtk*);
DPopupMenuGtk.cpp88 g_signal_connect(item, "select", G_CALLBACK(PopupMenuGtk::selectItemCallback), this); in show()
258 int PopupMenuGtk::selectItemCallback(GtkMenuItem* item, PopupMenuGtk* that) in selectItemCallback() function in WebCore::PopupMenuGtk
/external/webkit/Source/WebCore/
DChangeLog-2010-12-062550 (WebCore::PopupMenuGtk::selectItemCallback): Added.