Home
last modified time | relevance | path

Searched refs:dataset (Results 1 – 8 of 8) sorted by relevance

/external/bluetooth/glib/glib/
Dgdataset.c77 static void g_dataset_destroy_internal (GDataset *dataset);
82 GDataset *dataset);
146 register GDataset *dataset; in g_dataset_lookup() local
151 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() argument
164 dataset_location = dataset->location; in g_dataset_destroy_internal()
165 while (dataset) in g_dataset_destroy_internal()
[all …]
/external/webkit/Source/WebCore/dom/
DElement.idl105 readonly attribute DOMStringMap dataset;
DElement.h297 DOMStringMap* dataset();
DElement.cpp1828 DOMStringMap* Element::dataset() in dataset() function in WebCore::Element
/external/bluetooth/glib/
DChangeLog.pre-2-8226 g_datalist_set_flags(): properly acquire and release dataset mutex.
DChangeLog.pre-2-10871 functions, instead of acquiring the dataset lock. this is faster and
DChangeLog.pre-1-21892 dataset and datalist functions).
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0649399 [Chromium] Fix memory model for dataset
51884 [Chromium] fast/dom/dataset-gc.html is failing
60379 Test: fast/dom/dataset-gc.html
60383 Mark the dataset if it exists.
60388 Expose a way to get the dataset or null (depending on if anyone thing
65700 [V8] Custom binding for "dataset"
109694 Implement the .dataset DOM property
109696 Tests: fast/dom/dataset-xhtml.xhtml
109697 fast/dom/dataset.html
109735 (WebCore::Element::dataset):