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

  /external/chromium/chrome/browser/ui/gtk/
collected_cookies_gtk.h 45 bool SelectionContainsOriginNode(GtkTreeSelection* selection,
52 void AddExceptions(GtkTreeSelection* selection,
67 void ShowSelectionInfo(GtkTreeSelection* selection,
104 GtkTreeSelection* allowed_selection_;
105 GtkTreeSelection* blocked_selection_;
gtk_tree.h 45 void GetSelectedIndices(GtkTreeSelection* selection, std::set<int>* out);
107 static gboolean OnSelectionFilter(GtkTreeSelection* selection,
certificate_viewer.cc 98 static void OnHierarchySelectionChanged(GtkTreeSelection* selection,
100 static void OnFieldsSelectionChanged(GtkTreeSelection* selection,
113 GtkTreeSelection* hierarchy_selection_;
585 GtkTreeSelection* fields_selection = gtk_tree_view_get_selection(
649 GtkTreeSelection* selection, CertificateViewer* viewer) {
666 void CertificateViewer::OnFieldsSelectionChanged(GtkTreeSelection* selection,
collected_cookies_gtk.cc 329 void CollectedCookiesGtk::ShowSelectionInfo(GtkTreeSelection* selection,
375 GtkTreeSelection* selection, gtk_tree::TreeAdapter* adapter) {
435 void CollectedCookiesGtk::AddExceptions(GtkTreeSelection* selection,
gtk_tree.cc 68 void GetSelectedIndices(GtkTreeSelection* selection, std::set<int>* out) {
326 gboolean TableAdapter::OnSelectionFilter(GtkTreeSelection* selection,
task_manager_gtk.h 92 GtkTreeSelection*);
task_manager_gtk.cc 523 GtkTreeSelection* selection = gtk_tree_view_get_selection(
793 GtkTreeSelection* selection = gtk_tree_view_get_selection(
    [all...]
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_editor_gtk.h 22 typedef struct _GtkTreeSelection GtkTreeSelection;
133 GtkTreeSelection* tree_selection_;

Completed in 367 milliseconds