Searched defs:window (Results 126 - 150 of 311) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/automation/
H A Dui_controls_win.cc172 // Check for a pop-up menu using its window class (#32768) and if one
328 bool SendKeyPress(gfx::NativeWindow window, argument
338 bool SendKeyPressNotifyWhenDone(gfx::NativeWindow window, argument
/external/chromium/chrome/browser/
H A Dbrowser_focus_uitest.cc32 #include "views/window/window.h"
82 // required for tests that synthesize input to the Chrome window.
85 HWND window = ::GetForegroundWindow(); local
88 int len = ::GetWindowTextLength(window) + 1;
89 ::GetWindowText(window, WriteInto(&caption, len), len);
95 int thread_id = ::GetWindowThreadProcessId(window, &process_id);
115 << "Window: " << window << "\n"
212 gfx::NativeWindow window = browser()->window() local
[all...]
H A Dgpu_process_host_ui_shim.cc3 // window.
269 // Resize the window synchronously. The GPU process must not issue GL
270 // calls on the command buffer until the window is the size it expects it
273 GdkWindow* window = reinterpret_cast<GdkWindow*>( local
275 if (window) {
276 Display* display = GDK_WINDOW_XDISPLAY(window);
277 gdk_window_resize(window, size.width(), size.height());
292 // Always respond even if the window no longer exists. The GPU process cannot
309 view->AcceleratedSurfaceSetIOSurface(params.window,
326 params.window,
[all...]
H A Dunload_uitest.cc23 "<script>window.onunload=function(e){}</script></body></html>";
27 "<script>window.onbeforeunload=function(e){return 'foo'}</script>"
32 "<script>window.onbeforeunload=function(e){return 'foo'}</script>"
33 "<iframe src=\"data:text/html,<html><head><script>window.onload="
40 "<script>window.onbeforeunload=function(e){"
48 "<script>window.onunload=function(e){while(true){}}</script>"
53 "<script>window.onbeforeunload=function(e){while(true){}}</script>"
58 "<script>window.onunload=function(e){"
65 "<script>window.onbeforeunload=function(e){"
72 "<script>window
445 scoped_refptr<WindowProxy> window = browser->GetWindow(); local
[all...]
/external/chromium/chrome/browser/first_run/
H A Dtry_chrome_dialog_view.cc66 // An approximate window size. After Layout() we'll get better bounds.
79 // The window color is a tiny bit off-white.
192 // We resize the window according to the layout manager. This takes into
200 // Carve the toast shape into the window.
204 // Time to show the window in a modal loop. We don't want this chrome
216 // The 'Shell_TrayWnd' is the taskbar. We like to show our window in that
217 // monitor if we can. This code works even if such window is not found.
232 void TryChromeDialogView::SetToastRegion(HWND window, int w, int h) { argument
239 ::SetWindowRgn(window, region, FALSE);
/external/chromium/chrome/browser/google/
H A Dgoogle_update.cc25 #include "views/window/window.h"
98 // hwnd must refer to a foregound window in order to get the UAC prompt
254 void GoogleUpdate::CheckForUpdate(bool install_if_newer, Window* window) { argument
261 window, MessageLoop::current()));
268 Window* window,
311 if (window != NULL) {
312 foreground_hwnd = window->GetNativeWindow();
267 InitiateGoogleUpdateCheck(bool install_if_newer, Window* window, MessageLoop* main_loop) argument
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_menu_controller_gtk.cc70 GtkWindow* window,
76 parent_window_(window),
67 BookmarkMenuController(Browser* browser, Profile* profile, PageNavigator* navigator, GtkWindow* window, const BookmarkNode* node, int start_child_index) argument
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_titlebar.h38 BrowserTitlebar(BrowserWindowGtk* browser_window, GtkWindow* window);
45 void set_window(GtkWindow* window) { window_ = window; } argument
59 // |tab_contents| is the tab that is associated with the window throbber.
116 // change in the window.
130 // Callback for changes to window state. This includes
131 // maximizing/restoring/minimizing the window.
163 // Pointers to the browser window that owns us and it's GtkWindow.
174 // that defines the skyline if the user turns off window manager decorations.
195 // Gtk alignment that contains the tab strip. If the user turns off window
[all...]
H A Dbrowser_window_gtk.h43 // it needs to manipulate the window.
159 // Request the underlying window to unmaximize. Also tries to work around
160 // a window manager "feature" that can prevent this in some edge cases.
173 // Add the find bar widget to the window hierarchy.
184 // Returns the BrowserWindowGtk registered with |window|.
186 gfx::NativeWindow window);
189 // ID of the top-level X window of this object.
194 GtkWindow* window() const { return window_; } function in class:BrowserWindowGtk
211 // of the browser window. When false, we still draw a shadow on the top of
226 // Top level window
[all...]
/external/chromium/chrome/browser/ui/tabs/
H A Ddock_info_win.cc18 // Base class used to locate a window. This is intended to be used with the
31 virtual bool ShouldStopIterating(HWND window) = 0;
49 // Helper class to determine if a particular point of a window is not obscured
50 // by another window.
53 // Returns true if |window| is the topmost window at the location
55 static bool IsTopMostWindowAtPoint(HWND window, argument
58 TopMostFinder finder(window, screen_loc, ignore);
70 // The window isn't visible, keep iterating.
76 // The window does
112 TopMostFinder(HWND window, const gfx::Point& screen_loc, const std::set<HWND>& ignore) argument
209 BrowserView* window = BrowserView::GetBrowserViewForNativeWindow(hwnd); local
[all...]
/external/chromium/chrome/browser/ui/views/
H A Daccessibility_event_router_views.cc31 #include "views/window/window.h"
129 views::Window* window = view->GetWindow(); local
130 if (window) {
132 window->AsWidget()->native_widget()->GetNativeWindowProperty(
H A Daccessibility_event_router_views_unittest.cc22 #include "views/window/window.h"
23 #include "views/window/window_delegate.h"
34 virtual void SaveWindowPlacement(views::Window* window, argument
39 virtual bool GetSavedWindowBounds(views::Window* window, argument
44 virtual bool GetSavedMaximizedState(views::Window* window, argument
143 // Put the view in a window.
144 views::Window* window = CreateWindowWithContents(contents); local
160 // Create a profile and associate it with this window.
162 window
[all...]
/external/chromium/chrome/browser/ui/views/bubble/
H A Dbubble.cc17 #include "views/window/client_view.h"
18 #include "views/window/window.h"
98 // When fading in we need to remove the layered window style flag, since
107 // Set the opacity for the main contents window.
114 // Also fade in/out the bubble border window.
166 // Create the main window.
173 // During FadeIn we need to turn on the layered window style to deal with
212 // Create a View to hold the contents of the main window.
228 // Initialize and position the border window
306 OnActivate(UINT action, BOOL minimized, HWND window) argument
[all...]
/external/chromium/chrome/browser/ui/views/extensions/
H A Dbrowser_action_overflow_menu_controller.cc57 bool BrowserActionOverflowMenuController::RunMenu(gfx::NativeWindow window, argument
70 menu_->RunMenuForDropAt(window, bounds, anchor);
72 menu_->RunMenuAt(window, menu_button_, bounds, anchor, false);
H A Dextension_install_dialog_view.cc13 #include "chrome/browser/ui/views/window.h"
21 #include "views/window/dialog_delegate.h"
22 #include "views/window/window.h"
322 // Use a normal browser window as parent on ChromeOS.
334 BrowserWindow* browser_window = browser->window();
343 views::Window* window = browser::CreateViewsWindow( local
346 window->Show();
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-docs.js17 var current = window.onload;
18 if (typeof window.onload != 'function') {
19 window.onload = newfun;
21 window.onload = function() {
40 window.onresize = resizeAll;
44 window.onresize = resizeHeight;
77 var windowWidth = $(window).width() + "px";
91 var windowHeight = ($(window).height() - HEADER_HEIGHT);
234 var windowHeight = ($(window).height() - HEADER_HEIGHT);
251 // Get the window heigh
[all...]
/external/flac/libFLAC/
H A Dlpc.c56 void FLAC__lpc_window_data(const FLAC__int32 in[], const FLAC__real window[], FLAC__real out[], unsigned data_len) argument
60 out[i] = in[i] * window[i];
/external/openssl/crypto/bn/
H A Dbn_exp.c242 int i,j,bits,ret=0,wstart,wend,window,wvalue; local
290 window = BN_window_bits_for_exponent_size(bits);
291 if (window > 1)
295 j=1<<(window-1);
308 wvalue=0; /* The 'value' of the window */
309 wstart=bits-1; /* The top bit of the window */
310 wend=0; /* The bottom bit of the window */
326 * how bit a window to do. To do this we need to scan
328 * window */
332 for (i=1; i<window;
375 int i,j,bits,ret=0,wstart,wend,window,wvalue; local
575 int i,bits,ret=0,idx,window,wvalue; local
879 int i,j,bits,ret=0,wstart,wend,window,wvalue; local
[all...]
/external/qemu/android/
H A Dqemulator.c36 VERBOSE_PRINT(hw_control,"%s: light='%s' value=%d window=%p", __FUNCTION__, light, value, emulator->window);
39 if (emulator->window)
40 skin_window_set_lcd_brightness( emulator->window, value );
50 if ( !emulator->window && !opts->no_window ) {
54 emulator->window = skin_window_create( layout, emulator->win_x, emulator->win_y, scale, 0);
55 if (emulator->window == NULL)
70 skin_window_set_trackball( emulator->window, ball );
73 skin_window_set_lcd_brightness( emulator->window, emulator->lcd_brightness );
77 skin_window_set_onion( emulator->window,
498 SkinWindow* window = emulator->window; local
[all...]
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
H A DSDL_ph_video.h121 int currently_hided; /* 1 - window hided (minimazed), 0 - normal */
122 int currently_maximized; /* 1 - window hided (minimazed), 0 - normal */
129 #define window (this->hidden->Window) macro
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
H A DSDL_QuartzVideo.h37 - Fix white OpenGL window on minimize (fixed) (update: broken again on 10.2)
38 - Find out what events should be sent/ignored if window is minimized
95 NSWindow *window; /* Cocoa window to implement the SDL window */ member in struct:SDL_PrivateVideoData
96 NSQuickDrawView *view; /* the window's view; draw 2D and OpenGL into this view */
140 #define qz_window (this->hidden->window)
/external/qemu/distrib/zlib-1.2.3/
H A Dinflate.h87 /* sliding window */
88 unsigned wbits; /* log base 2 of requested window size */
89 unsigned wsize; /* window size or zero if not using window */
90 unsigned whave; /* valid bytes in the window */
91 unsigned write; /* window write index */
92 unsigned char FAR *window; /* allocated sliding window, if needed */ member in struct:inflate_state
/external/speex/libspeex/
H A Dsb_celp.h51 int windowSize; /**< Length of high-band LPC window*/
62 const spx_word16_t *window; /**< LPC analysis window */ member in struct:SBEncState
63 const spx_word16_t *lagWindow; /**< Auto-correlation window */
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
H A DSurface.cpp8 // such as the client area of a window, including any back buffers.
22 Surface::Surface(Display *display, const Config *config, HWND window) argument
23 : mDisplay(display), mConfig(config), mWindow(window)
94 ERR("Could not retrieve the window dimensions");
372 // Grow the buffer now, if the window has grown. We need to grow now to avoid losing information.
/external/webkit/Source/WebCore/bindings/js/
H A DJSDOMWindowShell.cpp46 JSDOMWindowShell::JSDOMWindowShell(PassRefPtr<DOMWindow> window, DOMWrapperWorld* world) argument
51 setWindow(window);

Completed in 1046 milliseconds

1234567891011>>