Home
last modified time | relevance | path

Searched refs:XULStore (Results 1 – 25 of 64) sorted by relevance

123

/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/xulstore/src/
H A Dffi.rs5 use crate as XULStore;
88 match XULStore::get_value(doc, id, attr) { in get_value()
126 match XULStore::get_ids(doc) { in get_ids_enumerator()
147 match XULStore::get_attrs(doc, id) { in get_attribute_enumerator()
222 XULStore::set_value(doc, id, attr, value).into() in xulstore_set_value()
232 match XULStore::has_value(doc, id, attr) { in xulstore_has_value()
248 match XULStore::get_value(doc, id, attr) { in xulstore_get_value()
263 XULStore::remove_value(doc, id, attr).into() in xulstore_remove_value()
271 match XULStore::get_ids(doc) { in xulstore_get_ids()
289 match XULStore::get_attrs(doc, id) { in xulstore_get_attrs()
[all …]
/dports/www/firefox/firefox-99.0/toolkit/components/xulstore/src/
H A Dffi.rs5 use crate as XULStore;
88 match XULStore::get_value(doc, id, attr) { in get_value()
126 match XULStore::get_ids(doc) { in get_ids_enumerator()
147 match XULStore::get_attrs(doc, id) { in get_attribute_enumerator()
222 XULStore::set_value(doc, id, attr, value).into() in xulstore_set_value()
232 match XULStore::has_value(doc, id, attr) { in xulstore_has_value()
248 match XULStore::get_value(doc, id, attr) { in xulstore_get_value()
263 XULStore::remove_value(doc, id, attr).into() in xulstore_remove_value()
271 match XULStore::get_ids(doc) { in xulstore_get_ids()
289 match XULStore::get_attrs(doc, id) { in xulstore_get_attrs()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/xulstore/src/
H A Dffi.rs5 use crate as XULStore;
88 match XULStore::get_value(doc, id, attr) { in get_value()
126 match XULStore::get_ids(doc) { in get_ids_enumerator()
147 match XULStore::get_attrs(doc, id) { in get_attribute_enumerator()
222 XULStore::set_value(doc, id, attr, value).into() in xulstore_set_value()
232 match XULStore::has_value(doc, id, attr) { in xulstore_has_value()
248 match XULStore::get_value(doc, id, attr) { in xulstore_get_value()
263 XULStore::remove_value(doc, id, attr).into() in xulstore_remove_value()
271 match XULStore::get_ids(doc) { in xulstore_get_ids()
289 match XULStore::get_attrs(doc, id) { in xulstore_get_attrs()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/xulstore/src/
H A Dffi.rs5 use crate as XULStore;
88 match XULStore::get_value(doc, id, attr) { in get_value()
126 match XULStore::get_ids(doc) { in get_ids_enumerator()
147 match XULStore::get_attrs(doc, id) { in get_attribute_enumerator()
222 XULStore::set_value(doc, id, attr, value).into() in xulstore_set_value()
232 match XULStore::has_value(doc, id, attr) { in xulstore_has_value()
248 match XULStore::get_value(doc, id, attr) { in xulstore_get_value()
263 XULStore::remove_value(doc, id, attr).into() in xulstore_remove_value()
271 match XULStore::get_ids(doc) { in xulstore_get_ids()
289 match XULStore::get_attrs(doc, id) { in xulstore_get_attrs()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/xulstore/tests/gtest/
H A DTestXULStore.cpp8 using mozilla::XULStore::GetAttrs;
9 using mozilla::XULStore::GetIDs;
10 using mozilla::XULStore::GetValue;
11 using mozilla::XULStore::HasValue;
12 using mozilla::XULStore::RemoveValue;
13 using mozilla::XULStore::SetValue;
15 TEST(XULStore, SetGetValue) in TEST() argument
34 TEST(XULStore, HasValue) in TEST() argument
48 TEST(XULStore, RemoveValue) in TEST() argument
62 TEST(XULStore, GetIDsIterator) in TEST() argument
[all …]
/dports/www/firefox/firefox-99.0/toolkit/components/xulstore/tests/gtest/
H A DTestXULStore.cpp8 using mozilla::XULStore::GetAttrs;
9 using mozilla::XULStore::GetIDs;
10 using mozilla::XULStore::GetValue;
11 using mozilla::XULStore::HasValue;
12 using mozilla::XULStore::RemoveValue;
13 using mozilla::XULStore::SetValue;
15 TEST(XULStore, SetGetValue) in TEST() argument
34 TEST(XULStore, HasValue) in TEST() argument
48 TEST(XULStore, RemoveValue) in TEST() argument
62 TEST(XULStore, GetIDsIterator) in TEST() argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/xulstore/tests/gtest/
H A DTestXULStore.cpp8 using mozilla::XULStore::GetAttrs;
9 using mozilla::XULStore::GetIDs;
10 using mozilla::XULStore::GetValue;
11 using mozilla::XULStore::HasValue;
12 using mozilla::XULStore::RemoveValue;
13 using mozilla::XULStore::SetValue;
15 TEST(XULStore, SetGetValue) in TEST() argument
34 TEST(XULStore, HasValue) in TEST() argument
48 TEST(XULStore, RemoveValue) in TEST() argument
62 TEST(XULStore, GetIDsIterator) in TEST() argument
[all …]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/xulstore/tests/gtest/
H A DTestXULStore.cpp8 using mozilla::XULStore::GetAttrs;
9 using mozilla::XULStore::GetIDs;
10 using mozilla::XULStore::GetValue;
11 using mozilla::XULStore::HasValue;
12 using mozilla::XULStore::RemoveValue;
13 using mozilla::XULStore::SetValue;
15 TEST(XULStore, SetGetValue) in TEST() argument
34 TEST(XULStore, HasValue) in TEST() argument
48 TEST(XULStore, RemoveValue) in TEST() argument
62 TEST(XULStore, GetIDsIterator) in TEST() argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/xulstore/
H A Dmoz.build25 'new/XULStore.jsm',
33 'XULStore.h',
37 'XULStore.cpp',
43 'old/XULStore.jsm',
/dports/www/firefox/firefox-99.0/toolkit/components/xulstore/
H A Dmoz.build25 "new/XULStore.jsm",
33 "XULStore.h",
37 "XULStore.cpp",
43 "old/XULStore.jsm",
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/xulstore/
H A Dmoz.build25 "new/XULStore.jsm",
33 "XULStore.h",
37 "XULStore.cpp",
43 "old/XULStore.jsm",
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/xulstore/
H A Dmoz.build25 "new/XULStore.jsm",
33 "XULStore.h",
37 "XULStore.cpp",
43 "old/XULStore.jsm",
/dports/www/firefox/firefox-99.0/toolkit/components/xulstore/new/
H A DXULStore.jsm13 const EXPORTED_SYMBOLS = ["XULStore", "getXULStore"];
15 // Services.xulStore loads this module and returns its `XULStore` symbol
16 // when this implementation of XULStore is enabled, so using it here
18 // requiremnt for every other consumer of XULStore.
30 console.log("XULStore: " + message);
33 const XULStore = {
106 return XULStore;
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/xulstore/new/
H A DXULStore.jsm13 const EXPORTED_SYMBOLS = ["XULStore", "getXULStore"];
15 // Services.xulStore loads this module and returns its `XULStore` symbol
16 // when this implementation of XULStore is enabled, so using it here
18 // requiremnt for every other consumer of XULStore.
30 console.log("XULStore: " + message);
33 const XULStore = {
106 return XULStore;
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/xulstore/new/
H A DXULStore.jsm13 const EXPORTED_SYMBOLS = ["XULStore", "getXULStore"];
15 // Services.xulStore loads this module and returns its `XULStore` symbol
16 // when this implementation of XULStore is enabled, so using it here
18 // requiremnt for every other consumer of XULStore.
30 console.log("XULStore: " + message);
33 const XULStore = {
106 return XULStore;
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/xulstore/new/
H A DXULStore.jsm13 const EXPORTED_SYMBOLS = ["XULStore"];
15 // Services.xulStore loads this module and returns its `XULStore` symbol
16 // when this implementation of XULStore is enabled, so using it here
18 // requiremnt for every other consumer of XULStore.
30 console.log("XULStore: " + message);
33 const XULStore = {
/dports/www/firefox-esr/firefox-91.8.0/dom/xul/
H A DXULPersist.cpp122 rv = XULStore::HasValue(uri, id, attrstr, hasAttr); in Persist()
133 rv = XULStore::RemoveValue(uri, id, attrstr); in Persist()
150 rv = XULStore::SetValue(uri, id, attrstr, valuestr); in Persist()
195 rv = XULStore::GetIDs(uri, ids); in ApplyPersistentAttributesInternal()
256 rv = XULStore::GetAttrs(uri, aID, attrs); in ApplyPersistentAttributesInternal()
274 rv = XULStore::GetValue(uri, aID, attrstr, value); in ApplyPersistentAttributesInternal()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/xul/
H A DXULPersist.cpp119 rv = XULStore::HasValue(uri, id, attrstr, hasAttr); in Persist()
130 rv = XULStore::RemoveValue(uri, id, attrstr); in Persist()
147 rv = XULStore::SetValue(uri, id, attrstr, valuestr); in Persist()
192 rv = XULStore::GetIDs(uri, ids); in ApplyPersistentAttributesInternal()
253 rv = XULStore::GetAttrs(uri, aID, attrs); in ApplyPersistentAttributesInternal()
271 rv = XULStore::GetValue(uri, aID, attrstr, value); in ApplyPersistentAttributesInternal()
/dports/www/firefox/firefox-99.0/dom/xul/
H A DXULPersist.cpp122 rv = XULStore::HasValue(uri, id, attrstr, hasAttr); in Persist()
133 rv = XULStore::RemoveValue(uri, id, attrstr); in Persist()
150 rv = XULStore::SetValue(uri, id, attrstr, valuestr); in Persist()
195 rv = XULStore::GetIDs(uri, ids); in ApplyPersistentAttributesInternal()
256 rv = XULStore::GetAttrs(uri, aID, attrs); in ApplyPersistentAttributesInternal()
274 rv = XULStore::GetValue(uri, aID, attrstr, value); in ApplyPersistentAttributesInternal()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/xul/
H A DXULPersist.cpp122 rv = XULStore::HasValue(uri, id, attrstr, hasAttr); in Persist()
133 rv = XULStore::RemoveValue(uri, id, attrstr); in Persist()
150 rv = XULStore::SetValue(uri, id, attrstr, valuestr); in Persist()
195 rv = XULStore::GetIDs(uri, ids); in ApplyPersistentAttributesInternal()
256 rv = XULStore::GetAttrs(uri, aID, attrs); in ApplyPersistentAttributesInternal()
274 rv = XULStore::GetValue(uri, aID, attrstr, value); in ApplyPersistentAttributesInternal()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/xulstore/old/
H A DXULStore.jsm22 function XULStore() {
28 XULStore.prototype = {
35 _xpcom_factory: XPCOMUtils.generateSingletonFactory(XULStore),
88 console.log("XULStore: " + message);
167 "XULStore: Changes after profile-before-change are ignored!"
182 "XULStore: Warning, truncating long attribute value"
246 "XULStore: Changes after profile-before-change are ignored!"
275 "XULStore: Changes after profile-before-change are ignored!"
341 var EXPORTED_SYMBOLS = ["XULStore"];
/dports/www/firefox/firefox-99.0/toolkit/components/xulstore/old/
H A DXULStore.jsm22 function XULStore() {
28 XULStore.prototype = {
35 _xpcom_factory: ComponentUtils.generateSingletonFactory(XULStore),
88 console.log("XULStore: " + message);
167 "XULStore: Changes after profile-before-change are ignored!"
182 "XULStore: Warning, truncating long attribute value"
246 "XULStore: Changes after profile-before-change are ignored!"
275 "XULStore: Changes after profile-before-change are ignored!"
341 var EXPORTED_SYMBOLS = ["XULStore"];
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/xulstore/old/
H A DXULStore.jsm22 function XULStore() {
28 XULStore.prototype = {
35 _xpcom_factory: ComponentUtils.generateSingletonFactory(XULStore),
88 console.log("XULStore: " + message);
167 "XULStore: Changes after profile-before-change are ignored!"
182 "XULStore: Warning, truncating long attribute value"
246 "XULStore: Changes after profile-before-change are ignored!"
275 "XULStore: Changes after profile-before-change are ignored!"
341 var EXPORTED_SYMBOLS = ["XULStore"];
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/xulstore/old/
H A DXULStore.jsm22 function XULStore() {
28 XULStore.prototype = {
35 _xpcom_factory: ComponentUtils.generateSingletonFactory(XULStore),
88 console.log("XULStore: " + message);
167 "XULStore: Changes after profile-before-change are ignored!"
182 "XULStore: Warning, truncating long attribute value"
246 "XULStore: Changes after profile-before-change are ignored!"
275 "XULStore: Changes after profile-before-change are ignored!"
341 var EXPORTED_SYMBOLS = ["XULStore"];
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/xulstore/
H A Dmoz.build17 'XULStore.js',
18 'XULStore.manifest',

123