HomeSort by relevance Sort by last modified time
    Searched refs:focus_store_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/tab_contents/
tab_contents_view_gtk.h 128 FocusStoreGtk focus_store_; member in class:TabContentsViewGtk
tab_contents_view_gtk.cc 244 focus_store_.Store(GetNativeView());
248 if (focus_store_.widget())
249 gtk_widget_grab_focus(focus_store_.widget());
265 focus_store_.SetWidget(widget);
  /external/chromium/chrome/browser/ui/gtk/
find_bar_gtk.h 220 FocusStoreGtk focus_store_; member in class:FindBarGtk
find_bar_gtk.cc 385 focus_store_.Store(NULL);
452 if (focus_store_.widget())
453 gtk_widget_grab_focus(focus_store_.widget());
642 focus_store_.Store(text_entry_);
    [all...]

Completed in 301 milliseconds