HomeSort by relevance Sort by last modified time
    Searched defs:HostWindow (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/remoting/host/
host_window.h 18 class HostWindow : public base::NonThreadSafe {
20 virtual ~HostWindow() {}
23 static scoped_ptr<HostWindow> CreateContinueWindow();
26 static scoped_ptr<HostWindow> CreateDisconnectWindow();
34 HostWindow() {}
38 // of |HostWindow| to a different thread.
41 DISALLOW_COPY_AND_ASSIGN(HostWindow);
  /external/chromium_org/third_party/WebKit/Source/platform/
HostWindow.h 37 class PLATFORM_EXPORT HostWindow {
38 WTF_MAKE_NONCOPYABLE(HostWindow); WTF_MAKE_FAST_ALLOCATED;
40 HostWindow() { }
41 virtual ~HostWindow() { }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msimcsdk.h 229 virtual HRESULT WINAPI HostWindow(BSTR bstrControl,__LONG32 lStyle,VARIANT_BOOL fShowOnTaskbar,IDispatch **ppMSIMWnd) = 0;
247 HRESULT (WINAPI *HostWindow)(IMSIMHost *This,BSTR bstrControl,__LONG32 lStyle,VARIANT_BOOL fShowOnTaskbar,IDispatch **ppMSIMWnd);
267 #define IMSIMHost_HostWindow(This,bstrControl,lStyle,fShowOnTaskbar,ppMSIMWnd) (This)->lpVtbl->HostWindow(This,bstrControl,lStyle,fShowOnTaskbar,ppMSIMWnd)
    [all...]

Completed in 559 milliseconds