/external/chromium/chrome/browser/ui/views/frame/ |
popup_non_client_frame_view.h | 25 virtual void GetWindowMask(const gfx::Size& size, gfx::Path* window_mask)
|
popup_non_client_frame_view.cc | 36 void PopupNonClientFrameView::GetWindowMask(const gfx::Size& size,
|
app_panel_browser_frame_view.h | 49 virtual void GetWindowMask(const gfx::Size& size, gfx::Path* window_mask)
|
glass_browser_frame_view.h | 45 virtual void GetWindowMask(const gfx::Size& size, gfx::Path* window_mask)
|
opaque_browser_frame_view.h | 79 virtual void GetWindowMask(const gfx::Size& size, gfx::Path* window_mask)
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
popup_non_client_frame_view.h | 22 virtual void GetWindowMask(const gfx::Size& size, gfx::Path* window_mask)
|
popup_non_client_frame_view.cc | 31 void PopupNonClientFrameView::GetWindowMask(const gfx::Size& size,
|
app_panel_browser_frame_view.h | 44 virtual void GetWindowMask(const gfx::Size& size,
|
browser_non_client_frame_view_ash.h | 47 virtual void GetWindowMask(const gfx::Size& size,
|
glass_browser_frame_view.h | 38 virtual void GetWindowMask(const gfx::Size& size, gfx::Path* window_mask)
|
/external/chromium_org/chrome/browser/ui/views/message_center/ |
message_center_frame_view.h | 29 virtual void GetWindowMask(const gfx::Size& size,
|
message_center_frame_view.cc | 52 void MessageCenterFrameView::GetWindowMask(const gfx::Size& size,
|
/external/chromium_org/ui/views/window/ |
native_frame_view.cc | 49 void NativeFrameView::GetWindowMask(const gfx::Size& size,
|
native_frame_view.h | 24 virtual void GetWindowMask(const gfx::Size& size,
|
non_client_view.h | 69 virtual void GetWindowMask(const gfx::Size& size, 183 void GetWindowMask(const gfx::Size& size, gfx::Path* window_mask);
|
custom_frame_view.h | 45 virtual void GetWindowMask(const gfx::Size& size,
|
non_client_view.cc | 98 void NonClientView::GetWindowMask(const gfx::Size& size, 100 frame_view_->GetWindowMask(size, window_mask);
|
/external/chromium/chrome/browser/chromeos/frame/ |
bubble_frame_view.h | 41 virtual void GetWindowMask(const gfx::Size& size, gfx::Path* window_mask)
|
/external/chromium_org/apps/ui/views/ |
shell_window_frame_view.h | 58 virtual void GetWindowMask(const gfx::Size& size,
|
/external/chromium_org/ash/wm/ |
custom_frame_view_ash.h | 52 virtual void GetWindowMask(const gfx::Size& size,
|
/external/chromium_org/ash/wm/panels/ |
panel_frame_view.h | 50 virtual void GetWindowMask(const gfx::Size& size,
|
panel_frame_view.cc | 84 void PanelFrameView::GetWindowMask(const gfx::Size&, gfx::Path*) {
|
/external/chromium_org/ui/views/bubble/ |
bubble_frame_view.h | 40 virtual void GetWindowMask(const gfx::Size& size,
|
/external/chromium_org/chrome/browser/ui/views/panels/ |
panel_frame_view.h | 63 virtual void GetWindowMask(const gfx::Size& size,
|
/external/chromium_org/ui/views/win/ |
hwnd_message_handler_delegate.h | 67 virtual void GetWindowMask(const gfx::Size& size, gfx::Path* mask) = 0;
|