Searched defs:Window (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/ui/v2/src/
H A Dwindow.cc10 // Window, public:
12 Window::Window() { function in class:v2::Window
15 Window::~Window() {
/external/chromium_org/third_party/webrtc/base/
H A Dx11windowpicker.h20 typedef unsigned long Window; typedef
31 static bool IsDesktopElement(_XDisplay* display, Window window);
H A Dwindow.h19 typedef unsigned long Window; // Avoid include <X11/Xlib.h>. typedef
34 typedef Window WindowT;
75 typedef Window DesktopT;
111 // Window event types.
/external/chromium_org/ui/v2/public/
H A Dwindow.h14 // A Window is a View that has a nested View hierarchy.
16 class V2_EXPORT Window : public View { class in namespace:v2
18 Window();
19 virtual ~Window();
27 DISALLOW_COPY_AND_ASSIGN(Window);
/external/chromium_org/chrome/browser/sessions/
H A Dtab_restore_service.cc43 // Window ---------------------------------------------------------------------
45 TabRestoreService::Window::Window() : Entry(WINDOW), selected_tab_index(-1) { function in class:TabRestoreService::Window
48 TabRestoreService::Window::~Window() {
H A Dpersistent_tab_restore_service_browsertest.cc21 typedef TabRestoreService::Window Window; typedef
43 const Window* restored_window =
44 static_cast<const Window*>(restored_entry);
H A Dtab_restore_service_helper.h39 typedef TabRestoreService::Window Window; typedef in class:TabRestoreServiceHelper
110 // identifies a Window, then its iterator position will be returned. If it
111 // identifies a tab, then the iterator position of the Window in which the Tab
149 static bool ValidateWindow(Window* window);
156 static bool IsWindowInteresting(const Window* window);
H A Dtab_restore_service.h34 // invoked and a Window is created to represent the window.
111 struct Window : public Entry { struct in class:TabRestoreService
112 Window();
113 virtual ~Window();
140 // at least one tab, a Window is created, added to entries and observers are
/external/chromium_org/extensions/renderer/resources/
H A Dplatform_app.js159 disableMethods(Window.prototype, 'window', ['find']);
163 disableMethods(Window.prototype, 'window', ['alert', 'confirm', 'prompt']);
200 disableSetters(Window.prototype, 'window', ['onbeforeunload', 'onunload']);
201 var windowAddEventListener = Window.prototype.addEventListener; class
202 Window.prototype.addEventListener = function(type) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DOverviewGrid.js46 this._window = new WebInspector.OverviewGrid.Window(this.element, this._grid.dividersLabelBarElement);
159 WebInspector.OverviewGrid.Window = function(parentElement, dividersLabelBarElement)
192 WebInspector.OverviewGrid.Window.prototype = {
/external/deqp/framework/platform/android/
H A DtcuAndroidWindow.cpp33 // Window
35 Window::Window (ANativeWindow* window) function in class:tcu::Android::Window
41 Window::~Window (void)
45 void Window::setBuffersGeometry (int width, int height, int32_t format)
50 IVec2 Window::getSize (void) const
57 bool Window::tryAcquire (void)
70 void Window::release (void)
82 void Window
[all...]
H A DtcuAndroidWindow.hpp40 // \note Window is thread-safe, WindowRegistry is not
42 class Window class in namespace:tcu::Android
56 Window (ANativeWindow* window);
57 ~Window (void);
73 Window (const Window& other);
74 Window& operator= (const Window& other);
90 Window* tryAcquireWindow (void);
95 std::vector<Window*> m_window
[all...]
/external/chromium_org/mojo/examples/embedded_app/
H A Dembedded_app.cc33 struct Window { struct in namespace:mojo::examples
34 Window(View* root, scoped_ptr<ServiceProvider> embedder_service_provider) function in struct:mojo::examples::Window
69 windows_[root->id()] = new Window(root, imported_services.Pass());
96 typedef std::map<Id, Window*> WindowMap;
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dwindow_capturer.h30 struct Window { struct in class:webrtc::WindowCapturer
37 typedef std::vector<Window> WindowList;
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_screen_x11.h19 typedef XID Window; typedef
69 ::Window x_root_window_;
/external/deqp/framework/platform/raspi/
H A DtcuRaspiPlatform.cpp67 class Window : public eglu::NativeWindow class in namespace:tcu::rpi
70 Window (int width, int height);
71 ~Window (void);
86 WindowFactory (void) : eglu::NativeWindowFactory("dispman", "Dispman Window", WINDOW_CAPABILITIES) {}
112 return new Window(width, height);
115 // Window
117 Window::Window (int width, int height) function in class:tcu::rpi::Window
155 Window::~Window (voi
[all...]
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_bubble_sign_in_delegate_unittest.cc29 class Window : public TestBrowserWindow { class in class:BookmarkBubbleSignInDelegateTest
31 Window() : show_count_(0) {} function in class:BookmarkBubbleSignInDelegateTest::Window
44 DISALLOW_COPY_AND_ASSIGN(Window);
48 return new Window();
80 static_cast<BookmarkBubbleSignInDelegateTest::Window*>(
107 static_cast<BookmarkBubbleSignInDelegateTest::Window*>(
114 static_cast<BookmarkBubbleSignInDelegateTest::Window*>(
148 static_cast<BookmarkBubbleSignInDelegateTest::Window*>(
/external/chromium_org/ui/events/x/
H A Dtouch_factory_x11.h21 typedef unsigned long Window; typedef
47 // Setup an X Window for XInput2 events.
48 void SetupXI2ForXWindow(::Window xid);
/external/clang/test/FixIt/
H A Dtypo.c18 struct Window { struct
23 struct Window window = {
24 .bunds. // expected-error{{field designator 'bunds' does not refer to any field in type 'struct Window'; did you mean 'bounds'?}}
/external/deqp/framework/platform/X11/
H A DtcuX11.hpp82 class Window class in namespace:tcu::x11
85 Window (Display& display, int width, int height,
87 ~Window (void);
93 ::Window& getXID (void) { return m_window; }
102 ::Window m_window;
106 Window (const Window&);
107 Window& operator= (const Window&);
H A DtcuX11.cpp124 Window::Window (Display& display, int width, int height, ::Visual* visual) function in class:tcu::x11::Window
132 ::Window root = DefaultRootWindow(dpy);
170 void Window::setVisibility (bool visible)
201 void Window::getDimensions (int* width, int* height) const
204 ::Window root;
214 void Window::setDimensions (int width, int height)
224 void Window::processEvents (void)
230 Window::~Window (voi
[all...]
H A DtcuX11EglPlatform.cpp79 class Window : public NativeWindow class in namespace:tcu::x11::egl
88 Window (Display& display,
99 x11::Window m_window;
102 Window::Window(Display& display, const WindowParams& params, Visual* visual) function in class:tcu::x11::egl::Window
109 IVec2 Window::getSurfaceSize (void) const
116 void Window::setSurfaceSize (IVec2 size)
137 : NativeWindowFactory ("window", "X11 Window", Window::CAPABILITIES)
146 return new Window(displa
[all...]
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_x11.h20 typedef XID Window; typedef
70 ::Window x_root_window() { return x_root_window_; }
87 ::Window xwindow_;
90 ::Window x_root_window_;
/external/chromium_org/ui/display/chromeos/x11/
H A Dnative_display_delegate_x11.h29 typedef XID Window; typedef
133 Window window_;
/external/chromium_org/mojo/examples/window_manager/
H A Dwindow_manager.cc248 class Window : public InterfaceFactory<NavigatorHost> { class in namespace:mojo::examples
250 Window(WindowManager* window_manager, View* view) function in class:mojo::examples::Window
253 virtual ~Window() {}
300 Window* window = *iter;
348 typedef std::vector<Window*> WindowVector;
407 static_cast<aura::Window*>(event->target()));
428 Window* dest_view = NULL;
457 Window* CreateWindow() {
473 Window* CreateWindow(const gfx::Rect& bounds) {
479 return new Window(thi
[all...]

Completed in 8340 milliseconds

12