HomeSort by relevance Sort by last modified time
    Searched refs:window (Results 1 - 25 of 576) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-96526-001.js 53 if (jumpto == 0) window.location = "http://www.newyankee.com/GetYankees2.cgi?1.jpg";
54 else if (jumpto == [0]) window.location = "http://www.newyankee.com/GetYankees2.cgi?ImageName";
55 else if (jumpto == [1]) window.location = "http://www.newyankee.com/GetYankees2.cgi?1.jpg";
56 else if (jumpto == [2]) window.location = "http://www.newyankee.com/GetYankees2.cgi?arsrferguson.jpg";
57 else if (jumpto == [3]) window.location = "http://www.newyankee.com/GetYankees2.cgi?akjamesmartin.jpg";
58 else if (jumpto == [4]) window.location = "http://www.newyankee.com/GetYankees2.cgi?aldaverackett.jpg";
59 else if (jumpto == [5]) window.location = "http://www.newyankee.com/GetYankees2.cgi?alericbrasher.jpg";
60 else if (jumpto == [6]) window.location = "http://www.newyankee.com/GetYankees2.cgi?algeorgewatkins.jpg";
61 else if (jumpto == [7]) window.location = "http://www.newyankee.com/GetYankees2.cgi?altoddcruise.jpg";
62 else if (jumpto == [8]) window.location = "http://www.newyankee.com/GetYankees2.cgi?arkevinc.jpg"
    [all...]
  /external/webkit/WebCore/page/
BarInfo.idl 29 module window {
WebKitPoint.idl 26 module window {
  /external/qemu/android/skin/
window.h 27 extern void skin_window_enable_touch( SkinWindow* window, int enabled );
28 extern void skin_window_enable_trackball( SkinWindow* window, int enabled );
29 extern void skin_window_enable_dpad( SkinWindow* window, int enabled );
30 extern void skin_window_enable_qwerty( SkinWindow* window, int enabled );
32 extern int skin_window_reset ( SkinWindow* window, SkinLayout* layout );
33 extern void skin_window_free ( SkinWindow* window );
34 extern void skin_window_redraw( SkinWindow* window, SkinRect* rect );
35 extern void skin_window_process_event( SkinWindow* window, SDL_Event* ev );
37 extern void skin_window_set_onion( SkinWindow* window,
42 extern void skin_window_set_scale( SkinWindow* window,
    [all...]
window.c 12 #include "android/skin/window.h"
612 SkinWindow* window; member in struct:__anon5900
616 ball_state_reset( BallState* state, SkinWindow* window )
625 state->window = window;
646 skin_window_redraw( state->window, &state->rect );
653 skin_window_redraw( state->window, &state->rect );
862 skin_window_find_finger( SkinWindow* window,
866 FingerState* finger = &window->finger;
872 if (!window->enable_touch
1025 SkinWindow* window; local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/database/
CursorWindowTest.java 51 // fill window
52 CursorWindow window = new CursorWindow(false); local
53 cursor.fillWindow(0, window);
55 // read from cursor window
59 String s = window.getString(i, j);
66 // test cursor window handle startpos != 0
67 window.clear();
68 cursor.fillWindow(1, window);
69 // read from cursor from window
73 String s = window.getString(i, j)
130 CursorWindow window = getOneByOneWindow(); local
142 CursorWindow window = getOneByOneWindow(); local
152 CursorWindow window = new CursorWindow(false); local
    [all...]
  /external/webkit/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...]
  /development/ndk/platforms/android-9/include/android/
native_window.h 26 * Pixel formats that a window can use.
62 void ANativeWindow_acquire(ANativeWindow* window);
67 void ANativeWindow_release(ANativeWindow* window);
70 * Return the current width in pixels of the window surface. Returns a
73 int32_t ANativeWindow_getWidth(ANativeWindow* window);
76 * Return the current height in pixels of the window surface. Returns a
79 int32_t ANativeWindow_getHeight(ANativeWindow* window);
82 * Return the current pixel format of the window surface. Returns a
85 int32_t ANativeWindow_getFormat(ANativeWindow* window);
88 * Change the format and size of the window buffers
    [all...]
  /frameworks/base/native/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/chromium/base/
fix_wp64.h 33 inline LONG_PTR SetWindowLongPtrA(HWND window, int index, LONG_PTR new_long) {
34 return ::SetWindowLongA(window, index, static_cast<LONG>(new_long));
40 inline LONG_PTR SetWindowLongPtrW(HWND window, int index, LONG_PTR new_long) {
41 return ::SetWindowLongW(window, index, static_cast<LONG>(new_long));
47 inline LONG_PTR GetWindowLongPtrA(HWND window, int index) {
48 return ::GetWindowLongA(window, index);
54 inline LONG_PTR GetWindowLongPtrW(HWND window, int index) {
55 return ::GetWindowLongW(window, index);
61 inline LONG_PTR SetClassLongPtrA(HWND window, int index, LONG_PTR new_long) {
62 return ::SetClassLongA(window, index, static_cast<LONG>(new_long))
    [all...]
  /frameworks/base/native/android/
native_window.cpp 34 void ANativeWindow_acquire(ANativeWindow* window) {
35 window->incStrong((void*)ANativeWindow_acquire);
38 void ANativeWindow_release(ANativeWindow* window) {
39 window->decStrong((void*)ANativeWindow_acquire);
42 static int32_t getWindowProp(ANativeWindow* window, int what) {
44 int res = window->query(window, what, &value);
48 int32_t ANativeWindow_getWidth(ANativeWindow* window) {
49 return getWindowProp(window, NATIVE_WINDOW_WIDTH);
52 int32_t ANativeWindow_getHeight(ANativeWindow* window) {
    [all...]
  /external/webkit/WebKit/mac/Misc/
WebNSControlExtras.m 45 NSWindow *window = [self window];
46 NSRect windowFrame = [window frame];
47 windowFrame.size.height += heightDelta * [window userSpaceScaleFactor];
48 [window setFrame:windowFrame display:NO];
  /external/webkit/WebKit/mac/WebView/
WebWindowAnimation.h 35 - (id)initWithHintedDuration:(NSTimeInterval)duration window:(NSWindow *)window initalFrame:(NSRect)initialFrame finalFrame:(NSRect)finalFrame;
42 - (void)setWindow:(NSWindow *)window;
53 - (id)initWithDuration:(NSTimeInterval)duration window:(NSWindow *)window initialAlpha:(CGFloat)initialAlpha finalAlpha:(CGFloat)finalAlpha;
58 - (void)setWindow:(NSWindow *)window;
  /frameworks/base/core/java/android/view/
IWindowSession.aidl 31 * System private per-application interface to the window manager.
36 int add(IWindow window, in WindowManager.LayoutParams attrs,
39 int addWithoutInputChannel(IWindow window, in WindowManager.LayoutParams attrs,
41 void remove(IWindow window);
44 * Change the parameters of a window. You supply the
45 * new parameters, it returns the new frame of the window on screen (the
46 * position should be ignored) and surface of the window. The surface
47 * will be invalid if the window is currently hidden, else you can use it
48 * to draw the window's contents.
50 * @param window The window being modified
    [all...]
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_mpeg2_get_scale_factors.cpp 129 int32 window; local
156 for (window = 0; window < 3; window++)
158 scalefac->s[window][sfb] = scalefac_buffer[k];
178 for (window = 0; window < 3; window++)
180 scalefac->s[window][sfb] = scalefac_buffer[k];
pvmp3_mdct_18.cpp 41 const int32 *window sine window used in the mdct, three types are allowed
132 void pvmp3_mdct_18(int32 vec[], int32 *history, const int32 *window)
198 vec[ i] = fxp_mac32_Q32(tmp, (vec[i+10]), window[ i]);
208 vec[ 6] = fxp_mac32_Q32(tmp, vec[16] << 1, window[ i]);
215 vec[ 7] = fxp_mac32_Q32(tmp, tmp4 << 1, window[ 7]);
217 vec[ 8] = fxp_mac32_Q32(tmp1, vec[17] << 1, window[ 8]);
222 vec[ 9] = fxp_mac32_Q32(tmp, vec[17] << 1, window[ 9]);
224 vec[17] = fxp_mac32_Q32(tmp1, vec[10] << 1, window[17]);
226 vec[16] = fxp_mac32_Q32(tmp2, vec[11] << 1, window[16])
    [all...]
pvmp3_get_scale_factors.cpp 140 int32 window; local
154 for (window = 0; window < 3; window++)
156 scalefac->s[window][sfb] = getNbits(pMainData, slen[0][gr_info->scalefac_compress]);
161 for (window = 0; window < 3; window++)
163 scalefac->s[window][sfb] = getNbits(pMainData, slen[1][gr_info->scalefac_compress]);
173 for (window = 0; window < 3; window++
    [all...]
  /external/webkit/WebCore/platform/mac/
PlatformScreenMac.mm 56 NSWindow *window = widget ? [widget->platformWidget() window] : nil;
57 return toUserSpace([screenForWindow(window) frame], window);
62 NSWindow *window = widget ? [widget->platformWidget() window] : nil;
63 return toUserSpace([screenForWindow(window) visibleFrame], window);
66 NSScreen *screenForWindow(NSWindow *window)
68 NSScreen *screen = [window screen]; // nil if the window is off-scree
    [all...]
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
permission-denied.js 3 window.layoutTestController.setGeolocationPermission(false);
4 window.layoutTestController.setMockGeolocationPosition(51.478, -0.166, 100);
9 window.layoutTestController.notifyDone();
15 window.layoutTestController.notifyDone();
17 window.layoutTestController.waitUntilDone();
success.js 7 window.layoutTestController.setGeolocationPermission(true);
8 window.layoutTestController.setMockGeolocationPosition(mockLatitude,
19 window.layoutTestController.notifyDone();
22 window.layoutTestController.notifyDone();
24 window.layoutTestController.waitUntilDone();
timeout.js 7 window.layoutTestController.setGeolocationPermission(true);
8 window.layoutTestController.setMockGeolocationPosition(mockLatitude,
19 window.layoutTestController.notifyDone();
22 window.layoutTestController.notifyDone();
26 window.layoutTestController.waitUntilDone();
watch.js 28 window.layoutTestController.setGeolocationPermission(true);
29 window.layoutTestController.setMockGeolocationPosition(mockLatitude, mockLongitude, mockAccuracy);
36 window.layoutTestController.setMockGeolocationPosition(++mockLatitude, ++mockLongitude, ++mockAccuracy);
40 window.layoutTestController.setMockGeolocationError(mockCode, mockMessage);
45 window.layoutTestController.notifyDone();
49 window.layoutTestController.notifyDone();
55 window.layoutTestController.setMockGeolocationPosition(++mockLatitude, ++mockLongitude, ++mockAccuracy);
59 window.layoutTestController.notifyDone();
62 window.layoutTestController.waitUntilDone();
  /external/webkit/WebKitTools/WebKitAPITest/tests/
WebViewDestruction.cpp 51 static void createAndInitializeWebView(COMPtr<IWebView>& outWebView, HostWindow& window, HWND& viewWindow)
56 TEST_ASSERT(window.initialize());
57 TEST_ASSERT(SUCCEEDED(webView->setHostWindow(reinterpret_cast<OLE_HANDLE>(window.window()))));
58 TEST_ASSERT(SUCCEEDED(webView->initWithFrame(window.clientRect(), 0, 0)));
83 // Allow window messages to be processed, because in some cases that would trigger a crash (e.g., <http://webkit.org/b/32827>).
86 // We haven't crashed. Release the WebView and ensure that its view window has been destroyed and the WebView doesn't leak.
119 HostWindow window; local
121 createAndInitializeWebView(webView, window, viewWindow);
130 HostWindow window; local
142 HostWindow window; local
154 HostWindow window; local
167 HostWindow window; local
180 HostWindow window; local
192 HostWindow window; local
205 HostWindow window; local
219 HostWindow window; local
    [all...]
  /frameworks/base/include/ui/egl/
android_natives.h 155 int (*setSwapInterval)(struct ANativeWindow* window,
165 int (*dequeueBuffer)(struct ANativeWindow* window,
175 int (*lockBuffer)(struct ANativeWindow* window,
185 int (*queueBuffer)(struct ANativeWindow* window,
189 * hook used to retrieve information about the native window.
193 int (*query)(struct ANativeWindow* window,
218 int (*perform)(struct ANativeWindow* window,
227 int (*cancelBuffer)(struct ANativeWindow* window,
249 ANativeWindow* window, int usage)
251 return window->perform(window, NATIVE_WINDOW_SET_USAGE, usage)
    [all...]
  /external/zlib/contrib/infback9/
infback9.h 14 * window must be provided. Also if int's are 16 bits, then a zero for
28 unsigned char FAR *window,
31 #define inflateBack9Init(strm, window) \
32 inflateBack9Init_((strm), (window), \

Completed in 463 milliseconds

1 2 3 4 5 6 7 8 91011>>