Searched refs:GetWindow (Results 1 - 25 of 43) sorted by relevance

12

/external/chromium_org/ui/views/widget/
H A Dtooltip_manager_aura.cc30 aura::client::SetTooltipText(GetWindow(), &tooltip_text_);
34 aura::client::SetTooltipText(GetWindow(), NULL);
92 aura::Window* root_window = GetWindow()->GetRootWindow();
96 aura::Window::ConvertPointToTarget(root_window, GetWindow(), &view_point);
103 aura::Window* root_window = GetWindow()->GetRootWindow();
107 aura::Window::ConvertPointToTarget(root_window, GetWindow(), &view_point);
137 aura::client::SetTooltipId(GetWindow(), target);
139 aura::client::GetTooltipClient(root_window)->UpdateTooltip(GetWindow());
142 aura::Window* TooltipManagerAura::GetWindow() { function in class:views::TooltipManagerAura
H A Dtooltip_manager_aura.h52 aura::Window* GetWindow();
/external/chromium_org/ash/wm/
H A Doverlay_event_filter.cc40 if (!delegate_ || !delegate_->GetWindow() ||
41 !delegate_->GetWindow()->Contains(target))
H A Doverlay_event_filter.h36 virtual aura::Window* GetWindow() = 0;
H A Dapp_list_controller.h66 aura::Window* GetWindow();
/external/chromium_org/ash/wm/overview/
H A Dscoped_window_copy.h29 aura::Window* GetWindow();
H A Dscoped_transform_overview_window.cc128 if ((*iter)->GetWindow()->Contains(target))
210 } else if ((*iter)->GetWindow()->GetBoundsInScreen() !=
249 (*iter)->GetWindow(),
251 (*iter)->GetWindow()->parent(),
252 (*iter)->GetWindow()->GetTargetBounds()).origin() - origin,
/external/chromium_org/ash/test/
H A Dmirror_window_test_api.cc21 ->GetWindow();
/external/chromium_org/ui/views/corewm/
H A Dtooltip_controller_unittest.cc121 aura::Window* GetWindow() { function in class:views::corewm::test::TooltipControllerTest
126 return GetWindow()->GetRootWindow();
158 generator_->MoveMouseToCenterOf(GetWindow());
160 EXPECT_EQ(GetWindow(), GetRootWindow()->GetEventHandlerForPoint(
163 EXPECT_EQ(expected_tooltip, aura::client::GetTooltipText(GetWindow()));
165 EXPECT_EQ(GetWindow(), helper_->GetTooltipWindow());
174 EXPECT_EQ(expected_tooltip, aura::client::GetTooltipText(GetWindow()));
176 EXPECT_EQ(GetWindow(), helper_->GetTooltipWindow());
185 aura::Window* window = GetWindow();
219 generator_->MoveMouseRelativeTo(GetWindow(), view
702 aura::Window* GetWindow() { return widget_->GetNativeWindow(); } function in class:views::corewm::test::TooltipControllerTest3
[all...]
/external/chromium_org/ash/display/
H A Dmirror_window_controller.h57 aura::Window* GetWindow();
H A Ddisplay_controller.cc139 aura::Window* GetWindow(AshWindowTreeHost* ash_host) { function in namespace:ash::__anon1883
276 GetRootWindowController(GetWindow(it->second));
331 return GetWindow(host);
338 aura::Window* root_window = GetWindow(it->second);
357 if (GetRootWindowController(GetWindow(it->second)))
358 windows.push_back(GetWindow(it->second));
379 GetRootWindowController(GetWindow(it->second));
475 GetRootWindowSettings(GetWindow(primary_host))->display_id =
479 GetRootWindowSettings(GetWindow(non_primary_host))->display_id =
486 UpdateWorkAreaOfDisplayNearestWindow(GetWindow(primary_hos
[all...]
/external/chromium_org/ash/keyboard_overlay/
H A Dkeyboard_overlay_view.h46 virtual aura::Window* GetWindow() OVERRIDE;
H A Dkeyboard_overlay_view.cc65 aura::Window* KeyboardOverlayView::GetWindow() { function in class:ash::KeyboardOverlayView
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service_views.cc57 return shower_.GetWindow();
H A Dapp_list_shower_views.h28 gfx::NativeWindow GetWindow();
H A Dapp_list_shower_views.cc48 gfx::NativeWindow AppListShower::GetWindow() { function in class:AppListShower
/external/chromium_org/content/browser/renderer_host/input/
H A Dsynthetic_gesture_target_aura.cc34 aura::Window* window = GetWindow();
55 aura::Window* window = GetWindow();
122 aura::Window* window = GetWindow();
145 aura::Window* SyntheticGestureTargetAura::GetWindow() const { function in class:content::SyntheticGestureTargetAura
H A Dsynthetic_gesture_target_aura.h48 aura::Window* GetWindow() const;
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dwin32window.cc121 for (HWND child = ::GetWindow(hwnd, GW_CHILD); child;
122 child = ::GetWindow(child, GW_HWNDNEXT)) {
H A Dwin32windowpicker.cc32 HWND owner = GetWindow(hwnd, GW_OWNER);
/external/chromium_org/third_party/webrtc/base/
H A Dwin32window.cc104 for (HWND child = ::GetWindow(hwnd, GW_CHILD); child;
105 child = ::GetWindow(child, GW_HWNDNEXT)) {
H A Dwin32windowpicker.cc38 HWND owner = GetWindow(hwnd, GW_OWNER);
/external/chromium_org/ash/first_run/
H A Dfirst_run_helper_impl.h39 virtual aura::Window* GetWindow() OVERRIDE;
H A Dfirst_run_helper_impl.cc89 aura::Window* FirstRunHelperImpl::GetWindow() { function in class:ash::FirstRunHelperImpl
/external/chromium_org/chrome/browser/hang_monitor/
H A Dhung_window_detector.cc71 !::GetWindow(top_level_window_, GW_ENABLEDPOPUP)) {

Completed in 729 milliseconds

12