Searched refs:window (Results 251 - 275 of 2386) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/extensions/api/app_current_window_internal/
H A Dapp_current_window_internal_api.h21 // Invoked with the current app window.
22 virtual bool RunWithWindow(apps::AppWindow* window) = 0;
36 virtual bool RunWithWindow(apps::AppWindow* window) OVERRIDE;
47 virtual bool RunWithWindow(apps::AppWindow* window) OVERRIDE;
58 virtual bool RunWithWindow(apps::AppWindow* window) OVERRIDE;
69 virtual bool RunWithWindow(apps::AppWindow* window) OVERRIDE;
80 virtual bool RunWithWindow(apps::AppWindow* window) OVERRIDE;
91 virtual bool RunWithWindow(apps::AppWindow* window) OVERRIDE;
102 virtual bool RunWithWindow(apps::AppWindow* window) OVERRIDE;
113 virtual bool RunWithWindow(apps::AppWindow* window) OVERRID
[all...]
/external/chromium_org/ash/wm/
H A Ddefault_state.cc20 #include "ui/aura/window.h"
29 // This specifies how much percent (30%) of a window rect
30 // must be visible when the window is added to the workspace.
33 bool IsPanel(aura::Window* window) { argument
34 return window->parent() &&
35 window->parent()->id() == kShellWindowId_PanelContainer;
48 // last window location.
50 window_state->window()).bounds();
59 if (new_root != window_state->window()->GetRootWindow()) {
61 Shell::GetContainer(new_root, window_state->window()
161 aura::Window* window = window_state->window(); local
176 aura::Window* window = window_state->window(); local
300 aura::Window* window = window_state->window(); local
492 aura::Window* window = window_state->window(); local
[all...]
H A Dwindow_state_unittest.cc13 #include "ui/aura/window.h"
54 // Test that a window gets properly snapped to the display's edges in a
66 scoped_ptr<aura::Window> window(
68 WindowState* window_state = GetWindowState(window.get());
76 EXPECT_EQ(expected.ToString(), window->GetBoundsInScreen().ToString());
81 EXPECT_EQ(expected.ToString(), window->GetBoundsInScreen().ToString());
83 // Move the window to the secondary display.
84 window->SetBoundsInScreen(gfx::Rect(600, 0, 100, 100),
94 EXPECT_EQ(expected.ToString(), window->GetBoundsInScreen().ToString());
98 EXPECT_EQ(expected.ToString(), window
[all...]
H A Dlock_layout_manager_unittest.cc14 #include "ui/aura/window.h"
89 aura::Window* window = widget->GetNativeView(); local
90 return window;
124 scoped_ptr<aura::Window> window(
126 EXPECT_EQ(bounds.ToString(), window->GetBoundsInScreen().ToString());
129 ScreenUtil::GetDisplayWorkAreaBoundsInParent(window.get());
130 window->SetBounds(work_area);
132 EXPECT_EQ(work_area.ToString(), window->GetBoundsInScreen().ToString());
133 EXPECT_NE(screen_bounds.ToString(), window->GetBoundsInScreen().ToString());
136 window
[all...]
H A Dsystem_modal_container_event_filter_delegate.h18 // Returns true if |window| can receive the specified event.
19 virtual bool CanWindowReceiveEvents(aura::Window* window) = 0;
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dapp_window_launcher_controller.cc31 bool ControlsWindow(aura::Window* window) { argument
32 return chrome::GetHostDesktopTypeForNativeWindow(window) ==
103 aura::Window* window = app_window->GetNativeWindow(); local
104 if (!ControlsWindow(window))
107 if (!IsRegisteredApp(window))
112 aura::Window* window = app_window->GetNativeWindow(); local
113 if (!ControlsWindow(window))
116 if (IsRegisteredApp(window))
117 UnregisterApp(window);
121 // which destroys AppWindow, so both |window| an
123 OnWindowDestroying(aura::Window* window) argument
147 aura::Window* window = app_window->GetNativeWindow(); local
197 UnregisterApp(aura::Window* window) argument
218 IsRegisteredApp(aura::Window* window) argument
226 ControllerForWindow(aura::Window* window) argument
[all...]
/external/chromium_org/ash/
H A Dswitchable_windows.h23 // Returns true if |window| is a container for windows which can be switched to.
24 ASH_EXPORT bool IsSwitchableContainer(const aura::Window* window);
/external/chromium_org/ash/test/
H A Dtest_activation_delegate.cc9 #include "ui/aura/window.h"
36 void TestActivationDelegate::SetWindow(aura::Window* window) { argument
37 window_ = window;
38 aura::client::SetActivationDelegate(window, this);
39 aura::client::SetActivationChangeObserver(window, this);
/external/chromium_org/ash/wm/overview/
H A Dwindow_selector_window.h23 // This implements a window overview item with a single window which can be
27 explicit WindowSelectorWindow(aura::Window* window);
32 virtual bool HasSelectableWindow(const aura::Window* window) OVERRIDE;
34 virtual void RestoreWindowOnExit(aura::Window* window) OVERRIDE;
36 virtual void RemoveWindow(const aura::Window* window) OVERRIDE;
44 // The window with a scoped transform represented by this selector item.
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_manager_util.h29 bool AuthenticateUser(gfx::NativeWindow window);
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dneterror.js17 window.domAutomationController.setAutomationId(1);
18 window.domAutomationController.send('open_connectivity_diagnostics');
24 if (window.top.location != window.location)
/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();
H A Dsessions_util.h19 // Decides whether |window| is interesting for tab syncing
21 bool ShouldSyncWindow(const SyncedWindowDelegate* window);
/external/chromium_org/chrome/browser/ui/views/
H A Dauto_keep_alive.h13 explicit AutoKeepAlive(gfx::NativeWindow window);
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dtaskbar_decorator.h17 // associated with top level, visible |window|. Currently only implemented
19 void DrawTaskbarDecoration(gfx::NativeWindow window, const gfx::Image* image);
/external/chromium_org/chrome/common/extensions/docs/static/js/
H A Dplatform_chooser.js13 window.location.assign(button.getAttribute('data-href'));
/external/chromium_org/chrome/test/chromedriver/js/
H A Dtest.js39 window.setTimeout(function() {
56 for (var i in window) {
58 tests.push(window[i]);
81 window.addEventListener('load', function() {
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_unittests_android.cc43 gfx::AcceleratedWidget window = surface_texture->CreateSurface(); local
44 EXPECT_TRUE(window != NULL);
47 gfx::GLSurface::CreateViewGLSurface(window);
60 ANativeWindow_release(window);
/external/chromium_org/remoting/ios/
H A Dapp_delegate.h13 @property(strong, nonatomic) UIWindow* window; variable
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
H A DWebInspector.js7 window.WebInspector = {
26 var queryParams = window.location.search;
39 var settings = JSON.parse(window.decodeURI(settingsParam));
41 window.localStorage[key] = settings[key];
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DDOMWindowWebDatabase.cpp43 PassRefPtrWillBeRawPtr<Database> DOMWindowWebDatabase::openDatabase(LocalDOMWindow& window, const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassOwnPtr<DatabaseCallback> creationCallback, ExceptionState& exceptionState) argument
45 if (!window.isCurrentlyDisplayedInFrame())
51 if (RuntimeEnabledFeatures::databaseEnabled() && window.document()->securityOrigin()->canAccessDatabase()) {
53 database = dbManager.openDatabase(window.document(), name, version, displayName, estimatedSize, creationCallback, error, errorMessage);
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
H A Dnet_unittests.js56 var realNet = window.net;
61 window.net = {};
73 window.net = realNet;
74 equal(window.net, realNet);
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dmouse_cursor_monitor_null.cc19 WindowId window) {
17 CreateForWindow( const DesktopCaptureOptions& options, WindowId window) argument
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
H A Dcocoa_full_screen_window.h29 -(NSWindow*)window;
/external/chromium_org/ui/aura/
H A Dwindow_targeter_unittest.cc10 #include "ui/aura/window.h"
15 // Always returns the same window.
18 explicit StaticWindowTargeter(aura::Window* window) argument
19 : window_(window) {}
43 gfx::RectF GetEffectiveVisibleBoundsInRootWindow(Window* window) { argument
44 gfx::RectF bounds = gfx::Rect(window->bounds().size());
45 Window* root = window->GetRootWindow();
46 CHECK(window->layer());
49 if (!window->layer()->GetTargetTransformRelativeTo(root->layer(), &transform))
57 scoped_ptr<Window> window(CreateNormalWindo
[all...]

Completed in 1200 milliseconds

<<11121314151617181920>>