HomeSort by relevance Sort by last modified time
    Searched defs:FocusStoreGtk (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
focus_store_gtk.cc 11 FocusStoreGtk::FocusStoreGtk()
16 FocusStoreGtk::~FocusStoreGtk() {
20 void FocusStoreGtk::Store(GtkWidget* widget) {
31 void FocusStoreGtk::SetWidget(GtkWidget* widget) {
45 void FocusStoreGtk::DisconnectDestroyHandler() {
focus_store_gtk.h 13 class FocusStoreGtk {
15 FocusStoreGtk();
17 virtual ~FocusStoreGtk();
40 DISALLOW_COPY_AND_ASSIGN(FocusStoreGtk);

Completed in 19 milliseconds