Searched refs:tree_view (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/ui/views/controls/tree/
H A Dtree_view_controller.cc8 #include "ui/views/controls/tree/tree_view.h"
12 bool TreeViewController::CanEdit(TreeView* tree_view, ui::TreeModelNode* node) { argument
H A Dtree_view_controller.h26 virtual void OnTreeViewSelectionChanged(TreeView* tree_view) = 0;
30 virtual bool CanEdit(TreeView* tree_view, ui::TreeModelNode* node);
/external/chromium_org/ui/views/examples/
H A Dtree_view_example.h54 virtual void OnTreeViewSelectionChanged(TreeView* tree_view) OVERRIDE;
55 virtual bool CanEdit(TreeView* tree_view, ui::TreeModelNode* node) OVERRIDE;
H A Dtree_view_example.cc11 #include "ui/views/controls/tree/tree_view.h"
111 void TreeViewExample::OnTreeViewSelectionChanged(TreeView* tree_view) { argument
122 bool TreeViewExample::CanEdit(TreeView* tree_view, argument
/external/fio/
H A Dghelpers.h33 GtkTreeViewColumn *tree_view_column(GtkWidget *tree_view, int index, const char *title, unsigned int flags);
H A Dgclient.c778 GtkWidget *frame, *box, *tree_view = NULL; local
797 tree_view = gtk_tree_view_new_with_model(GTK_TREE_MODEL(model));
798 gtk_widget_set_can_focus(tree_view, FALSE);
800 g_object_set(G_OBJECT(tree_view), "headers-visible", TRUE,
803 selection = gtk_tree_view_get_selection(GTK_TREE_VIEW(tree_view));
807 tree_view_column(tree_view, i, labels[i], ALIGN_RIGHT | UNSORTABLE);
813 gtk_box_pack_start(GTK_BOX(box), tree_view, TRUE, TRUE, 3); local
857 GtkWidget *tree_view; local
873 tree_view = gtk_tree_view_new_with_model(GTK_TREE_MODEL(model));
874 gtk_widget_set_can_focus(tree_view, FALS
966 GtkWidget *frame, *tree_view, *hbox, *completion_vbox, *drawing_area; local
1009 gtk_box_pack_start(GTK_BOX(hbox), tree_view, TRUE, TRUE, 3); local
1055 GtkWidget *tree_view; local
1127 GtkWidget *tree_view, *frame, *hbox, *drawing_area, *completion_vbox; local
1165 gtk_box_pack_start(GTK_BOX(hbox), tree_view, TRUE, TRUE, 3); local
[all...]
H A Dghelpers.c103 GtkTreeViewColumn *tree_view_column(GtkWidget *tree_view, int index, const char *title, unsigned int flags) argument
140 gtk_tree_view_append_column(GTK_TREE_VIEW(tree_view), col);
H A Dgfio.c299 GtkWidget *tree_view; local
303 tree_view = gtk_tree_view_new_with_model(GTK_TREE_MODEL(model));
304 gtk_widget_set_can_focus(tree_view, FALSE);
306 selection = gtk_tree_view_get_selection(GTK_TREE_VIEW(tree_view));
308 g_object_set(G_OBJECT(tree_view), "headers-visible", TRUE,
311 tree_view_column(tree_view, 0, "Time", ALIGN_RIGHT | UNSORTABLE);
312 tree_view_column(tree_view, 1, "Host", ALIGN_RIGHT | UNSORTABLE);
313 tree_view_column(tree_view, 2, "Level", ALIGN_RIGHT | UNSORTABLE);
314 tree_view_column(tree_view, 3, "Text", ALIGN_LEFT | UNSORTABLE);
317 ui->log_tree = tree_view;
[all...]
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/
H A Dmain_wnd.cc70 void OnRowActivatedCallback(GtkTreeView* tree_view, GtkTreePath* path, argument
72 reinterpret_cast<GtkMainWnd*>(data)->OnRowActivated(tree_view, path, column);
76 GtkTreeView* tree_view = reinterpret_cast<GtkTreeView*>(data); local
77 GtkTreeModel* model = gtk_tree_view_get_model(tree_view);
84 GtkTreeSelection* selection = gtk_tree_view_get_selection(tree_view);
88 GtkTreeViewColumn* column = gtk_tree_view_get_column(tree_view, 0);
90 gtk_tree_view_row_activated(tree_view, lastpath, column);
387 void GtkMainWnd::OnRowActivated(GtkTreeView* tree_view, GtkTreePath* path, argument
393 gtk_tree_view_get_selection(GTK_TREE_VIEW(tree_view));
H A Dmain_wnd.h84 void OnRowActivated(GtkTreeView* tree_view, GtkTreePath* path,
/external/chromium_org/chrome/browser/ui/views/
H A Dcollected_cookies_views.h63 virtual void OnTreeViewSelectionChanged(views::TreeView* tree_view) OVERRIDE;
86 void AddContentException(views::TreeView* tree_view, ContentSetting setting);
H A Dcollected_cookies_views.cc42 #include "ui/views/controls/tree/tree_view.h"
260 views::TreeView* tree_view) {
523 void CollectedCookiesViews::AddContentException(views::TreeView* tree_view, argument
526 static_cast<CookieTreeHostNode*>(tree_view->GetSelectedNode());
259 OnTreeViewSelectionChanged( views::TreeView* tree_view) argument
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_editor_view.h95 virtual void OnTreeViewSelectionChanged(views::TreeView* tree_view) OVERRIDE;
96 virtual bool CanEdit(views::TreeView* tree_view,
H A Dbookmark_editor_view_unittest.cc20 #include "ui/views/controls/tree/tree_view.h"
110 views::TreeView* tree_view() { return editor_->tree_view_; } function in class:BookmarkEditorViewTest
427 ASSERT_TRUE(tree_view()->editor() != NULL);
428 tree_view()->editor()->SetText(ASCIIToUTF16("modified"));
H A Dbookmark_editor_view.cc33 #include "ui/views/controls/tree/tree_view.h"
150 views::TreeView* tree_view) {
153 bool BookmarkEditorView::CanEdit(views::TreeView* tree_view, argument
419 // tree_view will try to invoke something on the model we just deleted.
149 OnTreeViewSelectionChanged( views::TreeView* tree_view) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 211 milliseconds