Searched defs:window (Results 201 - 225 of 311) sorted by relevance

1234567891011>>

/external/webkit/Source/WebKit/chromium/src/
H A DWebBindings.cpp245 WebCore::DOMWindow* window = WebCore::V8Proxy::retrieveWindow(WebCore::V8Proxy::currentContext()); local
246 return npCreateV8ScriptObject(0, result, window);
256 WebCore::DOMWindow* window = WebCore::V8Proxy::retrieveWindow(WebCore::V8Proxy::currentContext()); local
257 return npCreateV8ScriptObject(0, result, window);
266 WebCore::DOMWindow* window = WebCore::V8Proxy::retrieveWindow(WebCore::V8Proxy::currentContext()); local
267 return npCreateV8ScriptObject(0, result, window);
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitsoupauthdialog.c200 GtkWindow* window; local
220 window = GTK_WINDOW(widget);
234 gtk_window_set_resizable(window, FALSE);
235 gtk_window_set_title(window, "");
236 gtk_window_set_icon_name(window, GTK_STOCK_DIALOG_AUTHENTICATION);
244 gtk_window_set_transient_for(window, GTK_WINDOW(toplevel));
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqgraphicswkview.cpp190 QWidget* window = focusedView->window(); local
191 FriendlyWidget* friendlyWindow = static_cast<FriendlyWidget*>(window);
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
H A Dmain.cpp345 NPError NPP_SetWindow(NPP instance, NPWindow *window) argument
350 obj->lastWindow = *window;
353 pluginLog(instance, "NPP_SetWindow: %d %d", (int)window->width, (int)window->height);
371 return obj->pluginTest->NPP_SetWindow(instance, window);
/external/webrtc/src/modules/audio_processing/ns/main/source/
H A Dns_core.h61 const float* window; member in struct:NSinst_t_
H A Dnsx_core.h27 const WebRtc_Word16* window; member in struct:NsxInst_t_
/external/zlib/contrib/masm686/
H A Dmatch.asm112 window = 4 ; local copy of s->window define
113 windowbestlen = 8 ; s->window + bestlen
187 ;/* register Bytef *scan = s->window + s->strstart; */
190 mov [esp+window], esi
218 ;/* Store the sum of s->window + best_len in %esi locally, and in %esi. */
239 ; * match = s->window + cur_match;
254 ; * %esi = windowbestlen - i.e., (window + bestlen)
273 mov eax, [esp+window]
287 mov esi, [esp+window]
[all...]
/external/zlib/contrib/masmx86/
H A Dmatch686.asm54 window equ dword ptr [esp+NbStack-40] define
122 window equ esp + 4 ; local copy of s->window define
123 windowbestlen equ esp + 8 ; s->window + bestlen
250 ;;; register Bytef *scan = s->window + s->strstart;
253 mov [window], esi
281 ;;; Store the sum of s->window + best_len in esi locally, and in esi.
304 ;;; match = s->window + cur_match;
319 ;;; esi = windowbestlen - i.e., (window + bestlen)
333 mov eax, [window]
[all...]
/external/zlib/
H A Dinflate.h91 /* sliding window */
92 unsigned wbits; /* log base 2 of requested window size */
93 unsigned wsize; /* window size or zero if not using window */
94 unsigned whave; /* valid bytes in the window */
95 unsigned wnext; /* window write index */
96 unsigned char FAR *window; /* allocated sliding window, if needed */ member in struct:inflate_state
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_browsertest.cc165 BrowserWindow* window = browser->window(); local
166 ASSERT_TRUE(window);
167 LocationBar* loc_bar = window->GetLocationBar();
/external/chromium/chrome/browser/automation/
H A Dautomation_provider_win.cc28 #include "views/window/window.h"
155 gfx::NativeWindow window = local
156 browser_tracker_->GetResource(handle)->window()->GetNativeHandle();
184 reinterpret_cast<HWND>(browser->window()->GetNativeHandle());
205 window, ui::VKEY_ESCAPE,
247 // When the ExternalTabContainer window is created we grab a reference on it
248 // which is released when the window is destroyed.
325 if (!IsWindow(params.window))
331 thread_id = GetWindowThreadProcessId(params.window,
[all...]
/external/chromium/chrome/browser/chromeos/frame/
H A Dpanel_controller.cc32 #include "views/window/window.h"
63 // Used to draw the background of the panel title window.
123 GtkWindow* window)
125 panel_(window),
213 // titlebar window. See WM_IPC_MESSAGE_WM_NOTIFY_PANEL_DRAGGED's declaration
235 // Only handle clicks that started in our window.
250 // window manager know that the panel is being expanded in response to a
342 // ignore if the title window is already closed.
122 PanelController(Delegate* delegate, GtkWindow* window) argument
/external/chromium/chrome/browser/chromeos/login/
H A Dbackground_view.cc30 #include "chrome/browser/ui/views/window.h"
45 #include "views/window/window.h"
105 // TODO(sky): nuke this once new window manager is in place.
174 Widget* window = Widget::CreateWidget( local
176 window->Init(NULL, bounds);
183 window->SetContentsView(*view);
187 // This keeps the window from flashing at startup.
188 GdkWindow* gdk_window = window->GetNativeView()->window;
197 views::Window* window = browser::CreateViewsWindow( local
[all...]
H A Deula_view.cc29 #include "chrome/browser/ui/views/window.h"
49 #include "views/window/dialog_delegate.h"
50 #include "views/window/window.h"
502 views::Window* window = browser::CreateViewsWindow(parent_window, local
505 window->SetIsAlwaysOnTop(true);
506 window->Show();
H A Duser_controller.cc46 // Approximate height of controls window, this constant is used in new user
47 // case to make border window size close to existing users.
57 // A window for controls that sets focus to the view when
74 // For some reason, Controls window never gets first expose event,
77 // this may allow WM to show unpainted window, we haven't seen any
89 // Widget that notifies window manager about clicking on itself.
112 void CloseWindow(views::Widget* window) { argument
113 if (!window)
115 window->set_widget_delegate(NULL);
116 window
360 ConfigureLoginWindow(WidgetGtk* window, int index, const gfx::Rect& bounds, chromeos::WmIpcWindowType type, views::View* contents_view) argument
417 WidgetGtk* window = new ControlsWindow(control_view); local
441 WidgetGtk* window = new ClickNotifyingWidget(WidgetGtk::TYPE_WINDOW, this); local
529 WidgetGtk* window = new ClickNotifyingWidget(WidgetGtk::TYPE_WINDOW, this); local
[all...]
/external/chromium/chrome/browser/chromeos/
H A Dwm_overview_controller.cc29 #include "views/window/window.h"
99 // Updates the selected index and tab count on the toplevel window.
133 // Calculate the size of a cell based on the browser window's size.
175 // property changes that originated from the window manager.
223 // Need to reorder tab in the snapshots list, and reset the window
278 GTK_WIDGET(browser_->window()->GetNativeHandle()), NULL);
287 GTK_WIDGET(browser_->window()->GetNativeHandle()),
325 // Ignore requests to switch to non-existent tabs (the window manager gets
326 // notified asynchronously about the number of tabs in each window, s
571 ProcessWmMessage(const WmIpc::Message& message, GdkWindow* window) argument
[all...]
/external/chromium/chrome/browser/
H A Djumplist_win.cc663 bool JumpList::AddWindow(const TabRestoreService::Window* window, argument
666 // This code enumerates al the tabs in the given window object and add their
669 if (window->tabs.empty()) {
673 for (size_t i = 0; i < window->tabs.size(); ++i) {
674 if (!AddTab(&window->tabs[i], list, max_items))
/external/chromium/chrome/browser/sessions/
H A Dsession_restore.cc449 // Restore window(s) from a foreign session.
472 // Always create in a new window
533 browser->window()->Show();
586 // If there is an open tabbed browser window, use it. Otherwise fall
612 // included at least one tabbed browser, then close the browser window
629 void RestoreTabsToBrowser(const SessionWindow& window, argument
632 DCHECK(!window.tabs.empty());
633 for (std::vector<SessionTab*>::const_iterator i = window.tabs.begin();
634 i != window.tabs.end(); ++i) {
636 const int tab_index = static_cast<int>(i - window
[all...]
/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...]
/external/chromium/chrome/browser/tab_contents/
H A Dtab_contents_view_gtk.cc179 GtkWidget* window = gtk_widget_get_ancestor(GetNativeView(), GTK_TYPE_WINDOW); local
180 return window ? GTK_WINDOW(window) : NULL;
190 if (expanded_->window)
191 gdk_window_get_origin(expanded_->window, &x, &y);
197 // Set the window name to include the page title so it's easier to spot
200 if (content_view && content_view->window)
201 gdk_window_set_title(content_view->window, WideToUTF8(title).c_str());
255 if (!floating_->window) {
260 gdk_window_get_geometry(floating_->window,
[all...]
/external/chromium/chrome/browser/ui/
H A Dbrowser.h98 // Possible elements of the Browser window.
127 // Browser has a NULL window after its construction, InitBrowserWindow must
128 // be called after configuration for window() to be valid.
135 // window is created by this function call.
139 // specified contents, in a popup window of the specified size/position.
147 // Like Create, but creates a toolbar-less "app" window for the specified
148 // app. |app_name| is required and is used to identify the window to the
150 // window to open.
157 // DevTools "app" window.
160 // Set overrides for the initial window bound
193 set_window(BrowserWindow* window) argument
201 BrowserWindow* window() const { return window_; } function in class:Browser
[all...]
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_editor_gtk.cc199 GtkWindow* window,
211 Init(window);
421 // close the window.
198 BookmarkEditorGtk( GtkWindow* window, Profile* profile, const BookmarkNode* parent, const EditDetails& details, BookmarkEditor::Configuration configuration) argument
H A Dbookmark_utils_gtk.cc125 cairo_t* cr = gdk_cairo_create(event->window);
182 GtkWidget* window = gtk_window_new(GTK_WINDOW_POPUP); local
185 gtk_util::AddWindowAlphaChannel(window)) {
189 g_signal_connect(window, "expose-event", G_CALLBACK(OnDragIconExpose),
191 g_object_ref(window);
192 g_signal_connect(window, "destroy", G_CALLBACK(OnDragIconDestroy), data);
196 gtk_widget_set_size_request(window, kDragRepresentationWidth,
202 gtk_widget_modify_bg(window, GTK_STATE_NORMAL, &color);
204 gtk_widget_realize(window);
208 gtk_container_add(GTK_CONTAINER(window), fram
[all...]
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_toolbar_gtk.cc85 BrowserToolbarGtk::BrowserToolbarGtk(Browser* browser, BrowserWindowGtk* window) argument
91 window_(window),
459 cairo_t* cr = gdk_cairo_create(GDK_DRAWABLE(widget->window));
624 // If we're a popup window, only show the location bar (omnibox).
/external/chromium/chrome/browser/ui/views/frame/
H A Dapp_panel_browser_frame_view.cc22 #include "views/window/window.h"
23 #include "views/window/window_resources.h"
26 #include "views/window/hit_test.h"
31 // each side regardless of the system window border size.
33 // In the window corners, the resize areas don't actually expand bigger, but the
166 // Then see if the point is within any of the window controls.
186 // Redefine the window visible region for the new size.
222 views::Window* window = frame_->GetWindow(); local
223 if (window
[all...]

Completed in 7786 milliseconds

1234567891011>>