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

1 23 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/cocoa/
info_bubble_window_unittest.mm 12 InfoBubbleWindow* window =
17 EXPECT_TRUE([window canBecomeKeyWindow]);
18 EXPECT_FALSE([window canBecomeMainWindow]);
20 EXPECT_TRUE([window isExcludedFromWindowsMenu]);
21 [window close];
fullscreen_window_unittest.mm 28 scoped_nsobject<FullscreenWindow> window;
29 window.reset([[FullscreenWindow alloc] init]);
31 EXPECT_EQ([NSScreen mainScreen], [window screen]);
32 EXPECT_TRUE([window canBecomeKeyWindow]);
33 EXPECT_TRUE([window canBecomeMainWindow]);
34 EXPECT_EQ(NSBorderlessWindowMask, [window styleMask]);
35 EXPECT_TRUE(NSEqualRects([[NSScreen mainScreen] frame], [window frame]));
36 EXPECT_FALSE([window isReleasedWhenClosed]);
40 scoped_nsobject<FullscreenWindow> window;
41 window.reset([[FullscreenWindow alloc] init])
    [all...]
tabpose_window_unittest.mm 48 TabposeWindow* window =
54 // Should release the window.
55 [window mouseDown:nil];
70 TabposeWindow* window =
78 DCHECK_EQ([window thumbnailLayerCount], 3u);
79 DCHECK_EQ([window selectedIndex], 2);
82 DCHECK_EQ([window thumbnailLayerCount], 3u);
83 DCHECK_EQ([window selectedIndex], 1);
86 DCHECK_EQ([window thumbnailLayerCount], 3u);
87 DCHECK_EQ([window selectedIndex], 2)
    [all...]
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
callback-to-deleted-context-inner1.html 6 if (window.layoutTestController) {
13 window.parent.navigator.geolocation.getCurrentPosition(function() {
15 if (window.layoutTestController)
19 if (window.layoutTestController)
25 <body onload="window.parent.onFirstIframeLoaded()", onunload="makeGeolocationRequest()">
  /external/webkit/LayoutTests/fast/dom/beforeload/
video-before-load.html 8 if (window.layoutTestController) {
14 <video src="../../../media/content/test.mp4" onbeforeload="print('PASS', 'green'); if (window.layoutTestController) window.layoutTestController.notifyDone(); return false;" onload="print('FAIL', 'red'); if (window.layoutTestController) window.layoutTestController.notifyDone();"></video>
  /external/webkit/LayoutTests/fast/events/touch/script-tests/
send-oncancel-event.js 14 if (window.layoutTestController) {
20 if (window.layoutTestController)
21 window.layoutTestController.waitUntilDone();
23 window.onload = function() {
24 if (window.eventSender) {
  /frameworks/base/services/java/com/android/server/wm/
InputWindowHandle.java 24 * Functions as a handle for a window that can receive input.
25 * Enables the native input dispatcher to refer indirectly to the window manager's window state.
29 // Pointer to the native input window handle.
37 // The window manager's window state.
40 // The input channel associated with the window.
43 // The window name.
46 // Window layout params attributes. (WindowManager.LayoutParams)
53 // Window frame
    [all...]
  /external/chromium/chrome/browser/renderer_host/
accelerated_plugin_view_mac_unittest.mm 39 UnderlayCountingWindow* window = [[[UnderlayCountingWindow alloc]
44 [window orderFront:nil];
45 return window;
67 UnderlayCountingWindow* window = StubUnderlayWindow();
68 EXPECT_EQ(0, [window underlayCount]);
70 [[window contentView] addSubview:view];
71 EXPECT_EQ(1, [window underlayCount]);
74 EXPECT_EQ(0, [window underlayCount]);
98 UnderlayCountingWindow* window = StubUnderlayWindow();
99 EXPECT_EQ(0, [window underlayCount])
    [all...]
  /external/webkit/Source/WebCore/manual-tests/
invalid-mouse-event.html 2 Use of window.open & window.close can cause crash.</p>
11 <button onclick="window.open('invalid-mouse-event.html?2', '', '');">Start</button>
17 window.opener.location = window.opener.location;
18 window.close();
20 window.open('invalid-mouse-event.html?1', '', '');
  /development/ndk/platforms/android-9/include/android/
native_window.h 27 * Pixel formats that a window can use.
63 void ANativeWindow_acquire(ANativeWindow* window);
68 void ANativeWindow_release(ANativeWindow* window);
71 * Return the current width in pixels of the window surface. Returns a
74 int32_t ANativeWindow_getWidth(ANativeWindow* window);
77 * Return the current height in pixels of the window surface. Returns a
80 int32_t ANativeWindow_getHeight(ANativeWindow* window);
83 * Return the current pixel format of the window surface. Returns a
86 int32_t ANativeWindow_getFormat(ANativeWindow* window);
89 * Change the format and size of the window buffers
    [all...]
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/android/
native_window.h 27 * Pixel formats that a window can use.
63 void ANativeWindow_acquire(ANativeWindow* window);
68 void ANativeWindow_release(ANativeWindow* window);
71 * Return the current width in pixels of the window surface. Returns a
74 int32_t ANativeWindow_getWidth(ANativeWindow* window);
77 * Return the current height in pixels of the window surface. Returns a
80 int32_t ANativeWindow_getHeight(ANativeWindow* window);
83 * Return the current pixel format of the window surface. Returns a
86 int32_t ANativeWindow_getFormat(ANativeWindow* window);
89 * Change the format and size of the window buffers
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/android/
native_window.h 27 * Pixel formats that a window can use.
63 void ANativeWindow_acquire(ANativeWindow* window);
68 void ANativeWindow_release(ANativeWindow* window);
71 * Return the current width in pixels of the window surface. Returns a
74 int32_t ANativeWindow_getWidth(ANativeWindow* window);
77 * Return the current height in pixels of the window surface. Returns a
80 int32_t ANativeWindow_getHeight(ANativeWindow* window);
83 * Return the current pixel format of the window surface. Returns a
86 int32_t ANativeWindow_getFormat(ANativeWindow* window);
89 * Change the format and size of the window buffers
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/android/
native_window.h 27 * Pixel formats that a window can use.
63 void ANativeWindow_acquire(ANativeWindow* window);
68 void ANativeWindow_release(ANativeWindow* window);
71 * Return the current width in pixels of the window surface. Returns a
74 int32_t ANativeWindow_getWidth(ANativeWindow* window);
77 * Return the current height in pixels of the window surface. Returns a
80 int32_t ANativeWindow_getHeight(ANativeWindow* window);
83 * Return the current pixel format of the window surface. Returns a
86 int32_t ANativeWindow_getFormat(ANativeWindow* window);
89 * Change the format and size of the window buffers
    [all...]
  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
null-values.js 6 if (window.layoutTestController)
25 window.removeEventListener('deviceorientation', firstListener);
28 window.addEventListener('deviceorientation', secondListener);
33 window.removeEventListener('deviceorientation', secondListener);
36 window.addEventListener('deviceorientation', thirdListener);
41 window.removeEventListener('deviceorientation', thirdListener);
44 window.addEventListener('deviceorientation', fourthListener);
53 window.addEventListener('deviceorientation', firstListener);
55 window.jsTestIsAsync = true;
56 window.successfullyParsed = true
    [all...]
updates.js 6 if (window.layoutTestController)
22 window.removeEventListener('deviceorientation', firstListener);
25 window.addEventListener('deviceorientation', updateListener);
34 window.addEventListener('deviceorientation', firstListener);
36 window.jsTestIsAsync = true;
37 window.successfullyParsed = true;
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewManager.java 20 import com.android.hierarchyviewer.device.Window;
30 public static void invalidate(IDevice device, Window window, String params) {
31 sendCommand("INVALIDATE", device, window, params);
34 public static void requestLayout(IDevice device, Window window, String params) {
35 sendCommand("REQUEST_LAYOUT", device, window, params);
38 public static void outputDisplayList(IDevice device, Window window, String params) {
39 sendCommand("OUTPUT_DISPLAYLIST", device, window, params)
    [all...]
  /external/webkit/LayoutTests/storage/indexeddb/
objectstore-cursor.html 14 if (window.layoutTestController)
18 window.testData = [
38 window.db = evalAndLog("db = event.target.result");
47 window.trans = evalAndLog("trans = event.target.result");
53 window.objectStore = evalAndLog("db.createObjectStore('someObjectStore')");
54 window.nextToAdd = 0;
61 request.onsuccess = ++window.nextToAdd < testData.length ? addData : scheduleTests;
68 window.scheduledTests = [];
103 window.lower = test[0];
104 window.lowerIsOpen = test[1]
    [all...]
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
delayed-permission-allowed-for-multiple-requests.js 3 if (window.layoutTestController)
4 window.layoutTestController.setMockGeolocationPosition(51.478, -0.166, 100);
8 if (window.layoutTestController)
43 window.setTimeout(allowPermission, 100);
50 window.jsTestIsAsync = true;
51 window.successfullyParsed = true;
  /external/webkit/LayoutTests/http/tests/appcache/
deferred-events-delete-while-raising.html 5 var isParentFrame = window == window.top;
8 if (window.layoutTestController) {
13 window.onmessage = function() {
15 if (window.layoutTestController)
19 window.applicationCache.onchecking = function() {
manifest-redirect-2.html 7 if (window.layoutTestController) {
19 log("FAIL: An event was dispatched on window.applicationCache, even though it was not associated wuth any cache yet.");
25 if (window.applicationCache.status != window.applicationCache.UNCACHED)
26 log("FAILURE: Unexpected cache status: " + window.applicationCache.status);
30 if (window.layoutTestController)
manifest-redirect.html 7 if (window.layoutTestController) {
19 log("FAIL: An event was dispatched on window.applicationCache, even though it was not associated wuth any cache yet.");
25 if (window.applicationCache.status != window.applicationCache.UNCACHED)
26 log("FAILURE: Unexpected cache status: " + window.applicationCache.status);
30 if (window.layoutTestController)
resource-redirect-2.html 7 if (window.layoutTestController) {
19 log("FAIL: An unexpected event was dispatched on window.applicationCache.");
25 if (window.applicationCache.status != window.applicationCache.UNCACHED)
26 log("FAILURE: Unexpected cache status: " + window.applicationCache.status);
30 if (window.layoutTestController)
resource-redirect.html 7 if (window.layoutTestController) {
19 log("FAIL: An unexpected event was dispatched on window.applicationCache.");
25 if (window.applicationCache.status != window.applicationCache.UNCACHED)
26 log("FAILURE: Unexpected cache status: " + window.applicationCache.status);
30 if (window.layoutTestController)
wrong-content-type.html 7 if (window.layoutTestController) {
19 log("FAIL: An event was dispatched on window.applicationCache, even though it was not associated wuth any cache yet.");
25 if (window.applicationCache.status != window.applicationCache.UNCACHED)
26 log("FAILURE: Unexpected cache status: " + window.applicationCache.status);
30 if (window.layoutTestController)
wrong-signature-2.html 7 if (window.layoutTestController) {
19 log("FAIL: An event was dispatched on window.applicationCache, even though it was not associated wuth any cache yet.");
25 if (window.applicationCache.status != window.applicationCache.UNCACHED)
26 log("FAILURE: Unexpected cache status: " + window.applicationCache.status);
30 if (window.layoutTestController)

Completed in 1986 milliseconds

1 23 4 5 6 7 8 91011>>