/external/chromium_org/ui/views/corewm/ |
D | tooltip_controller_unittest.cc | 106 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/ |
D | tooltip_manager_aura.cc | 29 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/ |
D | glass_browser_frame_view.cc | 88 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 …]
|
D | app_panel_browser_frame_view.cc | 150 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 …]
|
D | opaque_browser_frame_view.cc | 202 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 …]
|
D | browser_view.cc | 244 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 …]
|
D | browser_frame.cc | 22 views::Window* BrowserFrame::GetWindow() { in GetWindow() function in BrowserFrame 23 return native_browser_frame_->AsNativeWindow()->GetWindow(); in GetWindow()
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | status_bubble_mac_unittest.mm | 118 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/ |
D | constrained_window_views.cc | 322 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/ |
D | status_bubble_mac_unittest.mm | 136 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/ |
D | chrome_frame_plugin.h | 90 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/ |
D | overlay_event_filter.cc | 43 if (!delegate_ || !delegate_->GetWindow() || in OnKeyEvent() 44 !delegate_->GetWindow()->Contains(target)) in OnKeyEvent()
|
D | overlay_event_filter.h | 36 virtual aura::Window* GetWindow() = 0;
|
/external/chromium_org/ash/wm/overview/ |
D | scoped_transform_overview_window.cc | 124 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()
|
D | scoped_window_copy.h | 34 aura::Window* GetWindow();
|
/external/chromium/chrome/browser/chromeos/frame/ |
D | browser_view.cc | 260 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/ |
D | app_list_shower.cc | 48 gfx::NativeWindow AppListShower::GetWindow() { in GetWindow() function in AppListShower 51 return app_list_->GetWindow(); in GetWindow()
|
D | app_list.h | 23 virtual gfx::NativeWindow GetWindow() = 0;
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | win32window.cc | 117 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/ |
D | win32window.cc | 121 for (HWND child = ::GetWindow(hwnd, GW_CHILD); child; in WndProc() 122 child = ::GetWindow(child, GW_HWNDNEXT)) { in WndProc()
|
/external/chromium_org/chrome/test/perf/ |
D | feature_startup_test.cc | 73 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/ |
D | tab_dragging_test.cc | 61 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()
|
D | base_tab_strip.cc | 139 if (tab_count() > 1 && GetWindow() && GetWindow()->IsVisible()) in AddTabAt() 163 if (GetWindow() && GetWindow()->IsVisible()) in SetTabData()
|
/external/chromium_org/chrome_frame/test/ |
D | ie_event_sink.cc | 410 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/ |
D | pref_service_uitest.cc | 107 scoped_refptr<WindowProxy> window(browser->GetWindow()); in TEST_F() 163 scoped_refptr<WindowProxy> window(browser->GetWindow()); in TEST_F()
|