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

1 2 3 45 6 7 8 91011>>

  /external/webkit/LayoutTests/fast/encoding/resources/
css-cached-bom-frame.html 3 window.parent.frameLoaded();
  /external/webkit/LayoutTests/http/tests/appcache/
detached-iframe-expected.txt 1 Test that accessing a detached iframe's applicationCache window property doesn't assert. If you don't see an assert, it passed.
disabled-expected.txt 1 Test to ensure the the window.applicationCache attribute is defined but non-functional with the feature disabled.
document-write-html-element-2.html 3 if (window.layoutTestController) {
13 if (window.layoutTestController)
  /external/webkit/LayoutTests/storage/script-tests/
storageinfo-query-usage.js 25 if (window.webkitStorageInfo) {
26 window.jsTestIsAsync = true;
29 debug("This test requires window.webkitStorageInfo.");
31 window.successfullyParsed = true;
  /external/webkit/Source/WebCore/manual-tests/
print-after-window-close.html 3 var w = window.open("data:text/html,foo");
screen-availLeft.html 13 window.setInterval(function() {
15 var screen = window.screen;
20 window.addEventListener('load', doTest, false);
24 <p>On a two-monitor system, configure the menu bar to be on the right screen. Then drag this window between screens. When on the left screen, screen.availLeft should be negative.</p>
target_new-1.html 7 <li>Clicking <a href="#" onclick="alert(window.opener)">here</a> should alert "[object Window]"</li>
8 <li>Clicking <a href="#" onclick="alert(window.opener.aVar)">here</a> should alert "some value"</li>
9 <li>Clicking <a href="#" onclick="window.opener.externallyCalled()">here</a> should alert "hello from opener"</li>
  /external/webkit/Source/WebCore/manual-tests/resources/
Default-port-frame-contents.html 3 window.testData = "Sam is SOOOOOO hot!";
  /frameworks/base/core/java/android/view/
IWindowSession.aidl 32 * System private per-application interface to the window manager.
37 int add(IWindow window, int seq, in WindowManager.LayoutParams attrs,
40 int addWithoutInputChannel(IWindow window, int seq, in WindowManager.LayoutParams attrs,
42 void remove(IWindow window);
45 * Change the parameters of a window. You supply the
46 * new parameters, it returns the new frame of the window on screen (the
47 * position should be ignored) and surface of the window. The surface
48 * will be invalid if the window is currently hidden, else you can use it
49 * to draw the window's contents.
51 * @param window The window being modified
    [all...]
  /external/qemu/android/skin/
window.c 12 #include "android/skin/window.h"
723 SkinWindow* window; member in struct:__anon9291
727 ball_state_reset( BallState* state, SkinWindow* window )
736 state->window = window;
757 skin_window_redraw( state->window, &state->rect );
764 skin_window_redraw( state->window, &state->rect );
973 skin_window_find_finger( SkinWindow* window,
977 FingerState* finger = &window->finger;
983 if (!window->enable_touch
1188 SkinWindow* window; local
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider_mac.mm 28 NSWindow* window = window_tracker_->GetResource(handle);
29 if (!window)
31 *is_maximized = [window isZoomed];
55 NSWindow* window = window_tracker_->GetResource(handle);
56 if (!window)
59 BrowserWindowController* controller = [window windowController];
74 rect.origin = [window convertBaseToScreen:rect.origin];
78 coord_sys_height = [window frame].size.height;
90 NSWindow* window = window_tracker_->GetResource(handle);
91 if (window) {
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/applescript/
window_applescript.h 16 // Represents a window class.
22 // Creates a new window, returns nil if there is an error.
25 // Creates a new window with a particular profile.
28 // Does not create a new window but uses an existing one.
35 // Mode refers to whether a window is a normal window or an incognito window
36 // it can be set only once while creating the window.
44 // The tabs inside the window.
57 // Remove a window from the list
    [all...]
  /external/webkit/LayoutTests/fast/events/touch/
touch-coords-in-zoom-and-scroll.html 20 if (window.eventSender) {
29 if (window.eventSender) {
36 if (window.eventSender) {
43 window.scrollTo(x, y);
46 if (window.layoutTestController) {
62 window.addEventListener("touchstart", base, false);
65 window.removeEventListener("touchstart", base, false);
77 window.addEventListener("touchstart", justZoomed, false);
81 window.removeEventListener("touchstart", justZoomed, false);
93 window.addEventListener("touchstart", justScrolled, false)
    [all...]
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/
Window.java 22 * Used for storing a window from the window manager service on the device.
25 public class Window {
33 public Window(IDevice device, String title, int hashCode) {
60 public static Window getFocusedWindow(IDevice device) {
61 return new Window(device, "<Focused Window>", -1);
66 * different instances and automatically reselecting the same window doesn't
71 if (other instanceof Window) {
72 return mHashCode == ((Window) other).mHashCod
    [all...]
  /external/webkit/LayoutTests/storage/indexeddb/
cursor-continue.html 14 if (window.layoutTestController)
20 window.testData = [
50 window.db = evalAndLog("db = event.target.result");
59 window.trans = evalAndLog("trans = event.target.result");
65 window.objectStore = evalAndLog("db.createObjectStore('someObjectStore')");
66 window.indexObject = evalAndLog("objectStore.createIndex('someIndex', 'x')");
67 window.nextToAdd = 0;
74 result.onsuccess = ++window.nextToAdd < testData.length ? addData : ascendingTest;
84 window.stage = 0;
90 if (window.stage == 0)
    [all...]
index-cursor.html 14 if (window.layoutTestController)
18 window.testData = [
39 window.db = evalAndLog("db = event.target.result");
48 window.trans = evalAndLog("trans = event.target.result");
54 window.objectStore = evalAndLog("db.createObjectStore('someObjectStore')");
55 window.indexObject = evalAndLog("objectStore.createIndex('someIndex', 'x')");
56 window.nextToAdd = 0;
63 result.onsuccess = ++window.nextToAdd < testData.length ? addData : scheduleTests;
70 window.scheduledTests = [];
105 window.lower = test[0]
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
base_bubble_controller.mm 63 // Watch to see if the parent window closes, and if so, close this one.
76 DCHECK([view window]);
77 NSWindow* window = [view window];
81 anchor = [window convertBaseToScreen:anchor];
83 parentWindow:window
95 DCHECK(![[self window] delegate]);
103 // Watch to see if the parent window closes, and if so, close this one.
117 DCHECK([self window]);
119 DCHECK_EQ(self, [[self window] delegate])
    [all...]
window_size_autosaver.h 14 // To use this, add a |scoped_nsobject<WindowSizeAutosaver>| to your window
15 // controller and initialize it in the window controller's init method, passing
16 // a window and an autosave name. The autosaver will register for "window moved"
17 // and "window resized" notifications and write the current window state to the
18 // prefs service every time they fire. The window's size is automatically
29 - (id)initWithWindow:(NSWindow*)window
  /external/webkit/LayoutTests/fast/dom/DeviceMotion/resources/
cached-page-2.html 3 window.opener.pageTwoLoaded = true;
4 window.opener.debug('resources/cached-page-2.html about to go back to resources/cached-page-1.html');
  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/resources/
cached-page-2.html 3 window.opener.pageTwoLoaded = true;
4 window.opener.debug('resources/cached-page-2.html about to go back to resources/cached-page-1.html');
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
cached-page-2.html 3 window.opener.pageTwoLoaded = true;
4 window.opener.debug('resources/cached-page-2.html about to go back to resources/cached-page-1.html');
callback-to-remote-context-inner.html 6 if (window.layoutTestController) {
10 window.parent.onIframeReady()
window-close-popup.html 9 if (window.layoutTestController) {
14 navigator.geolocation.watchPosition(window.opener.gotPosition);
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
enabled.js 17 window.jsTestIsAsync = false;
18 window.successfullyParsed = true;

Completed in 410 milliseconds

1 2 3 45 6 7 8 91011>>