HomeSort by relevance Sort by last modified time
    Searched full:window (Results 176 - 200 of 5589) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
shape.h 69 Window window; /* window of event */ member in struct:__anon20376
93 Window /* dest */,
103 Window /* dest */,
115 Window /* dest */,
125 Window /* dest */,
129 Window /* src */,
136 Window /* dest */,
144 Window /* window */
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_syswm.h 23 /* Include file for SDL custom system window manager hooks */
39 which contains window-manager specific information and arrives whenever
40 an unhandled window event occurs. This event is ignored by default, but
48 /* This is the structure for custom window manager events */
77 /* The UNIX custom window manager information structure.
87 Window window; /* The X11 display window */ member in struct:SDL_SysWMinfo::__anon9406::__anon9407
98 Window fswindow; /* The X11 fullscreen window */
119 GR_WINDOW_ID window ; \/* The display window *\/ member in struct:SDL_SysWMinfo
138 HWND window; \/* The Win32 display window *\/ member in struct:SDL_SysWMinfo
156 int window; \/* The RISC OS display window *\/ member in struct:SDL_SysWMinfo
    [all...]
  /external/webkit/Source/WebKit/mac/Panels/
WebPanelAuthenticationHandler.m 68 -(void)enqueueChallenge:(NSURLAuthenticationChallenge *)challenge forWindow:(id)window
70 NSMutableArray *queue = [windowToChallengeQueue objectForKey:window];
73 [windowToChallengeQueue _webkit_setObject:queue forUncopiedKey:window];
79 -(void)tryNextChallengeForWindow:(id)window
81 NSMutableArray *queue = [windowToChallengeQueue objectForKey:window];
89 [windowToChallengeQueue removeObjectForKey:window];
100 [self startAuthentication:challenge window:(window == WebModalDialogPretendWindow ? nil : window)];
105 -(void)startAuthentication:(NSURLAuthenticationChallenge *)challenge window:(NSWindow *)
    [all...]
  /external/webkit/Tools/GtkLauncher/
main.c 42 static void updateTitle(GtkWindow* window, WebKitWebView* webView)
50 gtk_window_set_title(window, title);
64 static void notifyTitleCb(WebKitWebView* webView, GParamSpec* pspec, GtkWidget* window)
66 updateTitle(GTK_WINDOW(window), webView);
79 static void notifyProgressCb(WebKitWebView* webView, GParamSpec* pspec, GtkWidget* window)
81 updateTitle(GTK_WINDOW(window), webView);
84 static void destroyCb(GtkWidget* widget, GtkWidget* window)
101 createWebViewCb(WebKitWebView* webView, WebKitWebFrame* web_frame, GtkWidget* window)
108 static gboolean webViewReadyCb(WebKitWebView* webView, GtkWidget* window)
111 gtk_widget_show_all(window);
192 GtkWidget *window; local
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_syswm.h 23 /* Include file for SDL custom system window manager hooks */
39 which contains window-manager specific information and arrives whenever
40 an unhandled window event occurs. This event is ignored by default, but
48 /* This is the structure for custom window manager events */
77 /* The UNIX custom window manager information structure.
87 Window window; /* The X11 display window */ member in struct:SDL_SysWMinfo::__anon16885::__anon16886
98 Window fswindow; /* The X11 fullscreen window */
119 GR_WINDOW_ID window ; \/* The display window *\/ member in struct:SDL_SysWMinfo
138 HWND window; \/* The Win32 display window *\/ member in struct:SDL_SysWMinfo
156 int window; \/* The RISC OS display window *\/ member in struct:SDL_SysWMinfo
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_syswm.h 23 /* Include file for SDL custom system window manager hooks */
39 which contains window-manager specific information and arrives whenever
40 an unhandled window event occurs. This event is ignored by default, but
48 /* This is the structure for custom window manager events */
77 /* The UNIX custom window manager information structure.
87 Window window; /* The X11 display window */ member in struct:SDL_SysWMinfo::__anon18230::__anon18231
98 Window fswindow; /* The X11 fullscreen window */
119 GR_WINDOW_ID window ; \/* The display window *\/ member in struct:SDL_SysWMinfo
138 HWND window; \/* The Win32 display window *\/ member in struct:SDL_SysWMinfo
156 int window; \/* The RISC OS display window *\/ member in struct:SDL_SysWMinfo
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_syswm.h 28 /* Include file for SDL custom system window manager hooks */
42 which contains window-manager specific information and arrives whenever
43 an unhandled window event occurs. This event is ignored by default, but
51 /* This is the structure for custom window manager events */
73 /* The UNIX custom window manager information structure.
83 Window window; /* The X11 display window */ member in struct:SDL_SysWMinfo::__anon25371::__anon25372
93 Window fswindow; /* The X11 fullscreen window */
111 GR_WINDOW_ID window ; \/* The display window *\/ member in struct:SDL_SysWMinfo
130 HWND window; \/* The Win32 display window *\/ member in struct:SDL_SysWMinfo
148 int window; \/* The RISCOS display window *\/ member in struct:SDL_SysWMinfo
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_syswm.h 23 /* Include file for SDL custom system window manager hooks */
39 which contains window-manager specific information and arrives whenever
40 an unhandled window event occurs. This event is ignored by default, but
48 /* This is the structure for custom window manager events */
77 /* The UNIX custom window manager information structure.
87 Window window; /* The X11 display window */ member in struct:SDL_SysWMinfo::__anon25399::__anon25400
98 Window fswindow; /* The X11 fullscreen window */
119 GR_WINDOW_ID window ; \/* The display window *\/ member in struct:SDL_SysWMinfo
138 HWND window; \/* The Win32 display window *\/ member in struct:SDL_SysWMinfo
156 int window; \/* The RISC OS display window *\/ member in struct:SDL_SysWMinfo
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_installed_bubble_controller.mm 46 // its window on the main thread when the extension has finished loading.
106 // Start showing window only after extension has fully loaded.
119 [parentWindow_ removeChildWindow:[self window]];
124 // Turn off page action icon preview when the window closes, unless we
125 // already removed it when the window resigned key status.
135 // The controller is the delegate of the window, so it receives "did resign
136 // key" notifications. When key is resigned, close the window.
138 NSWindow* window = [self window];
139 DCHECK_EQ([notification object], window);
    [all...]
  /external/chromium/chrome/browser/chromeos/input_method/
candidate_window.h 5 // This file implements the input method candidate window used on Chrome OS.
16 // candidate window. Once the initialization is done, the controller
18 // daemon, and shows and hides the candidate window as neeeded. Upon
26 // Initializes the candidate window. Returns true on success.
  /external/chromium/chrome/browser/ui/cocoa/
multi_key_equivalent_button.mm 15 NSWindow* window = [self window];
18 (!modalWindow || modalWindow == window || [window worksWhenModal])) {
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_win.cc 18 // When an IME is attached to the rich-edit control, retrieve its window
19 // handle and show this popup window under the IME windows.
20 // Otherwise, show this popup window under top-most windows.
21 // TODO(hbono): http://b/1111369 if we exclude this popup window from the
  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/
no-synchronous-events-expected.txt 1 Tests that events are never fired sycnhronously from a call to window.addEventListener().
  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
multiple-frames.js 31 if (window.layoutTestController)
40 window.addEventListener('deviceorientation', mainFrameListener);
42 window.jsTestIsAsync = true;
43 window.successfullyParsed = true;
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
disconnected-frame-already-inner1.html 5 <body onload="window.parent.onFirstIframeLoaded()">
disconnected-frame-already-inner2.html 5 <body onload="window.parent.onSecondIframeLoaded()">
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
callback-exception.js 7 if (window.layoutTestController) {
24 window.setTimeout(finishJSTest, 0);
31 window.jsTestIsAsync = true;
32 window.successfullyParsed = true;
clear-watch-invalid-id-crash.js 3 if (window.layoutTestController) {
12 location = "data:text/html,TEST COMPLETE<script>if(window.layoutTestController) layoutTestController.notifyDone();</script>";
15 window.jsTestIsAsync = true;
16 window.successfullyParsed = true;
no-page-cache.js 3 if (window.layoutTestController) {
21 window.open("resources/cached-page-1.html");
23 window.jsTestIsAsync = true;
24 window.successfullyParsed = true;
reentrant-error.js 6 if (window.layoutTestController) {
34 if (window.layoutTestController)
48 window.jsTestIsAsync = true;
49 window.successfullyParsed = true;
  /external/webkit/LayoutTests/fast/dom/NodeList/
adoptNode-node-list-cache.html 9 if (window.GCController)
18 if (window.layoutTestController)
35 if (window.layoutTestController)
47 if (window.layoutTestController)
  /external/webkit/LayoutTests/fast/encoding/
charset-cp1251.html 8 if (window.layoutTestController)
meta-charset.html 8 if (window.layoutTestController)
misplaced-xml-declaration.html 6 if (window.layoutTestController)
  /external/webkit/LayoutTests/storage/domstorage/events/resources/
eventTestHarness.js 1 if (window.layoutTestController) {
13 window.parent.storageEventList.push(e);
34 window.successfullyParsed = true;
37 if (window.layoutTestController)

Completed in 572 milliseconds

1 2 3 4 5 6 78 91011>>