Searched refs:dataset (Results 1 – 8 of 8) sorted by relevance
77 static void g_dataset_destroy_internal (GDataset *dataset);82 GDataset *dataset);146 register GDataset *dataset; in g_dataset_lookup() local151 dataset = g_hash_table_lookup (g_dataset_location_ht, dataset_location); in g_dataset_lookup()152 if (dataset) in g_dataset_lookup()153 g_dataset_cached = dataset; in g_dataset_lookup()155 return dataset; in g_dataset_lookup()160 g_dataset_destroy_internal (GDataset *dataset) in g_dataset_destroy_internal() argument164 dataset_location = dataset->location; in g_dataset_destroy_internal()165 while (dataset) in g_dataset_destroy_internal()[all …]
105 readonly attribute DOMStringMap dataset;
297 DOMStringMap* dataset();
1828 DOMStringMap* Element::dataset() in dataset() function in WebCore::Element
226 g_datalist_set_flags(): properly acquire and release dataset mutex.
871 functions, instead of acquiring the dataset lock. this is faster and
1892 dataset and datalist functions).
49399 [Chromium] Fix memory model for dataset51884 [Chromium] fast/dom/dataset-gc.html is failing60379 Test: fast/dom/dataset-gc.html60383 Mark the dataset if it exists.60388 Expose a way to get the dataset or null (depending on if anyone thing65700 [V8] Custom binding for "dataset"109694 Implement the .dataset DOM property109696 Tests: fast/dom/dataset-xhtml.xhtml109697 fast/dom/dataset.html109735 (WebCore::Element::dataset):