Searched refs:window (Results 76 - 100 of 1015) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/inspector/front-end/
H A DTestController.js49 if (window[script] && typeof window[script] === "function")
50 result = window[script].call(WebInspector, controller);
52 result = window.eval(script);
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/win/
H A DWindowGeometryInitializedBeforeSetWindow.cpp43 virtual NPError NPP_SetWindow(NPP instance, NPWindow* window) argument
49 if (window->type != NPWindowTypeWindow) {
50 pluginLog(instance, "window->type should be NPWindowTypeWindow but was %d", window->type);
54 HWND hwnd = reinterpret_cast<HWND>(window->window);
78 if (rect.left != window->x || rect.top != window->y || (rect.right - rect.left) != window->width || (rect.bottom - rect.top) != window
[all...]
H A DGetValueNetscapeWindow.cpp43 virtual NPError NPP_SetWindow(NPP instance, NPWindow* window) argument
61 if (hwnd == window->window) {
62 pluginLog(instance, "NPN_GetValue(NPNVnetscapeWindow) returned the same value as NPWindow::window");
73 static PluginTest::Register<GetValueNetscapeWindow> getValueNetscapeWindow("get-value-netscape-window");
/external/chromium/chrome/browser/ui/tabs/
H A Ddock_info_gtk.cc21 // Base class used to locate a window. A subclass need only override
36 // Returns true if |window| is in the ignore list.
37 bool ShouldIgnoreWindow(XID window) { argument
38 return (ignore_.find(window) != ignore_.end());
42 virtual bool ShouldStopIterating(XID window) { argument
55 // Helper class to determine if a particular point of a window is not obscured
56 // by another window.
59 // Returns true if |window| is not obscured by another window at the
61 static bool IsTopMostWindowAtPoint(XID window, argument
69 ShouldStopIterating(XID window) argument
97 TopMostFinder(XID window, const gfx::Point& screen_loc, const std::set<GtkWidget*>& ignore) argument
141 ShouldStopIterating(XID window) argument
[all...]
/external/qemu/android/skin/
H A Dwindow.c12 #include "android/skin/window.h"
734 SkinWindow* window; member in struct:__anon10297
738 ball_state_reset( BallState* state, SkinWindow* window )
747 state->window = window;
768 skin_window_redraw( state->window, &state->rect );
775 skin_window_redraw( state->window, &state->rect );
984 skin_window_find_finger( SkinWindow* window, argument
988 FingerState* finger = &window->finger;
994 if (!window
1011 skin_window_move_mouse( SkinWindow* window, int x, int y ) argument
1121 skin_window_trackball_press( SkinWindow* window, int down ) argument
1127 skin_window_trackball_move( SkinWindow* window, int xrel, int yrel ) argument
1138 skin_window_set_trackball( SkinWindow* window, SkinTrackBall* ball ) argument
1146 skin_window_show_trackball( SkinWindow* window, int enable ) argument
1199 SkinWindow* window; local
1283 skin_window_enable_touch( SkinWindow* window, int enabled ) argument
1289 skin_window_enable_trackball( SkinWindow* window, int enabled ) argument
1295 skin_window_enable_dpad( SkinWindow* window, int enabled ) argument
1301 skin_window_enable_qwerty( SkinWindow* window, int enabled ) argument
1307 skin_window_set_title( SkinWindow* window, const char* title ) argument
1428 skin_window_reset_internal( SkinWindow* window, SkinLayout* slayout ) argument
1467 skin_window_reset( SkinWindow* window, SkinLayout* slayout ) argument
1479 skin_window_set_lcd_brightness( SkinWindow* window, int brightness ) argument
1519 skin_window_set_onion( SkinWindow* window, SkinImage* onion, SkinRotation onion_rotation, int onion_alpha ) argument
1540 skin_window_update_shrink( SkinWindow* window, SkinRect* rect ) argument
1547 skin_window_set_scale( SkinWindow* window, double scale ) argument
1557 skin_window_redraw( SkinWindow* window, SkinRect* rect ) argument
1633 skin_window_get_display( SkinWindow* window, ADisplayInfo *info ) argument
1652 skin_window_map_to_scale( SkinWindow* window, int *x, int *y ) argument
1659 skin_window_process_event( SkinWindow* window, SDL_Event* ev ) argument
1759 skin_window_update_display( SkinWindow* window, int x, int y, int w, int h ) argument
[all...]
/external/chromium/chrome/common/extensions/docs/examples/extensions/mappy/
H A Dmappy_content_script.js2 if (window == top) {
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
H A Dcallback-to-remote-context.js18 window.jsTestIsAsync = true;
19 window.successfullyParsed = true;
H A Ddisconnected-frame-already.js3 if (window.layoutTestController) {
34 window.jsTestIsAsync = true;
35 window.successfullyParsed = true;
H A Ddisconnected-frame-permission-denied.js5 if (window.layoutTestController) {
44 window.jsTestIsAsync = true;
45 window.successfullyParsed = true;
H A Dmultiple-requests.js7 if (window.layoutTestController) {
46 window.jsTestIsAsync = true;
47 window.successfullyParsed = true;
H A Dpage-reload-cancel-permission-requests.js4 window.jsTestIsAsync = true;
12 if (window.layoutTestController) {
44 window.successfullyParsed = true;
H A Dreentrant-permission-denied.js3 if (window.layoutTestController) {
40 window.jsTestIsAsync = true;
41 window.successfullyParsed = true;
H A Dtimestamp.js7 if (window.layoutTestController) {
33 window.jsTestIsAsync = true;
34 window.successfullyParsed = true;
/external/webkit/LayoutTests/fast/events/touch/script-tests/
H A Ddocument-create-touch-list-crash.js10 var t = document.createTouch(window, document.body, 12341, 60, 65, 100, 105);
11 var t2 = document.createTouch(window, document.body, 12342, 50, 55, 115, 120);
/external/webkit/Source/WebCore/page/
H A DNavigatorUserMediaError.idl25 module window {
H A DNavigatorUserMediaErrorCallback.idl25 module window {
H A DWebKitPoint.idl26 module window {
/external/webkit/Source/WebCore/dom/
H A DDeviceMotionController.cpp64 void DeviceMotionController::addListener(DOMWindow* window) argument
69 m_newListeners.add(window);
75 m_listeners.add(window);
80 void DeviceMotionController::removeListener(DOMWindow* window) argument
82 m_listeners.remove(window);
83 m_newListeners.remove(window);
88 void DeviceMotionController::removeAllListeners(DOMWindow* window) argument
91 if (!m_listeners.contains(window))
94 m_listeners.removeAll(window);
95 m_newListeners.remove(window);
[all...]
H A DDeviceOrientationController.cpp64 void DeviceOrientationController::addListener(DOMWindow* window) argument
70 m_newListeners.add(window);
77 m_listeners.add(window);
82 void DeviceOrientationController::removeListener(DOMWindow* window) argument
84 m_listeners.remove(window);
85 m_newListeners.remove(window);
90 void DeviceOrientationController::removeAllListeners(DOMWindow* window) argument
93 if (!m_listeners.contains(window))
96 m_listeners.removeAll(window);
97 m_newListeners.remove(window);
[all...]
/external/webkit/Source/WebKit2/PluginProcess/mac/
H A DPluginProcessMac.mm48 template<typename T> void windowShown(T window);
49 template<typename T> void windowHidden(T window);
66 static bool windowCoversAnyScreen(WindowRef window)
69 HIWindowGetBounds(window, kWindowStructureRgn, kHICoordSpaceScreenPixel, &bounds);
78 static bool windowCoversAnyScreen(NSWindow* window)
80 return rectCoversAnyScreen([window frame]);
83 template<typename T> void FullscreenWindowTracker::windowShown(T window)
85 // If this window is already visible then there is nothing to do.
86 WindowSet::iterator it = m_windows.find(window);
90 // If the window i
[all...]
/external/webkit/Tools/WebKitAPITest/tests/
H A DWebViewDestruction.cpp53 static void createAndInitializeWebView(COMPtr<IWebView>& outWebView, HostWindow& window, HWND& viewWindow) argument
58 TEST_ASSERT(window.initialize());
59 TEST_ASSERT(SUCCEEDED(webView->setHostWindow(reinterpret_cast<OLE_HANDLE>(window.window()))));
60 TEST_ASSERT(SUCCEEDED(webView->initWithFrame(window.clientRect(), 0, 0)));
85 // Allow window messages to be processed, because in some cases that would trigger a crash (e.g., <http://webkit.org/b/32827>).
88 // We haven't crashed. Release the WebView and ensure that its view window has been destroyed and the WebView doesn't leak.
121 HostWindow window; local
123 createAndInitializeWebView(webView, window, viewWindow);
132 HostWindow window; local
144 HostWindow window; local
156 HostWindow window; local
169 HostWindow window; local
182 HostWindow window; local
194 HostWindow window; local
207 HostWindow window; local
221 HostWindow window; local
[all...]
/external/webkit/Tools/MiniBrowser/qt/
H A Dmain.cpp44 BrowserWindow* window = new BrowserWindow(context, &app.m_windowOptions); local
45 UrlLoader loader(window, app.urls().at(0), app.robotTimeout(), app.robotExtraTime());
47 window->show();
62 BrowserWindow* window = new BrowserWindow(context, &app.m_windowOptions); local
64 context->setParent(window);
66 window->load(urls.at(0));
69 window->newWindow(urls.at(i));
/external/webkit/Source/WebCore/bindings/js/
H A DScriptCachedFrameData.cpp56 JSDOMWindow* window = iter->second->window(); local
57 m_windows.add(iter->first.get(), Strong<JSDOMWindow>(window->globalData(), window));
58 m_domWindow = window->impl();
86 if (JSDOMWindow* window = m_windows.get(world).get())
87 windowShell->setWindow(window->globalData(), window);
93 windowShell->window()->setProfileGroup(page->group().identifier());
/external/chromium/chrome/browser/ui/gtk/
H A Dfocus_store_gtk.cc23 GtkWindow* window = platform_util::GetTopLevel(widget); local
24 if (window)
25 focus_widget = window->focus_widget;
/external/webkit/Tools/TestWebKitAPI/win/
H A DPlatformWebViewWin.cpp87 HWND window = WKViewGetWindow(m_view); local
90 ::SendMessageW(window, WM_KEYDOWN, VK_SPACE, (1 << repeatCountBitOffset) | (39 << scanCodeBitOffset));
91 ::SendMessageW(window, WM_CHAR, ' ', (1 << repeatCountBitOffset) | (39 << scanCodeBitOffset));
92 ::SendMessageW(window, WM_KEYUP, VK_SPACE, (1 << repeatCountBitOffset) | (39 << scanCodeBitOffset) | (1 << previousStateBitOffset) | (1 << transitionStateBitOffset));
97 HWND window = WKViewGetWindow(m_view); local
100 ::SendMessageW(window, WM_KEYDOWN, 'A', (1 << repeatCountBitOffset) | (30 << scanCodeBitOffset));
105 HWND window = WKViewGetWindow(m_view); local
108 ::SendMessageW(window, WM_SYSKEYDOWN, VK_MENU, (1 << repeatCountBitOffset) | (38 << scanCodeBitOffset) | (1 << contextCodeBitOffset));
109 ::SendMessageW(window, WM_SYSKEYUP, VK_MENU, (1 << repeatCountBitOffset) | (38 << scanCodeBitOffset) | (1 << previousStateBitOffset) | (1 << transitionStateBitOffset));
114 HWND window local
[all...]

Completed in 982 milliseconds

1234567891011>>