HomeSort by relevance Sort by last modified time
    Searched full:window (Results 201 - 225 of 2765) sorted by null

1 2 3 4 5 6 7 891011>>

  /development/samples/ApiDemos/src/com/example/android/apis/view/
ProgressBar4.java 23 import android.view.Window;
29 * Demonstrates how to use an indeterminate progress indicator in the window's title bar.
39 requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS);
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxmodes_c.h 30 immediately, but will not actually go fullscreen until the window
40 extern void CGX_WaitMapped(_THIS, Window win);
41 extern void CGX_WaitUnmapped(_THIS, Window win);
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11modes_c.h 30 immediately, but will not actually go fullscreen until the window
39 extern void X11_WaitMapped(_THIS, Window win);
40 extern void X11_WaitUnmapped(_THIS, Window win);
SDL_x11video.h 61 Display *X11_Display; /* Used for events and window management */
63 Visual *SDL_Visual; /* The visual used by our window */
64 Window WMwindow; /* Input window, managed by window manager */
65 Window FSwindow; /* Fullscreen window, completely unmanaged */
66 Window SDL_Window; /* Shared by both displays (no X security?) */
67 Atom WM_DELETE_WINDOW; /* "close-window" protocol atom */
72 char *SDL_windowid; /* Flag: true if we have been passed a window */
    [all...]
  /external/webkit/LayoutTests/fast/js/resources/
garbage-collect-after-string-appends.js-disabled 9 if (window.layoutTestController)
12 if (window.GCController)
31 if (window.GCController)
  /external/webkit/LayoutTests/http/tests/appcache/
destroyed-frame.html 10 if (window.GCController)
18 if (window.layoutTestController) {
48 if (window.layoutTestController)
fail-on-update.html 3 if (window.layoutTestController) {
21 window.location = 'data:text/html,<p>SUCCESS: No crash.</p>' +
23 'if (window.layoutTestController) layoutTestController.notifyDone();' +
foreign-iframe-main.html 8 if (window.layoutTestController) {
35 window.addEventListener("message", function() { log("SUCCESS"); if (window.layoutTestController) layoutTestController.notifyDone() }, false);
main-resource-hash.html 8 if (window.layoutTestController) {
36 if (window.layoutTestController)
41 window.addEventListener("message", frameCreated, false);
offline-access.html 8 if (window.layoutTestController) {
44 if (window.layoutTestController)
49 window.addEventListener("message", frameCreated, false);
top-frame-1.html 11 if (window.layoutTestController) {
34 window.addEventListener("message", function() { log("SUCCESS"); if (window.layoutTestController) layoutTestController.notifyDone() }, false);
top-frame-2.html 9 if (window.layoutTestController) {
38 window.addEventListener("message", function() { log("SUCCESS"); if (window.layoutTestController) layoutTestController.notifyDone() }, false);
  /external/webkit/LayoutTests/storage/domstorage/localstorage/
enumerate-storage.html 6 if (window.layoutTestController)
16 if (!window.localStorage) {
17 log("window.localStorage DOES NOT exist");
enumerate-with-length-and-key.html 6 if (window.layoutTestController)
16 if (!window.localStorage) {
17 log("window.localStorage DOES NOT exist");
simple-usage.html 6 if (window.layoutTestController)
16 if (!window.localStorage) {
17 log("window.localStorage DOES NOT exist");
  /external/webkit/LayoutTests/storage/domstorage/sessionstorage/
enumerate-storage.html 6 if (window.layoutTestController)
16 if (!window.sessionStorage) {
17 log("window.sessionStorage DOES NOT exist");
enumerate-with-length-and-key.html 6 if (window.layoutTestController)
16 if (!window.sessionStorage) {
17 log("window.sessionStorage DOES NOT exist");
  /external/webkit/WebCore/manual-tests/
autocompletion-fire-onchange.html 5 window.changed = false;
11 if (!window.changed && document.getElementById("field").value != "")
35 <p><input type="text" name="field" id="field" value="" onchange="window.changed = true"/></p>
crash-on-accessing-domwindow-without-frame.html 9 w = window.open("data:text/html,"+
20 <ul><li>Click the link below, the popup window opens.</li><li>Close the popup window.</li><li>Wait about 10 seconds (~10, page cache should start deleting pages) and observe the crash.</li></ul>
password-caps-lock.html 14 Verify that the caps lock indicator icon is drawn in the password field. Verify that when you open a new window, the password field in the background window no longer has an indicator.
18 If there is no caps lock indicator, or if the indicator remains when the window is inactive, the test has failed.
  /external/webkit/WebCore/platform/mac/
ScrollViewMac.mm 68 NSWindow *window = [parentView window];
69 BOOL resetDragMargins = [window _needsToResetDragMargins];
70 [window _setNeedsToResetDragMargins:NO];
73 [window _setNeedsToResetDragMargins:resetDragMargins];
168 [[view window] displayIfNeeded];
169 [[view window] flushWindowIfNeeded];
174 // "Containing Window" means the NSWindow's coord system, which is origin lower left
182 tempRect.origin = [[documentView window] convertBaseToScreen:tempRect.origin];
193 NSPoint windowCoord = [[documentView window] convertScreenToBase: point]
    [all...]
  /frameworks/base/core/java/android/database/
CrossProcessCursor.java 21 * returns a pre-filled window, return NULL if no such window
26 * copies cursor data into the window start at pos
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginView.mm 201 // the entire window frame (or structure region to use the Carbon term) rather then just the window content.
214 NSRect contentRect = [contentView convertRect:[contentView frame] toView:nil]; // convert to window-relative coordinates
280 // Flip Y to convert NSWindow coordinates to top-left-based window coordinates.
289 // Look at the Carbon port to convert top-left-based window coordinates into top-left-based content coordinates.
291 // If drawing with QuickDraw, fix the window port so that it has the same bounds as the NSWindow's
307 window.type = NPWindowTypeWindow;
308 window.x = (int32)boundsInWindow.origin.x;
309 window.y = (int32)boundsInWindow.origin.y;
310 window.width = static_cast<uint32>(NSWidth(boundsInWindow))
    [all...]
  /development/simulator/app/
MainFrame.h 4 // Main window declaration.
16 * Main window.
25 /* called by modeless phone window dialog when it closes */
98 /* phone window position */
101 /* window that captures log output */
  /development/tools/axl/
chewperf.py 77 window = [0 for x in range(5)]
80 window[x % len(window)] = buckets.items()[x][1]
81 print "%s\t%s" % (buckets.items()[x][0], sum(window) / len(window))

Completed in 973 milliseconds

1 2 3 4 5 6 7 891011>>