Home
last modified time | relevance | path

Searched refs:LoadDataKey (Results 1 – 4 of 4) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/gecko/
H A Durl.rs150 struct LoadDataKey(*const LoadDataSource); struct
152 unsafe impl Sync for LoadDataKey {} implementation
153 unsafe impl Send for LoadDataKey {} implementation
233 let key = LoadDataKey(self); in get()
380 static ref LOAD_DATA_TABLE: RwLock<HashMap<LoadDataKey, Box<LoadData>>> = {
/dports/www/firefox/firefox-99.0/servo/components/style/gecko/
H A Durl.rs150 struct LoadDataKey(*const LoadDataSource); struct
152 unsafe impl Sync for LoadDataKey {} implementation
153 unsafe impl Send for LoadDataKey {} implementation
233 let key = LoadDataKey(self); in get()
380 static ref LOAD_DATA_TABLE: RwLock<HashMap<LoadDataKey, Box<LoadData>>> = {
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/gecko/
H A Durl.rs150 struct LoadDataKey(*const LoadDataSource); struct
152 unsafe impl Sync for LoadDataKey {} implementation
153 unsafe impl Send for LoadDataKey {} implementation
233 let key = LoadDataKey(self); in get()
380 static ref LOAD_DATA_TABLE: RwLock<HashMap<LoadDataKey, Box<LoadData>>> = {
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/gecko/
H A Durl.rs146 struct LoadDataKey(*const LoadDataSource); struct
148 unsafe impl Sync for LoadDataKey {} implementation
149 unsafe impl Send for LoadDataKey {} implementation
229 let key = LoadDataKey(self); in get()
377 static ref LOAD_DATA_TABLE: RwLock<HashMap<LoadDataKey, Box<LoadData>>> = {