Searched refs:window (Results 451 - 475 of 1015) sorted by relevance

<<11121314151617181920>>

/external/qemu/distrib/zlib-1.2.3/
H A Dinflate.c11 * creation of window when not needed, minimize use of window when it is
32 * - Fix bug in reuse of allocated window after inflateReset()
45 * - Rearrange window copies in inflate_fast() for speed and simplification
46 * - Unroll last copy for window match in inflate_fast()
47 * - Use local copies of window variables in inflate_fast() for speed
54 * programs like gzip and unzip -- uses window as output buffer to avoid
55 * window copying
67 * - Changed type of window in inflateBackInit() to unsigned char *
183 state->window
[all...]
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_window_gtk.cc101 // Default height of dev tools pane when docked to the browser window. This
110 // on each side regardless of the system window border size.
112 // While resize areas on Windows are normally the same size as the window
113 // borders, our top area is shrunk by 1 px to make it easier to move the window
118 // In the window corners, the resize areas don't actually expand bigger, but
126 // window background to line up with the tab background regardless of whether
132 // The timeout in milliseconds before we'll get the true window position with
137 // gripper in the bottom right corner of the window. We dynamically
155 // this to get the initial bounds. After window creation, we pick up the
157 gfx::Rect GetInitialWindowBounds(GtkWindow* window) { argument
248 SetWindowSize(GtkWindow* window, const gfx::Size& size) argument
689 GtkWidget* window = GTK_WIDGET(window_); local
1483 GetBrowserWindowForNativeWindow( gfx::NativeWindow window) argument
[all...]
/external/webkit/Source/WebCore/bindings/v8/
H A DV8DOMWindowShell.cpp132 v8::Handle<v8::Object> window = V8DOMWrapper::lookupDOMWrapper(V8DOMWindow::GetTemplate(), host); local
133 if (window.IsEmpty())
136 DOMWindow* targetWindow = V8DOMWindow::toNative(window);
255 // To implement split-window, see
260 // an outer window and an inner window. The inner window is the hidden
261 // prototype of the outer window. The inner window is the default
263 // scope is a property of the inner window
402 installDOMWindow(v8::Handle<v8::Context> context, DOMWindow* window) argument
413 V8DOMWrapper::setDOMWrapper(v8::Handle<v8::Object>::Cast(jsWindow->GetPrototype()), &V8DOMWindow::info, window); local
631 setLocation(DOMWindow* window, const String& locationString) argument
[all...]
/external/webkit/Source/WebCore/inspector/front-end/
H A DTimelineOverviewPane.js63 this._overviewWindowElement.id = "timeline-overview-window";
67 this._overviewWindowBordersElement.className = "timeline-overview-window-rulers";
75 this._leftResizeElement.className = "timeline-window-resizer";
80 this._rightResizeElement.className = "timeline-window-resizer timeline-window-resizer-right";
153 window.timelineSaved = timeline;
260 var window = this._overviewWindowSelector._close(event.pageX - this._overviewGrid.element.offsetLeft);
262 if (window.end - window.start < WebInspector.TimelineOverviewPane.minSelectableSize)
263 if (this._overviewGrid.itemsGraphsElement.offsetWidth - window
[all...]
/external/webkit/Source/WebKit/mac/WebView/
H A DWebFrameView.mm140 // a convenience and so that we don't leave the window pointing to a view that's no longer in it.
141 NSWindow *window = [sv window];
142 NSResponder *firstResponder = [window firstResponder];
146 BOOL resetDragMargins = [window _needsToResetDragMargins];
147 [window _setNeedsToResetDragMargins:NO];
149 [window _setNeedsToResetDragMargins:resetDragMargins];
152 [window makeFirstResponder:view];
411 NSWindow *window = [self window];
[all...]
/external/aac/libAACdec/src/
H A Daacdec_pns.cpp346 for (int window = 0, group = 0; group < GetWindowGroups(pIcsInfo); group++) {
347 for (int groupwin = 0; groupwin < GetWindowGroupLength(pIcsInfo, group); groupwin++, window++) {
348 FIXP_DBL *spectrum = SPEC(pSpectrum, window, granuleLength);
376 pSpecScale[window], noise_e, outOfPhase) ;
/external/chromium/chrome/browser/chromeos/
H A Dchoose_mobile_network_dialog.cc56 html_view->window()->Show();
H A Dwm_overview_controller.h51 // in. The layout mode is controlled by the window manager.
76 GdkWindow* window);
H A Dwm_overview_snapshot.cc48 GTK_WIDGET(browser->window()->GetNativeHandle())));
/external/chromium/chrome/browser/chromeos/login/
H A Ddom_login_display.cc51 login_screen_->window()->Show();
/external/chromium/chrome/browser/chromeos/panels/
H A Dpanel_browsertest.cc34 "<body onload='window.setTimeout(run_tests, 0)'>"
37 " window.open(null, null, 'width=100,height=100');"
47 // Wait for notification that window.open has been processed.
60 // This window type tells the cros window manager to treat the window
65 GTK_WIDGET(new_browser->window()->GetNativeHandle()), NULL));
72 "<body onload='window.setTimeout(run_tests, 0)'>"
75 " window.open(null, null, 'width=1000,height=1000');"
85 // Wait for notification that window
[all...]
/external/chromium/chrome/browser/download/
H A Dsave_page_browsertest.cc74 EXPECT_TRUE(browser()->window()->IsDownloadShelfVisible());
103 EXPECT_TRUE(browser()->window()->IsDownloadShelfVisible());
129 EXPECT_TRUE(browser()->window()->IsDownloadShelfVisible());
171 EXPECT_TRUE(browser()->window()->IsDownloadShelfVisible());
/external/chromium/chrome/browser/first_run/
H A Dtry_chrome_dialog_view.h74 // Returns a screen rectangle that is fit to show the window. In particular
83 void SetToastRegion(gfx::NativeWindow window, int w, int h);
/external/chromium/chrome/browser/resources/gpu_internals/
H A Dbrowser_bridge_tests.js81 window.setTimeout(function() {
/external/chromium/chrome/browser/sync/glue/
H A Dsession_model_associator.cc118 // Make sure the browser has tabs and a window. Browsers destructor
122 // the tab count is 0 or the window is NULL, the browser is about to be
125 (*i)->window()) {
128 VLOG(1) << "Reassociating window " << window_id << " with " <<
154 // Only add a window if it contains valid tabs.
520 // Header data contains window information and ordered tab id's for each
521 // window.
534 // This a new window, create it.
537 const sync_pb::SessionWindow& window_s = header.window(i);
796 const SessionWindow& window) {
795 SessionWindowHasNoTabsToSync( const SessionWindow& window) argument
905 PopulateSessionSpecificsWindow( const SessionWindow& window, sync_pb::SessionWindow* session_window) argument
932 SyncLocalWindowToSyncModel( const SessionWindow& window) argument
[all...]
H A Dsession_model_associator.h91 // Resync local window information. Updates the local sessions header node
93 // only be called for changes that affect a window, not a change within a
138 // Load and associate window and tab data for a foreign session
161 // Specifies whether the window has tabs to sync. The new tab page does not
163 static bool SessionWindowHasNoTabsToSync(const SessionWindow& window);
298 // Delete all foreign session/window/tab objects allocated dynamically.
303 // Determine if a window is of a type we're interested in syncing.
334 // Used to populate a session window from the session specifics window
338 const sync_pb::SessionWindow& window,
[all...]
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_bar_gtk_interactive_uitest.cc59 ViewIDUtil::GetWidget(GTK_WIDGET(browser()->window()->GetNativeHandle()),
/external/chromium/chrome/browser/ui/gtk/download/
H A Ddownload_in_progress_dialog_gtk.cc57 browser_->window()->GetNativeHandle(),
/external/chromium/chrome/browser/ui/window_snapshot/
H A Dwindow_snapshot_x.cc29 GdkWindow* gdk_window = GTK_WIDGET(gtk_window)->window;
34 LOG(ERROR) << "Couldn't get window attributes";
/external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
H A Doptions.js11 window.addEventListener('load', init, false);
/external/chromium-trace/trace-viewer/src/tracks/
H A Dtimeline_canvas_based_track.js139 var style = window.getComputedStyle(this.canvasContainer_);
146 var pixelRatio = window.devicePixelRatio || 1;
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DStringArrayPropertyEditor.java15 import org.eclipse.jface.window.Window;
/external/libvorbis/lib/
H A DMakefile.am9 libvorbis_la_SOURCES = mdct.c smallft.c block.c envelope.c window.c lsp.c \
16 registry.h scales.h window.h lookup.h lookup_data.h\
/external/mesa3d/docs/
H A DMESA_pixmap_colormap.spec36 The colormap associated with a window can be queried with normal
73 rendered into the pixmap may then be copied to a window (which uses the
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_gl.c38 PgSetRegion(PtWidgetRid(window));
165 PgSetRegion(PtWidgetRid(window));
177 PgSetRegion(PtWidgetRid(window));
353 /* Set the buffers region to be that of our window's region */
354 qnxgl_attribs_slide = glph_attrib_set_region(qnxgl_attribs_slide, PtWidgetRid(window));

Completed in 569 milliseconds

<<11121314151617181920>>