Home
last modified time | relevance | path

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

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stedit/include/wx/stedit/
H A Dsteopts.h274 …int GetFrameOptions() const { return GetOptionInt(STE_OPTION_FRAME); } ///< STE_FrameOptions… in GetFrameOptions() function
280 bool HasFrameOption( int opt) const { return STE_HASBIT(opt, GetFrameOptions()); } in HasFrameOption()
286 …void SetFrameOption( int opt, bool val ) { SetFrameOptions(STE_SETBIT(GetFrameOptions(), opt, v… in SetFrameOption()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/api/app_window/
H A Dapp_window_api.h38 bool GetFrameOptions(
H A Dapp_window_api.cc236 if (!GetFrameOptions(*options, &create_params, &error)) in Run()
579 bool AppWindowCreateFunction::GetFrameOptions( in GetFrameOptions() function in extensions::AppWindowCreateFunction
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/app_window/
H A Dapp_window_api.h38 bool GetFrameOptions(
H A Dapp_window_api.cc233 if (!GetFrameOptions(*options, &create_params, &error)) in Run()
575 bool AppWindowCreateFunction::GetFrameOptions( in GetFrameOptions() function in extensions::AppWindowCreateFunction
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dhtiframe.h168 virtual HRESULT WINAPI GetFrameOptions(DWORD *pdwFlags) = 0;
187 HRESULT (WINAPI *GetFrameOptions)(ITargetFrame2 *This,DWORD *pdwFlags);
208 #define ITargetFrame2_GetFrameOptions(This,pdwFlags) (This)->lpVtbl->GetFrameOptions(This,pdwFlags)
H A Dhtiface.h96 virtual HRESULT WINAPI GetFrameOptions(DWORD *pdwFlags) = 0;
117 HRESULT (WINAPI *GetFrameOptions)(ITargetFrame *This,DWORD *pdwFlags);
140 #define ITargetFrame_GetFrameOptions(This,pdwFlags) (This)->lpVtbl->GetFrameOptions(This,pdwFlags)
H A Dshobjidl.h23679 virtual HRESULT STDMETHODCALLTYPE GetFrameOptions(
23704 HRESULT (STDMETHODCALLTYPE *GetFrameOptions)(
23723 …FrameOptions_GetFrameOptions(This,dwMask,pdwOptions) (This)->lpVtbl->GetFrameOptions(This,dwMask,p…
23737 return This->lpVtbl->GetFrameOptions(This,dwMask,pdwOptions);
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dhtiframe.h168 virtual HRESULT WINAPI GetFrameOptions(DWORD *pdwFlags) = 0;
187 HRESULT (WINAPI *GetFrameOptions)(ITargetFrame2 *This,DWORD *pdwFlags);
208 #define ITargetFrame2_GetFrameOptions(This,pdwFlags) (This)->lpVtbl->GetFrameOptions(This,pdwFlags)
H A Dhtiface.h96 virtual HRESULT WINAPI GetFrameOptions(DWORD *pdwFlags) = 0;
117 HRESULT (WINAPI *GetFrameOptions)(ITargetFrame *This,DWORD *pdwFlags);
140 #define ITargetFrame_GetFrameOptions(This,pdwFlags) (This)->lpVtbl->GetFrameOptions(This,pdwFlags)
H A Dshobjidl.h23679 virtual HRESULT STDMETHODCALLTYPE GetFrameOptions(
23704 HRESULT (STDMETHODCALLTYPE *GetFrameOptions)(
23723 …FrameOptions_GetFrameOptions(This,dwMask,pdwOptions) (This)->lpVtbl->GetFrameOptions(This,dwMask,p…
23737 return This->lpVtbl->GetFrameOptions(This,dwMask,pdwOptions);
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/Shell/
H A Dmod.rs10007 pub unsafe fn GetFrameOptions(&self, dwmask: u32) -> ::windows::runtime::Result<u32> {
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Web/MsHtml/
H A Dmod.rs104625 pub unsafe fn GetFrameOptions(&self) -> ::windows::runtime::Result<u32> { in GetFrameOptions() method
104730 pub unsafe fn GetFrameOptions(&self) -> ::windows::runtime::Result<u32> { in GetFrameOptions() method