Searched defs:window (Results 101 - 125 of 941) sorted by relevance

1234567891011>>

/external/chromium_org/ui/gl/
H A Dgl_surface_android.cc34 gfx::AcceleratedWidget window) {
43 if (window != kNullAcceleratedWidget) {
44 scoped_refptr<GLSurface> surface = new NativeViewGLSurfaceEGL(window);
33 CreateViewGLSurface( gfx::AcceleratedWidget window) argument
/external/chromium_org/ui/views/bubble/
H A Dbubble_window_targeter.cc7 #include "ui/aura/window.h"
23 bool BubbleWindowTargeter::GetHitTestMask(aura::Window* window, argument
/external/chromium_org/ui/wm/public/
H A Dactivation_client.cc7 #include "ui/aura/window.h"
29 void SetHideOnDeactivate(Window* window, bool hide_on_deactivate) { argument
30 window->SetProperty(kHideOnDeactivate, hide_on_deactivate);
33 bool GetHideOnDeactivate(Window* window) { argument
34 return window->GetProperty(kHideOnDeactivate);
H A Dscoped_tooltip_disabler.cc7 #include "ui/aura/window.h"
13 ScopedTooltipDisabler::ScopedTooltipDisabler(aura::Window* window) argument
14 : root_(window ? window->GetRootWindow() : NULL) {
37 void ScopedTooltipDisabler::OnWindowDestroying(aura::Window* window) { argument
/external/chromium_org/ui/wm/test/
H A Dwm_test_helper.cc10 #include "ui/aura/window.h"
23 aura::client::SetWindowTreeClient(host_->window(), this);
26 aura::client::SetFocusClient(host_->window(), focus_client_.get());
29 host_->window()->AddPreTargetHandler(root_window_event_filter_.get());
33 input_method_filter_->SetInputMethodPropertyInRootWindow(host_->window());
36 new wm::DefaultActivationClient(host_->window());
39 new aura::client::DefaultCaptureClient(host_->window()));
47 aura::Window* window,
49 return host_->window();
46 GetDefaultParent(aura::Window* context, aura::Window* window, const gfx::Rect& bounds) argument
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
H A DpanoramiXext.h39 Window window; /* PanoramiX window - may not exist */ member in struct:__anon29498
/external/chromium_org/third_party/skia/experimental/SkV8Example/
H A Dgears.js172 window.onload = function(){
/external/skia/experimental/SkV8Example/
H A Dgears.js172 window.onload = function(){
/external/aac/libAACdec/src/arm/
H A Dblock_arm.cpp107 int window)
115 int scale = SpecScale_window-pSfbScale[window*16+band];
101 CBlock_ScaleSpectralData_func1( FIXP_DBL *pSpectrum, int max_band, const SHORT * RESTRICT BandOffsets, int SpecScale_window, const SHORT * RESTRICT pSfbScale, int window) argument
/external/chromium_org/ash/
H A Dscreen_util.cc34 gfx::Rect ScreenUtil::GetMaximizedWindowBoundsInParent(aura::Window* window) { argument
35 if (GetRootWindowController(window->GetRootWindow())->shelf())
36 return GetDisplayWorkAreaBoundsInParent(window);
38 return GetDisplayBoundsInParent(window);
42 gfx::Rect ScreenUtil::GetDisplayBoundsInParent(aura::Window* window) { argument
44 window->parent(),
45 Shell::GetScreen()->GetDisplayNearestWindow(window).bounds());
49 gfx::Rect ScreenUtil::GetDisplayWorkAreaBoundsInParent(aura::Window* window) { argument
51 window->parent(),
52 Shell::GetScreen()->GetDisplayNearestWindow(window)
56 ConvertRectToScreen(aura::Window* window, const gfx::Rect& rect) argument
65 ConvertRectFromScreen(aura::Window* window, const gfx::Rect& rect) argument
[all...]
/external/chromium_org/ash/shelf/
H A Dshelf_util.cc17 // ShelfItemDetails for kShelfItemDetaildKey is owned by the window
23 void SetShelfIDForWindow(ShelfID id, aura::Window* window) { argument
24 if (!window)
27 window->SetProperty(kShelfID, id);
30 ShelfID GetShelfIDForWindow(const aura::Window* window) { argument
31 DCHECK(window);
32 return window->GetProperty(kShelfID);
35 void SetShelfItemDetailsForWindow(aura::Window* window, argument
37 // |item_details| is owned by |window|.
39 window
42 SetShelfItemDetailsForDialogWindow(aura::Window* window, int image_resource_id, const base::string16& title) argument
53 ClearShelfItemDetailsForWindow(aura::Window* window) argument
57 GetShelfItemDetailsForWindow( aura::Window* window) argument
[all...]
/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);
H A Dtest_shelf_item_delegate.cc8 #include "ui/aura/window.h"
13 TestShelfItemDelegate::TestShelfItemDelegate(aura::Window* window) argument
14 : window_(window) {
/external/chromium_org/ash/wm/
H A Ddrag_details.cc8 #include "ui/aura/window.h"
44 DragDetails::DragDetails(aura::Window* window, argument
48 : initial_state_type(wm::GetWindowState(window)->GetStateType()),
49 initial_bounds_in_parent(window->bounds()),
51 initial_opacity(window->layer()->opacity()),
62 should_attach_to_shelf(window->type() == ui::wm::WINDOW_TYPE_PANEL &&
63 wm::GetWindowState(window)->panel_attached()) {
64 wm::WindowState* window_state = wm::GetWindowState(window);
H A Dwindow_cycle_controller_unittest.cc27 #include "ui/aura/window.h"
54 aura::Window* window = CreateTestWindowInShellWithDelegateAndType( local
56 test::TestShelfDelegate::instance()->AddShelfItem(window);
58 return window;
74 // Create a single test window.
79 // Cycling works for a single window, even though nothing changes.
84 // Verifies if there is only one window and it isn't active that cycling
90 // Create a single test window.
95 // Rotate focus, this should move focus to another window that isn't part of
100 // Cycling should activate the window
[all...]
/external/chromium_org/ash/wm/overview/
H A Dscoped_transform_overview_window.h31 // Manages a window in the overview mode. This class allows transforming the
32 // window with a helper to determine the best fit in certain bounds and
33 // copies the window if being moved to another display. The window's state is
37 // The duration of transitions used for window transforms.
50 explicit ScopedTransformOverviewWindow(aura::Window* window);
53 // Returns true if this window selector window contains the |target|. This is
54 // used to determine if an event targeted this window.
60 // Restores the window i
82 aura::Window* window() const { return window_; } function in class:ash::ScopedTransformOverviewWindow
[all...]
/external/chromium_org/chrome/browser/apps/
H A Dapp_window_registry_util.cc24 gfx::NativeWindow window) {
35 AppWindow* app_window = registry->GetAppWindowForNativeWindow(window);
23 GetAppWindowForNativeWindowAnyProfile( gfx::NativeWindow window) argument
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dcertificate_manager_dialog.cc40 gfx::NativeWindow window)
43 window,
37 CertificateManagerDialog( Profile* profile, LoginWebDialog::Delegate* delegate, gfx::NativeWindow window) argument
/external/chromium_org/chrome/browser/extensions/api/feedback_private/
H A Dfeedback_browsertest.cc61 AppWindow* window = local
63 ASSERT_TRUE(window);
64 const Extension* feedback_app = window->GetExtension();
/external/chromium_org/chrome/browser/extensions/
H A Dextension_tabs_apitest.cc18 #include "ui/aura/window.h"
23 // Maximizing/fullscreen popup window doesn't work on aura's managed mode.
227 HWND window = local
228 browser()->window()->GetNativeWindow()->GetHost()->GetAcceleratedWidget();
229 ::SendMessage(window, WM_SYSCOMMAND, SC_MAXIMIZE, 0);
231 ASSERT_TRUE(::IsZoomed(window));
243 // This makes sure that creating an incognito window fails due to pref
H A Dwindow_controller.cc19 WindowController::WindowController(ui::BaseWindow* window, Profile* profile) argument
20 : window_(window), profile_(profile) {
37 result->SetBoolean(keys::kFocusedKey, window()->IsActive());
39 result->SetBoolean(keys::kAlwaysOnTopKey, window()->IsAlwaysOnTop());
42 if (window()->IsMinimized()) {
44 } else if (window()->IsFullscreen()) {
46 } else if (window()->IsMaximized()) {
54 if (window()->IsMinimized())
55 bounds = window()->GetRestoredBounds();
57 bounds = window()
[all...]
H A Dwindow_controller.h33 // This API needs to be implemented by any window that might be accessed
44 WindowController(ui::BaseWindow* window, Profile* profile);
47 ui::BaseWindow* window() const { return window_; } function in class:extensions::WindowController
51 // Return an id uniquely identifying the window.
54 // Return the type name for the window.
69 // Returns false if the window is in a state where closing the window is not
73 // Set the window's fullscreen state. |extension_url| provides the url
82 // Extension/window visibility and ownership is window
[all...]
/external/chromium_org/chrome/browser/
H A Dplatform_util_android.cc35 bool IsWindowActive(gfx::NativeWindow window) { argument
40 void ActivateWindow(gfx::NativeWindow window) { argument
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dinit_document.js26 window.console.log(reason +
29 window.setTimeout(cvox.ChromeVox.initDocument, cvox.ChromeVox.initTimeout_);
53 window.console.log('Starting ChromeVox.');
64 window.disableChromeVox = function() {
/external/chromium_org/chrome/browser/sync/glue/
H A Dsynced_session.cc77 bool SessionWindowHasNoTabsToSync(const SessionWindow& window) { argument
79 for (std::vector<SessionTab*>::const_iterator i = window.tabs.begin();
80 i != window.tabs.end(); ++i) {

Completed in 8781 milliseconds

1234567891011>>