Home
last modified time | relevance | path

Searched refs:GetWindow (Results 1 – 25 of 108) sorted by relevance

12345

/external/chromium_org/ui/views/corewm/
Dtooltip_controller_unittest.cc106 aura::Window* GetWindow() { in GetWindow() function in views::corewm::test::TooltipControllerTest
111 return GetWindow()->GetRootWindow(); in GetRootWindow()
140 generator_->MoveMouseToCenterOf(GetWindow()); in TEST_F()
142 EXPECT_EQ(GetWindow(), GetRootWindow()->GetEventHandlerForPoint( in TEST_F()
145 EXPECT_EQ(expected_tooltip, aura::client::GetTooltipText(GetWindow())); in TEST_F()
147 EXPECT_EQ(GetWindow(), helper_->GetTooltipWindow()); in TEST_F()
156 EXPECT_EQ(expected_tooltip, aura::client::GetTooltipText(GetWindow())); in TEST_F()
158 EXPECT_EQ(GetWindow(), helper_->GetTooltipWindow()); in TEST_F()
167 aura::Window* window = GetWindow(); in TEST_F()
201 generator_->MoveMouseRelativeTo(GetWindow(), view_->bounds().CenterPoint()); in TEST_F()
[all …]
/external/chromium_org/ui/views/widget/
Dtooltip_manager_aura.cc29 aura::client::SetTooltipText(GetWindow(), &tooltip_text_); in TooltipManagerAura()
33 aura::client::SetTooltipText(GetWindow(), NULL); in ~TooltipManagerAura()
91 aura::Window* root_window = GetWindow()->GetRootWindow(); in UpdateTooltip()
95 aura::Window::ConvertPointToTarget(root_window, GetWindow(), &view_point); in UpdateTooltip()
102 aura::Window* root_window = GetWindow()->GetRootWindow(); in TooltipTextChanged()
106 aura::Window::ConvertPointToTarget(root_window, GetWindow(), &view_point); in TooltipTextChanged()
135 aura::client::GetTooltipClient(root_window)->UpdateTooltip(GetWindow()); in UpdateTooltipForTarget()
138 aura::Window* TooltipManagerAura::GetWindow() { in GetWindow() function in views::TooltipManagerAura
/external/chromium/chrome/browser/ui/views/frame/
Dglass_browser_frame_view.cc88 if (frame_->GetWindow()->window_delegate()->ShouldShowWindowIcon()) in GlassBrowserFrameView()
132 frame_->GetWindow()->IsMaximized()) in GetBoundsForTabStrip()
142 (frame_->GetWindow()->IsMaximized() ? in GetBoundsForTabStrip()
179 HWND hwnd = frame_->GetWindow()->GetNativeWindow(); in GetWindowBoundsForClientBounds()
208 frame_->GetWindow()->client_view()->NonClientHitTest(point); in NonClientHitTest()
230 frame_->GetWindow()->window_delegate()->CanResize()); in NonClientHitTest()
255 if (!frame_->GetWindow()->IsMaximized()) in OnPaint()
268 return (frame_->GetWindow()->IsMaximized() && show_profile_button() && in HitTest()
271 !GetWindow()->client_view()->bounds().Contains(l); in HitTest()
278 views::Window* window = frame_->GetWindow(); in FrameBorderThickness()
[all …]
Dapp_panel_browser_frame_view.cc150 frame_->GetWindow()->client_view()->NonClientHitTest(point); in NonClientHitTest()
157 if (frame_->GetWindow()->IsMaximized()) in NonClientHitTest()
174 frame_->GetWindow()->window_delegate()->CanResize()); in NonClientHitTest()
183 if (frame_->GetWindow()->IsMaximized()) in GetWindowMask()
222 views::Window* window = frame_->GetWindow(); in OnPaint()
244 frame_->GetWindow()->CloseWindow(); in ButtonPressed()
259 return frame_->GetWindow()->window_delegate()->GetWindowIcon(); in GetFaviconForTabIconView()
266 return frame_->GetWindow()->IsMaximized() ? 0 : kFrameBorderThickness; in FrameBorderThickness()
271 (frame_->GetWindow()->IsMaximized() ? 0 : kClientEdgeThickness); in NonClientBorderThickness()
282 (frame_->GetWindow()->IsMaximized() ? 0 : kClientEdgeThickness); in TitlebarBottomThickness()
[all …]
Dopaque_browser_frame_view.cc202 views::Window* window = frame_->GetWindow(); in NonClientTopBorderHeight()
240 (frame_->GetWindow()->IsMaximized() ? in GetBoundsForTabStrip()
249 (frame_->GetWindow()->IsMaximized() || in GetHorizontalTabStripVerticalOffset()
250 frame_->GetWindow()->IsFullscreen())) ? in GetHorizontalTabStripVerticalOffset()
265 views::WindowDelegate* delegate = frame_->GetWindow()->window_delegate(); in GetMinimumSize()
310 frame_->GetWindow()->client_view()->NonClientHitTest(point); in NonClientHitTest()
317 if (frame_->GetWindow()->IsMaximized()) in NonClientHitTest()
340 views::WindowDelegate* delegate = frame_->GetWindow()->window_delegate(); in NonClientHitTest()
356 if (frame_->GetWindow()->IsMaximized() || frame_->GetWindow()->IsFullscreen()) in GetWindowMask()
381 views::Window* window = frame_->GetWindow(); in OnPaint()
[all …]
Dbrowser_view.cc244 views::Window* window = GetWindow(); in OnPaint()
264 views::Window* window = GetWindow(); in GetPreferredSize()
283 views::Window* GetWindow() { in GetWindow() function in ResizeCorner
285 return widget ? widget->GetWindow() : NULL; in GetWindow()
543 if (frame_->GetWindow()->IsVisible()) { in Show()
544 frame_->GetWindow()->Activate(); in Show()
560 frame_->GetWindow()->Show(); in Show()
564 views::Window* window = frame_->GetWindow(); in ShowInactive()
577 frame_->GetWindow()->CloseWindow(); in Close()
581 frame_->GetWindow()->Activate(); in Activate()
[all …]
Dbrowser_frame.cc22 views::Window* BrowserFrame::GetWindow() { in GetWindow() function in BrowserFrame
23 return native_browser_frame_->AsNativeWindow()->GetWindow(); in GetWindow()
/external/chromium/chrome/browser/ui/cocoa/
Dstatus_bubble_mac_unittest.mm118 NSWindow* GetWindow() {
278 [GetWindow() setAlphaValue:0.0];
290 [GetWindow() setAlphaValue:0.5];
302 [GetWindow() setAlphaValue:1.0];
313 [GetWindow() setAlphaValue:0.5];
325 [GetWindow() setAlphaValue:0.0];
336 [GetWindow() setAlphaValue:0.5];
348 [GetWindow() setAlphaValue:1.0];
361 [GetWindow() setAlphaValue:0.5];
383 [GetWindow() setAlphaValue:0.0];
[all …]
/external/chromium/chrome/browser/ui/views/
Dconstrained_window_views.cc322 container_->GetWindow()->client_view()->NonClientHitTest(point); in NonClientHitTest()
340 container_->GetWindow()->window_delegate()->CanResize()); in NonClientHitTest()
495 container_->GetWindow()->window_delegate()->GetWindowTitle(), in PaintTitleBar()
577 GetWindow()->non_client_view()->SetFrameView(CreateFrameViewForWindow()); in ConstrainedWindowViews()
585 views::Window* ConstrainedWindowViews::GetWindow() { in GetWindow() function in ConstrainedWindowViews
586 return native_constrained_window_->AsNativeWindow()->GetWindow(); in GetWindow()
595 GetWindow()->non_client_view()->SetVisible(true); in ShowConstrainedWindow()
598 GetWindow()->Activate(); in ShowConstrainedWindow()
609 GetWindow()->CloseWindow(); in CloseConstrainedWindow()
615 GetWindow()->window_delegate() && in FocusConstrainedWindow()
[all …]
/external/chromium_org/chrome/browser/ui/cocoa/
Dstatus_bubble_mac_unittest.mm136 NSWindow* GetWindow() {
156 return NSPointInRect(NSMakePoint(x, y), [GetWindow() frame]);
319 [GetWindow() setAlphaValue:0.0];
331 [GetWindow() setAlphaValue:0.5];
343 [GetWindow() setAlphaValue:1.0];
354 [GetWindow() setAlphaValue:0.5];
366 [GetWindow() setAlphaValue:0.0];
377 [GetWindow() setAlphaValue:0.5];
389 [GetWindow() setAlphaValue:1.0];
402 [GetWindow() setAlphaValue:0.5];
[all …]
/external/chromium_org/chrome_frame/
Dchrome_frame_plugin.h90 virtual WindowType GetWindow() const { in GetWindow() function
96 if (::IsWindow(GetWindow())) { in GetBounds()
138 SetFocus(GetWindow()); in OnHandleContextMenu()
143 UINT selected = TrackPopupMenuEx(menu, flags, x, y, GetWindow(), NULL); in OnHandleContextMenu()
187 HWND plugin_window = GetWindow(); in OnParentNotify()
/external/chromium_org/ash/wm/
Doverlay_event_filter.cc43 if (!delegate_ || !delegate_->GetWindow() || in OnKeyEvent()
44 !delegate_->GetWindow()->Contains(target)) in OnKeyEvent()
Doverlay_event_filter.h36 virtual aura::Window* GetWindow() = 0;
/external/chromium_org/ash/wm/overview/
Dscoped_transform_overview_window.cc124 if ((*iter)->GetWindow()->Contains(target)) in Contains()
206 } else if ((*iter)->GetWindow()->GetBoundsInScreen() != in SetTransform()
245 (*iter)->GetWindow(), in SetTransformOnWindowAndTransientChildren()
247 (*iter)->GetWindow()->parent(), in SetTransformOnWindowAndTransientChildren()
248 (*iter)->GetWindow()->GetTargetBounds()).origin() - origin, in SetTransformOnWindowAndTransientChildren()
Dscoped_window_copy.h34 aura::Window* GetWindow();
/external/chromium/chrome/browser/chromeos/frame/
Dbrowser_view.cc260 GTK_WIDGET(frame()->GetWindow()->GetNativeWindow()), in Init()
274 bool was_visible = frame()->GetWindow()->IsVisible(); in ShowInternal()
285 GTK_WIDGET(frame()->GetWindow()->GetNativeWindow()), in ShowInternal()
311 GTK_WIDGET(GetWindow()->GetNativeWindow())); in GetSavedWindowBounds()
355 return GetWindow()->GetNativeWindow(); in GetNativeWindow()
/external/chromium_org/chrome/browser/ui/app_list/
Dapp_list_shower.cc48 gfx::NativeWindow AppListShower::GetWindow() { in GetWindow() function in AppListShower
51 return app_list_->GetWindow(); in GetWindow()
Dapp_list.h23 virtual gfx::NativeWindow GetWindow() = 0;
/external/chromium/third_party/libjingle/source/talk/base/
Dwin32window.cc117 for (HWND child = ::GetWindow(hwnd, GW_CHILD); child; in WndProc()
118 child = ::GetWindow(child, GW_HWNDNEXT)) { in WndProc()
/external/chromium_org/third_party/libjingle/source/talk/base/
Dwin32window.cc121 for (HWND child = ::GetWindow(hwnd, GW_CHILD); child; in WndProc()
122 child = ::GetWindow(child, GW_HWNDNEXT)) { in WndProc()
/external/chromium_org/chrome/test/perf/
Dfeature_startup_test.cc73 ASSERT_TRUE(window->GetWindow().get()->SetBounds(gfx::Rect(1000, 1000))); in RunStartupTest()
123 ASSERT_TRUE(window->GetWindow().get()->SetBounds(gfx::Rect(1000, 1000))); in RunNewTabTimingTest()
/external/chromium/chrome/browser/ui/views/tabs/
Dtab_dragging_test.cc61 scoped_refptr<WindowProxy> window(browser->GetWindow()); in TEST_F()
159 scoped_refptr<WindowProxy> window(browser->GetWindow()); in TEST_F()
266 scoped_refptr<WindowProxy> window(browser->GetWindow()); in TEST_F()
376 scoped_refptr<WindowProxy> window(browser->GetWindow()); in TEST_F()
495 scoped_refptr<WindowProxy> window2(browser2->GetWindow()); in TEST_F()
Dbase_tab_strip.cc139 if (tab_count() > 1 && GetWindow() && GetWindow()->IsVisible()) in AddTabAt()
163 if (GetWindow() && GetWindow()->IsVisible()) in SetTabData()
/external/chromium_org/chrome_frame/test/
Die_event_sink.cc410 ole_window->GetWindow(&activex_window); in GetRendererWindow()
417 first_child = ::GetWindow(first_child, GW_CHILD)) { in GetRendererWindow()
442 ole_window->GetWindow(&renderer_window); in GetRendererWindow()
460 ole_window->GetWindow(&activex_window); in GetRendererWindowSafe()
464 first_child = ::GetWindow(first_child, GW_CHILD)) { in GetRendererWindowSafe()
480 ole_window->GetWindow(&renderer_window); in GetRendererWindowSafe()
/external/chromium/chrome/browser/prefs/
Dpref_service_uitest.cc107 scoped_refptr<WindowProxy> window(browser->GetWindow()); in TEST_F()
163 scoped_refptr<WindowProxy> window(browser->GetWindow()); in TEST_F()

12345