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

/external/chromium_org/chrome/renderer/resources/extensions/
H A Dplatform_app.js86 disableMethods(Window.prototype, 'window', ['find']);
90 disableMethods(Window.prototype, 'window', ['alert', 'confirm', 'prompt']);
128 Window.prototype.__defineSetter__(
130 Window.prototype.__defineSetter__(
132 var windowAddEventListener = Window.prototype.addEventListener;
133 Window.prototype.addEventListener = function(type) {
125 Window.prototype.__defineSetter__( class
/external/chromium_org/media/tools/shader_bench/
H A Dwindow.cc9 Window::Window(int width, int height) function in class:media::Window
17 Window::~Window() {}
H A Dwindow.h15 class Window { class in namespace:media
17 Window(int width, int height);
18 ~Window();
41 // Reference to painter Window uses to paint frames.
56 DISALLOW_COPY_AND_ASSIGN(Window);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dlinuxwindowpicker.h37 typedef unsigned long Window; typedef
48 static bool IsDesktopElement(_XDisplay* display, Window window);
H A Dwindow.h35 typedef unsigned long Window; // Avoid include <X11/Xlib.h>. typedef
50 typedef Window WindowT;
91 typedef Window DesktopT;
127 // Window event types.
/external/chromium/chrome/browser/resources/ntp4/tools/
H A Dexterns.js40 Window.prototype.addEventListener = function(type, listener, opt_useCapture) {};
31 Window.prototype.addEventListener = function(type, listener, opt_useCapture) {}; class
/external/chromium/chrome/browser/resources/touch_ntp/tools/
H A Dexterns.js40 Window.prototype.addEventListener = function(type, listener, opt_useCapture) {};
31 Window.prototype.addEventListener = function(type, listener, opt_useCapture) {}; class
/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 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
H A Dpersistent_tab_restore_service_browsertest.cc38 typedef TabRestoreService::Window Window; typedef
347 const Window* restored_window =
348 static_cast<const Window*>(restored_entry);
419 TabRestoreService::Window* window =
420 static_cast<TabRestoreService::Window*>(entry2);
478 TabRestoreService::Window* window =
479 static_cast<TabRestoreService::Window*>(entry);
521 TabRestoreService::Window* window =
522 static_cast<TabRestoreService::Window*>(entr
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DOverviewGrid.js47 this._window = new WebInspector.OverviewGrid.Window(this.element, this._grid.dividersLabelBarElement);
160 WebInspector.OverviewGrid.Window = function(parentElement, dividersLabelBarElement)
192 WebInspector.OverviewGrid.Window.prototype = {
/external/chromium_org/chromeos/display/
H A Dreal_output_configurator_delegate.h14 typedef XID Window; typedef
101 Window window_;
/external/chromium_org/ui/base/touch/
H A Dtouch_factory_x11.h19 typedef unsigned long Window; typedef
45 // Setup an X Window for XInput2 events.
46 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/chromium_org/remoting/webapp/
H A Djscompiler_hacks.js35 Window.prototype.crypto;
47 /** @type {Window} */
196 * @param {function(chrome.Window):void} callback */
200 chrome.Window = function() {
32 Window.prototype.crypto; class
/external/chromium/chrome/browser/sessions/
H A Dtab_restore_service.h30 // invoked and a Window is created to represent the window.
104 struct Window : public Entry { struct in class:TabRestoreService
105 Window();
106 virtual ~Window();
133 // at least one tab, a Window is created, added to entries and observers are
216 // a Window, then its iterator position will be returned. If it identifies a
217 // tab, then the iterator position of the Window in which the Tab resides is
222 void ScheduleCommandsForWindow(const Window& window);
290 // Converts a SessionWindow into a Window, returning true on success. We use 0
294 Window* windo
[all...]
H A Dtab_restore_service.cc141 TabRestoreService::Window* window =
142 static_cast<TabRestoreService::Window*>(i->second);
179 TabRestoreService::Window::Window() : Entry(WINDOW), selected_tab_index(-1) { function in class:TabRestoreService::Window
182 TabRestoreService::Window::~Window() {
237 scoped_ptr<Window> window(new Window());
259 // Short-circuit creating a Window if only 1 tab was present. This fixes
343 Window* windo
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcpassthroughrender.h58 virtual void* Window() { function in class:cricket::WebRtcPassthroughRender
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_video.h76 PtWidget_t *Window; /* used to handle input events */ member in struct:SDL_PrivateVideoData
129 #define window (this->hidden->Window)
/external/chromium_org/ui/aura/
H A Dwindow.h60 class AURA_EXPORT Window : public ui::LayerDelegate, class in namespace:aura
65 typedef std::vector<Window*> Windows;
67 explicit Window(WindowDelegate* delegate);
68 virtual ~Window();
106 Window* parent() { return parent_; }
107 const Window* parent() const { return parent_; }
109 // Returns the RootWindow that contains this Window or NULL if the Window is
114 // The Window does not own this object.
140 // The Window take
[all...]
H A Dwindow.cc46 Window::Window(WindowDelegate* delegate) function in class:aura::Window
64 Window::~Window() {
82 Window* child = children_[0];
139 void Window::Init(ui::LayerType layer_type) {
150 ui::Layer* Window::RecreateLayer() {
213 void Window::SetType(client::WindowType type) {
219 void Window::SetName(const std::string& name) {
226 void Window
[all...]
/external/libvorbis/doc/
H A D01-introduction.tex341 \paragraph{Window shape decode (long windows only)} \label{vorbis:spec:window}
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js291 The Browser Core. Contains Browser initialization, Window and Document, and the Browser Hash.
389 var Window = new Native({
391 name: 'Window',
393 legacy: (Browser.Engine.trident) ? null: window.Window,
403 return $extend(win, Window.Prototype);
407 window[property] = Window.Prototype[property] = value;
412 Window.Prototype = {$family: {name: 'window'}};
414 new Window(window);
1354 var win = new Window(iframe.contentWindow);
1427 Window
410 Window.Prototype = {$family: {name: 'window'}}; class
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1143 milliseconds