HomeSort by relevance Sort by last modified time
    Searched refs:parentWindow (Results 1 - 25 of 36) sorted by null

1 2

  /external/lzma/CPP/7zip/UI/FileManager/
PasswordDialog.h 25 INT_PTR Create(HWND parentWindow = 0) { return CModalDialog::Create(IDD_PASSWORD, parentWindow); }
ComboDialog.h 25 INT_PTR Create(HWND parentWindow = 0) { return CModalDialog::Create(IDD_COMBO, parentWindow); }
ProgressDialog2.h 303 HRESULT Create(const UString &title, HWND parentWindow = 0);
  /external/webrtc/webrtc/modules/video_capture/windows/
device_info_mf.cc 44 void* parentWindow,
device_info_mf.h 37 void* parentWindow, uint32_t positionX, uint32_t positionY);
device_info_ds.h 65 void* parentWindow,
device_info_ds.cc 741 void* parentWindow,
746 HWND window = (HWND) parentWindow;
  /external/lzma/CPP/Windows/Control/
Dialog.cpp 194 bool CModelessDialog::Create(LPCTSTR templateName, HWND parentWindow)
196 HWND aHWND = CreateDialogParam(g_hInstance, templateName, parentWindow, DialogProcedure, (LPARAM)this);
203 INT_PTR CModalDialog::Create(LPCTSTR templateName, HWND parentWindow)
205 return DialogBoxParam(g_hInstance, templateName, parentWindow, DialogProcedure, (LPARAM)this);
210 bool CModelessDialog::Create(LPCWSTR templateName, HWND parentWindow)
214 aHWND = CreateDialogParamW(g_hInstance, templateName, parentWindow, DialogProcedure, (LPARAM)this);
226 aHWND = CreateDialogParamA(g_hInstance, templateNameA, parentWindow, DialogProcedure, (LPARAM)this);
234 INT_PTR CModalDialog::Create(LPCWSTR templateName, HWND parentWindow)
237 return DialogBoxParamW(g_hInstance, templateName, parentWindow, DialogProcedure, (LPARAM)this);
247 return DialogBoxParamA(g_hInstance, templateNameA, parentWindow, DialogProcedure, (LPARAM)this);
    [all...]
Dialog.h 130 bool Create(LPCTSTR templateName, HWND parentWindow);
131 bool Create(UINT resID, HWND parentWindow) { return Create(MAKEINTRESOURCEW(resID), parentWindow); }
133 bool Create(LPCWSTR templateName, HWND parentWindow);
143 INT_PTR Create(LPCTSTR templateName, HWND parentWindow);
144 INT_PTR Create(UINT resID, HWND parentWindow) { return Create(MAKEINTRESOURCEW(resID), parentWindow); }
146 INT_PTR Create(LPCWSTR templateName, HWND parentWindow);
Window2.h 20 HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance);
25 HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance);
Window2.cpp 51 HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance)
71 x, y, width, height, parentWindow, idOrHMenu, instance, this);
78 HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance)
118 x, y, width, height, parentWindow, idOrHMenu, instance, this);
ListView.cpp 16 HWND parentWindow, HMENU idOrHMenu,
20 height, parentWindow, idOrHMenu, instance, createParam);
ListView.h 20 HWND parentWindow, HMENU idOrHMenu,
  /external/lzma/CPP/Windows/
Window.cpp 52 HWND parentWindow, HMENU idOrHMenu,
58 style, x, y, width, height, parentWindow,
63 style, x, y, width, height, parentWindow,
70 HWND parentWindow, HMENU idOrHMenu,
76 style, x, y, width, height, parentWindow,
99 style, x, y, width, height, parentWindow,
Window.h 88 HWND parentWindow, HMENU idOrHMenu,
92 style, x, y, width, height, parentWindow,
100 HWND parentWindow, HMENU idOrHMenu,
104 style, x, y, width, height, parentWindow,
113 HWND parentWindow, HMENU idOrHMenu,
118 HWND parentWindow, HMENU idOrHMenu,
  /external/webrtc/webrtc/modules/video_capture/ios/
device_info_ios.h 44 void* parentWindow,
device_info_ios.mm 151 void* parentWindow,
  /external/webrtc/webrtc/modules/video_capture/mac/qtkit/
video_capture_qtkit_info.h 81 const char* dialogTitleUTF8, void* parentWindow,
video_capture_qtkit_info.mm 103 const char* dialogTitleUTF8, void* parentWindow,
110 AndParentWindow:parentWindow AtX:positionX AndY:positionY]
video_capture_qtkit_info_objc.h 63 AndParentWindow:(void*) parentWindow AtX:(uint32_t)positionX
video_capture_qtkit_info_objc.mm 57 AndParentWindow:(void*) parentWindow
  /external/webrtc/webrtc/modules/video_capture/
video_capture.h 71 void* parentWindow,
  /external/webrtc/webrtc/modules/video_render/mac/
video_render_agl.cc 543 WindowRef parentWindow = HIViewGetWindow(windowRef);
545 InstallWindowEventHandler (parentWindow,
600 WindowRef parentWindow = HIViewGetWindow(hiviewRef);
616 obj->ParentWindowResized(parentWindow);
    [all...]
  /external/clang/tools/scan-build/share/scan-build/
sorttable.js 414 event = event || fixEvent(((this.ownerDocument || this.document || this).parentWindow || window).event);
  /external/clang/tools/scan-build-py/libscanbuild/resources/
sorttable.js 414 event = event || fixEvent(((this.ownerDocument || this.document || this).parentWindow || window).event);

Completed in 1605 milliseconds

1 2