Home
last modified time | relevance | path

Searched defs:URLValueData (Results 1 – 7 of 7) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsCSSValue.h98 struct URLValueData { struct
206 // URLValueData. argument
210 virtual ~URLValueData(); argument
216 URLValueData& operator=(const URLValueData& aOther) = delete; argument
H A DnsCSSValue.cpp2693 css::URLValueData::URLValueData(already_AddRefed<PtrHolder<nsIURI>> aURI, in URLValueData() function in css::URLValueData
2707 css::URLValueData::URLValueData(already_AddRefed<PtrHolder<nsIURI>> aURI, in URLValueData() function in css::URLValueData
2721 css::URLValueData::URLValueData(const nsAString& aString, in URLValueData() function in css::URLValueData
2733 css::URLValueData::URLValueData(ServoRawOffsetArc<RustString> aString, in URLValueData() function in css::URLValueData
H A DnsStyleStruct.h319 typedef mozilla::css::URLValueData URLValueData; typedef
432 typedef mozilla::css::URLValueData URLValueData; typedef
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsCSSValue.h95 struct URLValueData struct
141 NS_INLINE_DECL_THREADSAFE_REFCOUNTING(URLValueData) argument
169 virtual ~URLValueData() = default; argument
175 URLValueData& operator=(const URLValueData& aOther) = delete; argument
H A DnsCSSValue.cpp2714 css::URLValueData::URLValueData(already_AddRefed<PtrHolder<nsIURI>> aURI, in URLValueData() function in css::URLValueData
2733 css::URLValueData::URLValueData(nsStringBuffer* aString, in URLValueData() function in css::URLValueData
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dstructs.rs1298 pub struct URLValueData { struct
1306 pub mStrings: root::mozilla::css::URLValueData_RustOrGeckoString,
1307 pub mUsingRustString: bool,
1308 pub mLoadedImage: bool,
1309 pub mCORSMode: root::mozilla::CORSMode,
H A Dbindings.rs1171 pub fn Gecko_GetURLValue(image: *const nsStyleImage) -> *const URLValueData; in Gecko_GetURLValue()