Searched refs:window (Results 51 - 75 of 1015) sorted by relevance

1234567891011>>

/external/chromium/chrome/common/extensions/docs/js/
H A Dbootstrap.js19 if (window.location.search == "?regenerate" ||
21 (window.location.href.match("^file:")) &&
29 window.onload = window.renderPage;
31 window.postRender = function() {
43 (window.location.href.match("^file:")) &&
45 window.onload = function() {
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider_gtk.cc39 GtkWindow* window = window_tracker_->GetResource(handle); local
40 if (window) {
41 GtkWidget* widget = ViewIDUtil::GetWidget(GTK_WIDGET(window),
53 gtk_widget_translate_coordinates(widget, GTK_WIDGET(window),
72 GtkWindow* window = window_tracker_->GetResource(handle); local
73 if (window) {
74 gtk_window_move(window, bounds.x(), bounds.height());
75 gtk_window_resize(window, bounds.width(), bounds.height());
84 GtkWindow* window = window_tracker_->GetResource(handle); local
85 if (window) {
96 gfx::NativeWindow window = window_tracker_->GetResource(handle); local
[all...]
/external/chromium/chrome/browser/
H A Dfullscreen_linux.cc22 XID window) {
25 if (!ui::GetXWindowStack(window, &windows)) {
30 int status = XQueryTree(ui::GetXDisplay(), window, &root, &parent,
46 // To find the top-most window:
48 // 2) For each window:
51 // Return this window as the top-most window.
52 // 2.3) Enumerate all its child windows. If there is a child window that is
54 // child window as the top-most window
21 EnumerateAllChildWindows(ui::EnumerateWindowsDelegate* delegate, XID window) argument
61 XID window() const { return window_; } function in class:__anon2039::WindowManagerWindowFinder
64 ShouldStopIterating(XID window) argument
86 ShouldStopIterating(XID window) argument
112 XID window = finder.top_most_window(); local
[all...]
/external/webkit/Source/WebCore/platform/mac/
H A DPlatformScreenMac.mm56 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 scree
[all...]
/external/flac/libFLAC/
H A Dwindow.c39 #include "private/window.h"
49 void FLAC__window_bartlett(FLAC__real *window, const FLAC__int32 L) argument
56 window[n] = 2.0f * n / (float)N;
58 window[n] = 2.0f - 2.0f * n / (float)N;
62 window[n] = 2.0f * n / (float)N;
64 window[n] = 2.0f - 2.0f * (N-n) / (float)N;
68 void FLAC__window_bartlett_hann(FLAC__real *window, const FLAC__int32 L) argument
74 window[n] = (FLAC__real)(0.62f - 0.48f * fabs((float)n/(float)N+0.5f) + 0.38f * cos(2.0f * M_PI * ((float)n/(float)N+0.5f)));
77 void FLAC__window_blackman(FLAC__real *window, const FLAC__int32 L) argument
83 window[
87 FLAC__window_blackman_harris_4term_92db_sidelobe(FLAC__real *window, const FLAC__int32 L) argument
96 FLAC__window_connes(FLAC__real *window, const FLAC__int32 L) argument
109 FLAC__window_flattop(FLAC__real *window, const FLAC__int32 L) argument
118 FLAC__window_gauss(FLAC__real *window, const FLAC__int32 L, const FLAC__real stddev) argument
130 FLAC__window_hamming(FLAC__real *window, const FLAC__int32 L) argument
139 FLAC__window_hann(FLAC__real *window, const FLAC__int32 L) argument
148 FLAC__window_kaiser_bessel(FLAC__real *window, const FLAC__int32 L) argument
157 FLAC__window_nuttall(FLAC__real *window, const FLAC__int32 L) argument
166 FLAC__window_rectangle(FLAC__real *window, const FLAC__int32 L) argument
174 FLAC__window_triangle(FLAC__real *window, const FLAC__int32 L) argument
192 FLAC__window_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p) argument
213 FLAC__window_welch(FLAC__real *window, const FLAC__int32 L) argument
[all...]
/external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
H A Dnull-values.js6 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
[all...]
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
H A Dpopuplib.js18 // To create a popup window, you first construct a popupOpener customized
59 // Computes the size of the window contents. Returns a pair of
66 if ('innerWidth' in window) {
68 width = window.innerWidth;
69 height = window.innerHeight;
72 if (('BackCompat' === window.document.compatMode)
73 && ('body' in window.document)) {
74 elem = window.document.body;
75 } else if ('documentElement' in window.document) {
76 elem = window
[all...]
/external/chromium/chrome/browser/ui/tests/
H A Dui_gfx_image_unittest.cc39 GtkWidget* window = gtk_window_new(GTK_WINDOW_TOPLEVEL); local
40 gtk_window_resize(GTK_WINDOW(window), 200, 200);
41 gtk_window_move(GTK_WINDOW(window), 300, 300);
44 gtk_container_add(GTK_CONTAINER(window), fixed);
51 gtk_widget_show_all(window);
53 gtk_widget_destroy(window);
/external/chromium/chrome/browser/ui/webui/
H A Dnew_tab_ui_uitest.cc38 scoped_refptr<BrowserProxy> window(automation()->GetBrowserWindow(0));
39 ASSERT_TRUE(window.get());
42 ASSERT_TRUE(window->RunCommand(IDC_NEW_TAB));
44 scoped_refptr<TabProxy> tab = window->GetActiveTab();
50 L"window.domAutomationController.send("
57 scoped_refptr<BrowserProxy> window(automation()->GetBrowserWindow(0));
58 ASSERT_TRUE(window.get());
60 ASSERT_TRUE(window->SetStringPreference(prefs::kGoogleServicesUsername,
63 ASSERT_TRUE(window->RunCommand(IDC_NEW_TAB));
65 scoped_refptr<TabProxy> tab = window
[all...]
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
H A Dwatch.js28 if (window.layoutTestController) {
39 if (window.layoutTestController)
44 if (window.layoutTestController)
59 if (window.layoutTestController)
68 window.jsTestIsAsync = true;
69 window.successfullyParsed = true;
H A Ddisconnected-frame.js3 if (window.layoutTestController) {
30 window.jsTestIsAsync = true;
31 window.successfullyParsed = true;
H A Derror.js6 if (window.layoutTestController) {
27 window.jsTestIsAsync = true;
28 window.successfullyParsed = true;
H A Dpermission-denied-already-success.js4 if (window.layoutTestController) {
36 window.jsTestIsAsync = true;
37 window.successfullyParsed = true;
H A Dposition-string.js7 if (window.layoutTestController) {
30 window.jsTestIsAsync = true;
31 window.successfullyParsed = true;
H A Dtimeout.js7 if (window.layoutTestController) {
29 window.jsTestIsAsync = true;
30 window.successfullyParsed = true;
H A Dpermission-denied-already-clear-watch.js4 if (window.layoutTestController) {
33 window.setTimeout(finishJSTest, 0);
37 window.jsTestIsAsync = true;
38 window.successfullyParsed = true;
H A Dpermission-denied-already-error.js4 if (window.layoutTestController) {
25 if (window.layoutTestController)
39 window.jsTestIsAsync = true;
40 window.successfullyParsed = true;
H A Dreentrant-error.js6 if (window.layoutTestController) {
34 if (window.layoutTestController)
48 window.jsTestIsAsync = true;
49 window.successfullyParsed = true;
/external/webkit/Source/WebKit/mac/WebView/
H A DWebWindowAnimation.h35 - (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;
/external/chromium/chrome/browser/printing/cloud_print/resources/
H A Dcloud_print_setup_flow.js31 var moveByX = (window.innerWidth - width) / 2;
32 var moveByY = (window.innerHeight - height) / 2;
33 var sizeByX = width - window.innerWidth;
34 var sizeByY = height - window.innerHeight;
35 window.moveBy(moveByX, moveByY);
36 window.resizeBy(sizeByX, sizeByY);
/external/webkit/Source/WebKit/mac/Misc/
H A DWebNSControlExtras.m45 NSWindow *window = [self window];
46 NSRect windowFrame = [window frame];
50 userSpaceScaleFactor = [window backingScaleFactor];
52 userSpaceScaleFactor = [window userSpaceScaleFactor];
56 [window setFrame:windowFrame display:NO];
/external/chromium/chrome/browser/ui/
H A Dbrowser_list_gtk.cc15 GtkWindow* window = GTK_WINDOW(i->data); local
18 // window or the toplevel associated with drop down windows crashes.
21 if (GTK_WIDGET_VISIBLE(GTK_WIDGET(window)) &&
22 (GTK_IS_DIALOG(GTK_WIDGET(window))))
23 gtk_widget_destroy(GTK_WIDGET(window));
/external/chromium/chrome/common/extensions/docs/examples/extensions/email_this_page/
H A Dcontent_script.js9 "selection": window.getSelection().toString()
/external/webkit/LayoutTests/storage/domstorage/events/script-tests/
H A DdocumentURI.js5 window.completionCallback = callback;
6 window.storage = eval(storageString);
33 window.lastURL = storageEventList[0].url;
45 shouldBeTrue(String(window.lastURL == storageEventList[1].url));
/external/webkit/Source/WebCore/inspector/front-end/
H A DExtensionRegistryStub.js31 if (!window.InspectorExtensionRegistry) {

Completed in 1204 milliseconds

1234567891011>>