Searched defs:window (Results 126 - 150 of 941) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/sync/sessions/
H A Dsessions_util.cc49 bool ShouldSyncWindow(const SyncedWindowDelegate* window) { argument
50 if (window->IsApp())
52 return window->IsTypeTabbed() || window->IsTypePopup();
/external/chromium_org/chrome/browser/ui/apps/
H A Dchrome_app_window_client.cc46 extensions::AppWindow* window,
51 return CreateNativeAppWindowImpl(window, params);
45 CreateNativeAppWindow( extensions::AppWindow* window, const extensions::AppWindow::CreateParams& params) argument
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Dmulti_user_context_menu_chromeos_unittest.cc34 aura::Window* window() { return window_; } function in class:ash::test::MultiUserContextMenuChromeOSTest
47 // A window which can be used for testing.
75 // Check that an unowned window will never create a menu.
77 EXPECT_EQ(NULL, CreateMultiUserContextMenu(window()).get());
81 EXPECT_EQ(NULL, CreateMultiUserContextMenu(window()).get());
84 // Check that an owned window will never create a menu.
86 // Make the window owned and check that there is no menu (since only a single
88 multi_user_window_manager()->SetWindowOwner(window(), "A");
89 EXPECT_EQ(NULL, CreateMultiUserContextMenu(window()).get());
94 scoped_ptr<ui::MenuModel> menu = CreateMultiUserContextMenu(window());
[all...]
H A Dmulti_user_util.cc48 Profile* GetProfileFromWindow(aura::Window* window) { argument
55 const std::string user_id = manager->GetUserPresentingWindow(window);
82 // Move the window to the current user's desktop.
83 void MoveWindowToCurrentDesktop(aura::Window* window) { argument
86 window,
H A Dmulti_user_window_manager.cc53 // The side by side mode is using the Single user window manager since all
74 bool MultiUserWindowManager::ShouldShowAvatar(aura::Window* window) { argument
75 // Note: In case of the M-31 mode the window manager won't exist.
77 // If the window is shown on a different desktop than the user, it should
80 return !instance->IsWindowOnDesktopOfUser(window,
81 instance->GetWindowOwner(window));
H A Dmulti_user_window_manager_stub.cc12 void MultiUserWindowManagerStub::SetWindowOwner(aura::Window* window, argument
18 aura::Window* window) const {
22 void MultiUserWindowManagerStub::ShowWindowForUser(aura::Window* window, argument
36 aura::Window* window,
42 aura::Window* window) const {
35 IsWindowOnDesktopOfUser( aura::Window* window, const std::string& user_id) const argument
/external/chromium_org/chrome/browser/ui/aura/
H A Dactive_desktop_monitor.cc43 // back to a content Window. All others, therefore, must be the root window
57 void ActiveDesktopMonitor::OnWindowInitialized(aura::Window* window) {} argument
H A Dchrome_browser_main_extra_parts_aura.cc27 #include "ui/aura/window.h"
44 ui::NativeTheme* GetNativeThemeForWindow(aura::Window* window) { argument
45 if (!window)
49 if (window->type() == ui::wm::WINDOW_TYPE_NORMAL ||
50 window->type() == ui::wm::WINDOW_TYPE_POPUP) {
52 window->GetNativeWindowProperty(Profile::kProfileKey));
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
H A Dconstrained_window_alert.h12 // This class implements an alert that has a constrained window look and feel
14 // shown by using the window accessor and calling -[window orderFont:]. Normally
32 @property(nonatomic, readonly) NSWindow* window; variable
50 // Lays out the controls in the alert. This should be called before the window
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dchrome_gtk_frame.h16 // the metacity window manager. To actually get at those values, we need to
26 GtkWindow window; member in struct:_MetaFrames
/external/chromium_org/chrome/browser/ui/translate/
H A Dtranslate_bubble_factory.cc12 void ShowDefault(BrowserWindow* window, argument
16 // |window| might be null when testing.
17 if (!window)
19 window->ShowTranslateBubble(web_contents, step, error_type, false);
28 void TranslateBubbleFactory::Show(BrowserWindow* window, argument
34 window, web_contents, step, error_type);
38 ShowDefault(window, web_contents, step, error_type);
/external/chromium_org/chrome/browser/ui/views/apps/
H A Dshaped_app_window_targeter_unittest.cc10 #include "ui/aura/window.h"
61 aura::Window* window = widget()->GetNativeWindow(); local
64 // window.
71 EXPECT_EQ(window, move.target());
80 // will go through to the root window.
89 // But events within the shape will still reach the window.
95 EXPECT_EQ(window, move2.target());
100 // Install a window-targeter on the root window that allows a window t
107 aura::Window* window = widget()->GetNativeWindow(); local
165 aura::Window* window = widget()->GetNativeWindow(); local
[all...]
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view_focus_uitest.cc39 gfx::NativeWindow window = browser()->window()->GetNativeWindow(); local
43 // Now hide the window, show it again, the focus should not have changed.
44 ui_test_utils::HideNativeWindow(window);
45 ASSERT_TRUE(ui_test_utils::ShowAndFocusNativeWindow(window));
50 // Hide the window, show it again, the focus should not have changed.
51 ui_test_utils::HideNativeWindow(window);
52 ASSERT_TRUE(ui_test_utils::ShowAndFocusNativeWindow(window));
56 // of Activate() is not well defined and can vary by window manager.
58 // Open a new browser window
[all...]
H A Dsystem_menu_model_builder.cc74 // If it's a regular browser window with tabs, we don't add any more items,
125 DCHECK(browser()->window());
142 // If this does not belong to a profile or there is no window, or the window
148 aura::Window* window = browser()->window()->GetNativeWindow(); local
149 if (user_id.empty() || !window || manager->GetWindowOwner(window).empty())
H A Dtaskbar_decorator_win.cc71 void DrawTaskbarDecoration(gfx::NativeWindow window, const gfx::Image* image) { argument
74 chrome::GetHostDesktopTypeForNativeWindow(window) !=
78 HWND hwnd = views::HWNDForNativeWindow(window);
80 // SetOverlayIcon() does nothing if the window is not visible so testing here
/external/chromium_org/chrome/browser/ui/views/
H A Djavascript_app_modal_event_blocker_x11.cc9 #include "ui/aura/window.h"
16 // Returns the toplevel window for the deepest transient ancestor of |window|.
17 aura::Window* GetTopmostTransientParent(aura::Window* window) { argument
18 aura::Window* topmost = wm::GetToplevelWindow(window);
49 // -|target| is a browser window or a transient child of a browser window.
50 // -|target| is not the browser window which hosts |modal_window_| and not
51 // a transient child of that browser window.
53 // event if the user clicks the modal window'
55 aura::Window* window = local
[all...]
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dx11_panel_resizer.cc9 #include "ui/aura/window.h"
18 // Returns true if the window can be resized via |component|.
32 X11PanelResizer::X11PanelResizer(Panel* panel, aura::Window* window) argument
34 window_(window),
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dcharger_replacement_handler.h47 void set_charger_window(gfx::NativeWindow window) { argument
48 charger_window_ = window;
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_filename_controller/
H A Doptions.js91 window.onload = function() {
/external/chromium_org/chrome/test/base/
H A Dinteractive_test_utils_win.cc23 void HideNativeWindow(gfx::NativeWindow window) { argument
24 if (chrome::GetHostDesktopTypeForNativeWindow(window) ==
26 HideNativeWindowAura(window);
29 HWND hwnd = window->GetHost()->GetAcceleratedWidget();
33 bool ShowAndFocusNativeWindow(gfx::NativeWindow window) { argument
34 if (chrome::GetHostDesktopTypeForNativeWindow(window) ==
36 ShowAndFocusNativeWindowAura(window);
37 window->Show();
38 // Always make sure the window hosting ash is visible and focused.
39 HWND hwnd = window
[all...]
/external/chromium_org/chromecast/shell/browser/test/
H A Dchromecast_browser_test.cc56 void ChromecastBrowserTest::NavigateToURL(content::WebContents* window, argument
58 content::WaitForLoadStop(window);
59 content::TestNavigationObserver same_tab_observer(window, 1);
64 window->GetController().LoadURLWithParams(params);
/external/chromium_org/content/test/plugin/
H A Dplugin_create_instance_in_paint.cc19 if (pNPWindow->window == NULL)
43 HWND parent = reinterpret_cast<HWND>(pNPWindow->window);
62 HWND window, UINT message, WPARAM wparam, LPARAM lparam) {
66 (::GetProp(window, L"Plugin_Instance"));
68 ::RemoveProp(window, L"Plugin_Instance");
76 return DefWindowProc(window, message, wparam, lparam);
61 WindowProc( HWND window, UINT message, WPARAM wparam, LPARAM lparam) argument
/external/chromium_org/extensions/browser/app_window/
H A Dapp_window_interactive_uitest.cc14 void CheckAlwaysOnTopToFullscreen(AppWindow* window) { argument
15 ASSERT_TRUE(window->GetBaseWindow()->IsAlwaysOnTop());
17 // The always-on-top property should be temporarily disabled when the window
19 window->Fullscreen();
20 EXPECT_FALSE(window->GetBaseWindow()->IsAlwaysOnTop());
23 EXPECT_TRUE(window->IsAlwaysOnTop());
25 // The always-on-top property is restored when the window exits fullscreen.
26 window->Restore();
27 EXPECT_TRUE(window->GetBaseWindow()->IsAlwaysOnTop());
30 void CheckNormalToFullscreen(AppWindow* window) { argument
40 CheckFullscreenToAlwaysOnTop(AppWindow* window) argument
70 AppWindow* window = CreateTestAppWindow("{ \\"alwaysOnTop\\": true }"); local
90 AppWindow* window = CreateTestAppWindow("{}"); local
109 AppWindow* window = CreateTestAppWindow("{ \\"state\\": \\"fullscreen\\" }"); local
126 AppWindow* window = CreateTestAppWindow("{}"); local
144 AppWindow* window = CreateTestAppWindow( local
171 AppWindow* window = CreateTestAppWindow("{ \\"alwaysOnTop\\": true }"); local
[all...]
/external/chromium_org/extensions/shell/browser/
H A Dshell_app_window_client.cc28 AppWindow* window,
31 new ShellNativeAppWindow(window, params);
27 CreateNativeAppWindow( AppWindow* window, const AppWindow::CreateParams& params) argument
/external/chromium_org/ppapi/tests/extensions/media_galleries/
H A Dtest.js42 window.onload = function() {

Completed in 412 milliseconds

1234567891011>>