Searched refs:window (Results 101 - 125 of 1015) sorted by relevance

1234567891011>>

/external/zlib/src/contrib/infback9/
H A Dinfback9.h14 * 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), \
/external/webkit/Tools/GtkLauncher/
H A Dmain.c42 static void updateTitle(GtkWindow* window, WebKitWebView* webView) argument
50 gtk_window_set_title(window, title);
64 static void notifyTitleCb(WebKitWebView* webView, GParamSpec* pspec, GtkWidget* window) argument
66 updateTitle(GTK_WINDOW(window), webView);
79 static void notifyProgressCb(WebKitWebView* webView, GParamSpec* pspec, GtkWidget* window) argument
81 updateTitle(GTK_WINDOW(window), webView);
84 static void destroyCb(GtkWidget* widget, GtkWidget* window) argument
101 createWebViewCb(WebKitWebView* webView, WebKitWebFrame* web_frame, GtkWidget* window) argument
108 static gboolean webViewReadyCb(WebKitWebView* webView, GtkWidget* window) argument
111 gtk_widget_show_all(window);
115 closeWebViewCb(WebKitWebView* webView, GtkWidget* window) argument
121 createBrowser(GtkWidget* window, GtkWidget* uriEntry, GtkWidget* statusbar, WebKitWebView* webView) argument
192 GtkWidget *window; local
[all...]
/external/chromium/chrome/browser/chromeos/login/
H A Dproxy_settings_dialog.h17 gfx::NativeWindow window);
/external/chromium/chrome/browser/ui/options/
H A Dshow_options_url.cc14 // We open a new browser window so the Options dialog doesn't get lost behind
18 browser->window()->Show();
/external/chromium/chrome/browser/ui/
H A Dprofile_error_dialog.cc20 browser ? browser->window()->GetNativeHandle() : NULL,
/external/chromium/chrome/browser/ui/window_snapshot/
H A Dwindow_snapshot.h19 // Grabs a snapshot of the designated window and stores a PNG representation
21 gfx::Rect GrabWindowSnapshot(gfx::NativeWindow window,
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
H A DpanoramiXext.h39 Window window; /* PanoramiX window - may not exist */ member in struct:__anon10609
/external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
H A Dcreate-event.js21 window.successfullyParsed = true;
H A Dmultiple-frames.js31 if (window.layoutTestController)
40 window.addEventListener('deviceorientation', mainFrameListener);
42 window.jsTestIsAsync = true;
43 window.successfullyParsed = true;
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
H A Dreentrant-success.js7 if (window.layoutTestController) {
36 if (window.layoutTestController)
53 window.jsTestIsAsync = true;
54 window.successfullyParsed = true;
/external/webkit/LayoutTests/storage/domstorage/events/resources/
H A DeventTestHarness.js1 if (window.layoutTestController) {
13 window.parent.storageEventList.push(e);
34 window.successfullyParsed = true;
37 if (window.layoutTestController)
/external/webkit/LayoutTests/storage/domstorage/localstorage/resources/
H A DclearLocalStorage.js11 if (window.localStorage)
/external/webkit/LayoutTests/storage/domstorage/sessionstorage/resources/
H A DclearSessionStorage.js11 if (window.sessionStorage)
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8DocumentLocationCustom.cpp41 DOMWindow* window = document->frame()->domWindow();
42 return toV8(window->location());
51 DOMWindow* window = document->frame()->domWindow();
53 V8DOMWindowShell::setLocation(window, toWebCoreString(value));
/external/webkit/Tools/MiniBrowser/win/
H A DMiniBrowser.cpp61 void MiniBrowser::registerWindow(BrowserWindow* window) argument
63 m_browserWindows.insert(window);
66 void MiniBrowser::unregisterWindow(BrowserWindow* window) argument
68 m_browserWindows.erase(window);
/external/chromium/chrome/browser/ui/cocoa/
H A Dtheme_install_bubble_view.h16 // center of a browser window for use when an extension or theme is loaded.
18 // browser window.) If an extension is being applied, the bubble goes away
23 // Edge case: note that if one installs a theme in one window and then switches
24 // rapidly to another window to install a theme there as well (in the short time
26 // bubble will only appear over the first window, as there is only ever one
38 static void Show(NSWindow* window);
41 explicit ThemeInstallBubbleView(NSWindow* window);
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/pin/
H A Dinject.js4 window.addEventListener("keydown", function(event) {
/external/webkit/LayoutTests/storage/domstorage/events/script-tests/
H A Dcase-sensitive.js5 window.completionCallback = callback;
6 window.storage = eval(storageString);
/external/webkit/Source/WebCore/page/
H A DMemoryInfo.idl31 module window {
H A DPerformance.idl31 module window {
/external/webkit/Source/WebCore/plugins/
H A DDOMMimeType.idl21 module window {
H A DDOMMimeTypeArray.idl21 module window {
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/win/
H A DWMPrint.cpp39 HWND window = WKViewGetWindow(webView.platformView()); local
42 ::SendMessage(window, WM_PRINT, reinterpret_cast<WPARAM>(dc), PRF_CLIENT | PRF_CHILDREN);
/external/webkit/Tools/WebKitTestRunner/mac/
H A DTestControllerMac.mm69 NSWindow *window = [view->platformView() window];
70 if (!window)
72 [NSApp runModalForWindow:window];
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/
H A Dscript.js10 var benchmarkExtensionUrl = window.location.toString();
50 if (window.parent != window) {
53 var load_times = window.chrome.loadTimes();
54 var dom = window.document.getElementsByTagName('*');
69 window.setTimeout(sendTimesToExtension, 100);

Completed in 485 milliseconds

1234567891011>>