HomeSort by relevance Sort by last modified time
    Searched defs:window_ (Results 51 - 75 of 152) sorted by null

1 23 4 5 6 7

  /external/chromium_org/chrome/browser/ui/views/panels/
x11_panel_resizer.h 60 aura::Window* window_; member in class:X11PanelResizer
  /external/chromium_org/chrome/browser/ui/views/status_icons/
status_icon_win.h 45 HWND window() const { return window_; }
71 HWND window_; member in class:StatusIconWin
  /external/chromium_org/chrome/browser/ui/webui/
certificate_viewer_webui.h 68 gfx::NativeWindow window_; member in class:CertificateViewerModalDialog
  /external/chromium_org/components/storage_monitor/
storage_monitor_win.h 69 // The window class of |window_|.
72 // The handle of the module that contains the window procedure of |window_|.
74 HWND window_; member in class:storage_monitor::StorageMonitorWin
  /external/chromium_org/mojo/services/native_viewport/
native_viewport_android.h 58 ANativeWindow* window_; member in class:mojo::services::NativeViewportAndroid
native_viewport_x11.cc 31 XDestroyWindow(gfx::GetXDisplay(), window_); local
44 window_ = XCreateWindow(
57 XSetWMProtocols(display, window_, &atom_wm_delete_window_, 1);
66 XSelectInput(display, window_, event_mask);
70 XSetWMProperties(display, window_, NULL, NULL, NULL, 0, NULL, NULL, NULL);
75 delegate_->OnAcceleratedWidgetAvailable(window_);
80 XMapWindow(display, window_);
82 event_source_.get())->BlockUntilWindowMapped(window_); variable
87 XWithdrawWindow(gfx::GetXDisplay(), window_, 0); variable
148 XID window_; member in class:mojo::services::NativeViewportX11
    [all...]
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/x11/
x_server_pixel_buffer.h 38 bool is_initialized() { return window_ != 0; }
73 Window window_; member in class:webrtc::XServerPixelBuffer
  /external/chromium_org/ui/aura/demo/
demo_main.cc 83 explicit DemoWindowTreeClient(aura::Window* window) : window_(window) {
84 aura::client::SetWindowTreeClient(window_, this);
88 aura::client::SetWindowTreeClient(window_, NULL);
97 new aura::client::DefaultCaptureClient(window_->GetRootWindow()));
99 return window_;
103 aura::Window* window_; member in class:__anon20459::DemoWindowTreeClient
  /external/chromium_org/ui/compositor/test/
test_compositor_host_x11.cc 41 XID window_; member in class:ui::TestCompositorHostX11
61 window_ = XCreateWindow(
70 XMapWindow(display, window_);
75 if (event.type == MapNotify && event.xmap.window == window_)
78 compositor_.reset(new ui::Compositor(window_, context_factory_));
  /external/chromium_org/ui/gl/
gl_surface_egl.h 81 EGLNativeWindowType window_; member in class:gfx::NativeViewGLSurfaceEGL
gl_surface_glx.h 85 gfx::AcceleratedWidget window_; member in class:gfx::NativeViewGLSurfaceGLX
  /external/chromium_org/ui/wm/core/
input_method_event_filter_unittest.cc 34 explicit TestTextInputClient(aura::Window* window) : window_(window) {}
36 virtual aura::Window* GetAttachedWindow() const OVERRIDE { return window_; }
39 aura::Window* window_; member in class:wm::TestTextInputClient
transient_window_manager.h 54 // Returns true if in the process of stacking |window_| on top of |target|.
76 aura::Window* window_; member in class:wm::TransientWindowManager
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.h 99 gfx::AcceleratedWidget window_; member in class:webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl
  /external/chromium_org/ash/display/
screen_position_controller_unittest.cc 56 window_.reset(new aura::Window(&window_delegate_));
57 window_->SetType(ui::wm::WINDOW_TYPE_NORMAL);
58 window_->Init(aura::WINDOW_LAYER_NOT_DRAWN);
59 ParentWindowInPrimaryRootWindow(window_.get());
60 window_->set_id(1);
64 window_.reset();
73 window_->GetRootWindow(), &point);
78 scoped_ptr<aura::Window> window_; member in class:ash::test::__anon6523::ScreenPositionControllerTest
102 window_->SetBoundsInScreen(
140 window_->SetBoundsInScreen
    [all...]
  /external/chromium_org/ash/test/
test_activation_delegate.h 50 aura::Window* window_; member in class:ash::test::TestActivationDelegate
  /external/chromium_org/ash/wm/
resize_shadow_and_cursor_unittest.cc 64 window_ = widget->GetNativeView();
66 // Add a child window to |window_| in order to properly test that the resize
68 // ash::kResizeInsideBoundsSize inside of |window_|'s edges.
71 window_->AddChild(child);
79 ->GetShadowForWindowForTest(window_);
95 // corner of |window_|. Tests whether the resize shadow is shown.
107 return window_;
111 aura::Window* window_; member in class:ash::test::ResizeShadowAndCursorTest
  /external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_context_menu_chromeos.cc 54 aura::Window* window_; member in class:chromeos::__anon9557::MultiUserContextMenuChromeos
61 window_(window) {
66 ExecuteVisitDesktopCommand(command_id, window_);
103 const std::string user_id, aura::Window* window_, bool no_show_again) {
110 chrome::MultiUserWindowManager::GetInstance()->ShowWindowForUser(window_,
  /external/chromium_org/chrome/test/base/
view_event_test_base.h 135 views::Widget* window_; member in class:ViewEventTestBase
  /external/chromium_org/content/browser/web_contents/aura/
overscroll_navigation_overlay.h 34 bool has_window() const { return !!window_.get(); }
95 scoped_ptr<aura::Window> window_; member in class:content::OverscrollNavigationOverlay
97 // This is the WindowDelegate of |window_|. The delegate manages its own
98 // lifetime (destroys itself when |window_| is destroyed).
  /external/chromium_org/mojo/services/view_manager/
node.h 43 aura::Window* window() { return &window_; }
45 const gfx::Rect& bounds() const { return window_.bounds(); }
103 aura::Window window_; member in class:mojo::view_manager::service::Node
  /external/chromium_org/ui/aura/
window_tree_host.h 60 Window* window() { return window_; }
61 const Window* window() const { return window_; }
183 // We don't use a scoped_ptr for |window_| since we need this ptr to be valid
187 Window* window_; // Owning. member in class:aura::WindowTreeHost
  /external/chromium_org/ui/views/widget/
native_widget_aura.h 197 // destroyed along with |window_| all usage of |window_| should first verify
199 aura::Window* window_; member in class:views::NativeWidgetAura
218 // Reorders child windows of |window_| associated with a view based on the
  /development/ndk/sources/android/ndk_helper/
GLContext.h 55 ANativeWindow* window_; member in class:ndk_helper::GLContext
  /external/chromium_org/apps/ui/views/
app_window_frame_view.h 99 NativeAppWindow* window_; member in class:apps::AppWindowFrameView

Completed in 1614 milliseconds

1 23 4 5 6 7