Home
last modified time | relevance | path

Searched refs:StopButtonClicked (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Droot_window_gtk.h116 static void StopButtonClicked(GtkButton* button, RootWindowGtk* self);
Droot_window_gtk.cc383 G_CALLBACK(&RootWindowGtk::StopButtonClicked), this); in CreateRootWindow()
849 void RootWindowGtk::StopButtonClicked(GtkButton* button, RootWindowGtk* self) { in StopButtonClicked() function in client::RootWindowGtk