OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fields_store
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/gtk/
certificate_viewer.cc
304
GtkTreeStore*
fields_store
= CreateFieldsTreeStore(*i);
local
308
HIERARCHY_OBJECT,
fields_store
,
311
g_object_unref(
fields_store
);
520
GtkTreeStore*
fields_store
= gtk_tree_store_new(FIELDS_COLUMNS, G_TYPE_STRING,
local
522
FillTreeStoreWithCertFields(
fields_store
, cert);
523
return
fields_store
;
653
GtkTreeStore*
fields_store
= NULL;
local
654
gtk_tree_model_get(model, &iter, HIERARCHY_OBJECT, &
fields_store
, -1);
656
GTK_TREE_MODEL(
fields_store
));
/external/chromium_org/chrome/browser/ui/gtk/
certificate_viewer_gtk.cc
317
GtkTreeStore*
fields_store
= CreateFieldsTreeStore(*i);
local
321
HIERARCHY_OBJECT,
fields_store
,
324
g_object_unref(
fields_store
);
534
GtkTreeStore*
fields_store
= gtk_tree_store_new(FIELDS_COLUMNS, G_TYPE_STRING,
local
536
FillTreeStoreWithCertFields(
fields_store
, cert);
537
return
fields_store
;
666
GtkTreeStore*
fields_store
= NULL;
local
667
gtk_tree_model_get(model, &iter, HIERARCHY_OBJECT, &
fields_store
, -1);
669
GTK_TREE_MODEL(
fields_store
));
Completed in 26 milliseconds