Home
last modified time | relevance | path

Searched refs:pchHostNS (Results 1 – 13 of 13) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/
H A DDOCHOSTUIINFO.java23 public long pchHostNS; field in DOCHOSTUIINFO
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/nsis/Contrib/WebBrowser/
H A DWebBrowser.cpp435 pInfo->pchHostNS = nullptr; in GetHostInfo()
/dports/www/firefox/firefox-99.0/other-licenses/nsis/Contrib/WebBrowser/
H A DWebBrowser.cpp435 pInfo->pchHostNS = nullptr; in GetHostInfo()
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/nsis/Contrib/WebBrowser/
H A DWebBrowser.cpp435 pInfo->pchHostNS = nullptr; in GetHostInfo()
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/nsis/Contrib/WebBrowser/
H A DWebBrowser.cpp435 pInfo->pchHostNS = nullptr; in GetHostInfo()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmshtmhst.h218 OLECHAR *pchHostNS; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmshtmhst.h218 OLECHAR *pchHostNS; member
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/msw/
H A Dwebview_missing.h177 OLECHAR *pchHostNS; member
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/msw/
H A Dwebview_missing.h177 OLECHAR *pchHostNS; member
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/msw/private/
H A Dwebview_missing.h230 OLECHAR *pchHostNS; member
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/
H A Dos_structs.c1354 jfieldID cbSize, dwFlags, dwDoubleClick, pchHostCss, pchHostNS; member
1367 DOCHOSTUIINFOFc.pchHostNS = (*env)->GetFieldID(env, DOCHOSTUIINFOFc.clazz, "pchHostNS", "J"); in cacheDOCHOSTUIINFOFields()
1378 lpStruct->pchHostNS = (OLECHAR *)(*env)->GetLongField(env, lpObject, DOCHOSTUIINFOFc.pchHostNS); in getDOCHOSTUIINFOFields()
1389 (*env)->SetLongField(env, lpObject, DOCHOSTUIINFOFc.pchHostNS, (jlong)lpStruct->pchHostNS); in setDOCHOSTUIINFOFields()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Web/MsHtml/
H A Dmod.rs6162 pub pchHostNS: super::super::Foundation::PWSTR, field
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Web/MsHtml/
H A Dmod.rs6322 pub pchHostNS: super::super::Foundation::PWSTR, field
6335 …f.dwDoubleClick).field("pchHostCss", &self.pchHostCss).field("pchHostNS", &self.pchHostNS).finish() in fmt()
6341 … == other.dwDoubleClick && self.pchHostCss == other.pchHostCss && self.pchHostNS == other.pchHostNS in eq()