HomeSort by relevance Sort by last modified time
    Searched refs:GetWindow (Results 26 - 50 of 56) sorted by null

12 3

  /external/chromium_org/ash/display/
mirror_window_controller.cc 167 aura::Window* MirrorWindowController::GetWindow() {
cursor_window_controller.cc 127 GetWindow();
  /external/chromium_org/ash/wm/overview/
scoped_window_copy.cc 174 aura::Window* ScopedWindowCopy::GetWindow() {
  /external/chromium_org/remoting/host/
verify_config_window_win.cc 66 HWND owner = ::GetWindow(m_hWnd, GW_OWNER);
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
sdlexe.cpp 295 RWindow& GetWindow() const;
445 RWindow& CSDLWin::GetWindow() const
521 iSDLWin->GetWindow(),
682 iSDLWin->GetWindow(),
  /external/chromium_org/chrome/browser/sessions/
session_service.cc     [all...]
session_service.h 303 SessionWindow* GetWindow(SessionID::id_type window_id,
  /external/chromium_org/ash/wm/
partial_screenshot_view.cc 57 virtual aura::Window* GetWindow() OVERRIDE {
app_list_controller.cc 251 aura::Window* AppListController::GetWindow() {
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
window_capturer_win.cc 49 HWND owner = GetWindow(hwnd, GW_OWNER);
  /external/chromium_org/ui/base/test/
ui_controls_internal_win.cc 178 ::GetWindow(::GetActiveWindow(), GW_OWNER) == window) ?
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oleidl.h     [all...]
urlmon.h     [all...]
windowsx.h16 58 #define GetWindowOwner(hwnd) GetWindow(hwnd,GW_OWNER)
61 #define GetFirstSibling(hwnd) GetWindow(hwnd,GW_HWNDFIRST)
62 #define GetLastSibling(hwnd) GetWindow(hwnd,GW_HWNDLAST)
63 #define GetNextSibling(hwnd) GetWindow(hwnd,GW_HWNDNEXT)
64 #define GetPrevSibling(hwnd) GetWindow(hwnd,GW_HWNDPREV)
    [all...]
windowsx.h 50 #define GetWindowOwner(hwnd) GetWindow(hwnd,GW_OWNER)
52 #define GetFirstSibling(hwnd) GetWindow(hwnd,GW_HWNDFIRST)
53 #define GetLastSibling(hwnd) GetWindow(hwnd,GW_HWNDLAST)
54 #define GetNextSibling(hwnd) GetWindow(hwnd,GW_HWNDNEXT)
55 #define GetPrevSibling(hwnd) GetWindow(hwnd,GW_HWNDPREV)
    [all...]
activscp.h 436 virtual HRESULT WINAPI GetWindow(HWND *phwnd) = 0;
445 HRESULT (WINAPI *GetWindow)(IActiveScriptSiteWindow *This,HWND *phwnd);
456 #define IActiveScriptSiteWindow_GetWindow(This,phwnd) (This)->lpVtbl->GetWindow(This,phwnd)
    [all...]
shobjidl.h     [all...]
ocidl.h     [all...]
shlobj.h     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
main_wnd.cc 536 next = ::GetWindow(focus, next_cmd);
543 next = ::GetWindow(focus, loop_around_cmd);
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_test.cc 40 IN_PROC_BROWSER_TEST_F(ExtensionTabsTest, GetWindow) {
  /external/chromium_org/ui/views/win/
hwnd_message_handler.cc 413 HWND start = ::GetWindow(hwnd(), GW_OWNER);
556 parent = ::GetWindow(hwnd(), GW_OWNER);
    [all...]
  /external/chromium_org/ash/
shell.cc 310 return app_list_controller_.get() ? app_list_controller_->GetWindow() : NULL;
    [all...]
  /external/libpng/contrib/visupng/
VisualPng.c 438 CenterAbout (hDlg, GetWindow (hDlg, GW_OWNER));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
FrameWork.py 777 def GetWindow(self):
    [all...]

Completed in 563 milliseconds

12 3