OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GtkTreeStore
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_tree_model.h
18
typedef struct _GtkTreeStore
GtkTreeStore
;
34
GtkTreeStore
* MakeFolderTreeStore();
36
// Copies the folders in the model's root node into a
GtkTreeStore
. We
46
GtkTreeStore
* store, GtkTreeIter* selected_iter);
51
GtkTreeStore
* store, GtkTreeIter* selected_iter,
56
GtkWidget* MakeTreeViewForStore(
GtkTreeStore
* store);
62
// Commits changes to a
GtkTreeStore
built from BuildTreeStoreFrom() back
66
BookmarkModel* model,
GtkTreeStore
* tree_store,
bookmark_tree_model.cc
19
void AddSingleNodeToTreeStore(
GtkTreeStore
* store, const BookmarkNode* node,
39
// merges changes back from a
GtkTreeStore
into a tree of BookmarkNodes. This
80
// Update the folder name in the
GtkTreeStore
.
82
gchar* path, gchar* new_folder_name,
GtkTreeStore
* tree_store) {
98
GtkTreeStore
* MakeFolderTreeStore() {
104
GtkTreeStore
* store, GtkTreeIter* selected_iter) {
112
GtkWidget* MakeTreeViewForStore(
GtkTreeStore
* store) {
143
GtkTreeStore
* store, GtkTreeIter* selected_iter,
151
// Save the iterator. Since we're using a
GtkTreeStore
, we're
164
BookmarkModel* bb_model,
GtkTreeStore
* tree_store, GtkTreeIter* selected)
[
all
...]
bookmark_editor_gtk.h
23
typedef struct _GtkTreeStore
GtkTreeStore
;
138
GtkTreeStore
* tree_store_;
/external/chromium/chrome/browser/ui/gtk/
gtk_tree.h
42
bool RemoveRecursively(
GtkTreeStore
* tree_store, GtkTreeIter* iter);
137
// A helper class for populating a
GtkTreeStore
from a TreeModel.
152
// change to the
GtkTreeStore
.
155
// Called after any change to the
GtkTreeStore
.
169
GtkTreeStore
* tree_store() { return tree_store_; }
201
GtkTreeStore
* tree_store_;
certificate_viewer.cc
86
void FillHierarchyStore(
GtkTreeStore
* hierarchy_store,
91
GtkTreeStore
* store, net::X509Certificate::OSCertHandle cert);
94
static
GtkTreeStore
* CreateFieldsTreeStore(
294
void CertificateViewer::FillHierarchyStore(
GtkTreeStore
* hierarchy_store,
304
GtkTreeStore
* fields_store = CreateFieldsTreeStore(*i);
320
GtkTreeStore
* store, net::X509Certificate::OSCertHandle cert) {
518
GtkTreeStore
* CertificateViewer::CreateFieldsTreeStore(
520
GtkTreeStore
* fields_store = gtk_tree_store_new(FIELDS_COLUMNS, G_TYPE_STRING,
540
GtkTreeStore
* hierarchy_store = gtk_tree_store_new(HIERARCHY_COLUMNS,
653
GtkTreeStore
* fields_store = NULL
[
all
...]
gtk_tree.cc
57
bool RemoveRecursively(
GtkTreeStore
* tree_store, GtkTreeIter* iter) {
Completed in 89 milliseconds