HomeSort by relevance Sort by last modified time
    Searched refs:Window (Results 51 - 75 of 1380) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/ui/views/widget/
window_reorderer.h 13 class Window;
27 WindowReorderer(aura::Window* window, View* root_view);
32 // window changes in the view hierarchy. This method assumes that the
35 // are no views with an associated window.
40 virtual void OnWindowAdded(aura::Window* new_window) OVERRIDE;
41 virtual void OnWillRemoveWindow(aura::Window* window) OVERRIDE;
42 virtual void OnWindowDestroying(aura::Window* window) OVERRIDE
    [all...]
  /external/chromium_org/ui/views/corewm/
transient_window_stacking_client.cc 9 using aura::Window;
16 // Populates |ancestors| with all transient ancestors of |window| that are
17 // siblings of |window|. Returns true if any ancestors were found, false if not.
18 bool GetAllTransientAncestors(Window* window, Window::Windows* ancestors) {
19 Window* parent = window->parent();
20 for (; window; window = window->transient_parent())
    [all...]
focus_controller.h 25 // only one focused and one active window at a time. When focus or activation
35 // . Window disposition changes (implemented here in aura::WindowObserver).
53 virtual void ActivateWindow(aura::Window* window) OVERRIDE;
54 virtual void DeactivateWindow(aura::Window* window) OVERRIDE;
55 virtual aura::Window* GetActiveWindow() OVERRIDE;
56 virtual aura::Window* GetActivatableWindow(aura::Window* window) OVERRIDE
    [all...]
  /external/chromium_org/ash/
scoped_target_root_window.h 11 class Window;
18 // switching a target root window so that a new window gets created
19 // in the same window where a user interaction happened.
20 // An example usage is to specify the target root window when creating
21 // a new window using launcher's icon.
24 explicit ScopedTargetRootWindow(aura::Window* root_window);
screenshot_delegate.h 9 class Window;
23 // The actual task of taking a screenshot for each root window.
28 // window.
30 aura::Window* window, const gfx::Rect& rect) = 0;
shell_observer.h 12 class Window;
28 // Invoked when the screen is locked (after the lock window is visible) or
33 virtual void OnShelfAlignmentChanged(aura::Window* root_window) {}
40 aura::Window* root_window) {}
  /external/chromium_org/ash/wm/
root_window_layout_manager.h 15 class Window;
30 // A layout manager for the root window.
31 // Resizes all of its immediate children to fill the bounds of the root window.
34 explicit RootWindowLayoutManager(aura::Window* owner);
39 virtual void OnWindowAddedToLayout(aura::Window* child) OVERRIDE;
40 virtual void OnWillRemoveWindowFromLayout(aura::Window* child) OVERRIDE;
41 virtual void OnWindowRemovedFromLayout(aura::Window* child) OVERRIDE;
42 virtual void OnChildWindowVisibilityChanged(aura::Window* child,
44 virtual void SetChildBounds(aura::Window* child,
48 aura::Window* owner_
    [all...]
solo_window_tracker.h 19 class Window;
24 // Class which keeps track of the window (if any) which should use the solo
25 // window header. The solo window header is very transparent and is used when
26 // there is only one visible window and the window is not maximized or
27 // fullscreen. The solo window header is not used for either panels or docked
39 // Returns the window, if any, which should use the solo window header.
40 aura::Window* GetWindowWithSoloHeader()
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_frame_ashwin.h 20 virtual void OnWindowFocused(aura::Window* gained_focus,
21 aura::Window* lost_focus) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
WindowCrypto.idl 33 ] partial interface Window {
  /external/chromium_org/third_party/WebKit/Source/modules/quota/
WindowQuota.idl 28 ] partial interface Window {
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
WindowSpeechSynthesis.idl 29 ] partial interface Window {
  /external/chromium_org/ui/aura/
env_observer.h 13 class Window;
17 // Called when |window| has been initialized.
18 virtual void OnWindowInitialized(Window* window) = 0;
  /external/chromium_org/ui/oak/
oak_details_model.h 11 class Window;
21 virtual void SetValue(aura::Window* window) = 0;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FeedbackEnabledActivity.java 23 import android.view.Window;
34 Window getWindow();
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.h 27 class Window;
47 // workspace. It is associated with a specific container window (i.e.
66 explicit PanelLayoutManager(aura::Window* panel_container);
72 void StartDragging(aura::Window* panel);
75 void ToggleMinimize(aura::Window* panel);
78 views::Widget* GetCalloutWidgetForPanel(aura::Window* panel);
85 virtual void OnWindowAddedToLayout(aura::Window* child) OVERRIDE;
86 virtual void OnWillRemoveWindowFromLayout(aura::Window* child) OVERRIDE;
87 virtual void OnWindowRemovedFromLayout(aura::Window* child) OVERRIDE;
88 virtual void OnChildWindowVisibilityChanged(aura::Window* child
134 aura::Window* window; member in struct:ash::internal::PanelLayoutManager::PanelInfo
    [all...]
  /external/chromium_org/ash/shelf/
shelf_window_watcher.h 19 class Window;
51 virtual void OnWindowDestroying(aura::Window* window) OVERRIDE;
59 // Creates a LauncherItem for |window| that has LauncherItemDetails.
60 void AddLauncherItem(aura::Window* window);
62 // Removes a LauncherItem for |window|.
63 void RemoveLauncherItem(aura::Window* window);
66 void OnRootWindowAdded(aura::Window* root_window)
    [all...]
  /external/chromium_org/ash/wm/overview/
scoped_window_copy.h 12 class Window;
27 // ScopedWindowCopy copies a window and will clean up the copied layers after
31 ScopedWindowCopy(aura::Window* target_root, aura::Window* src_window);
34 aura::Window* GetWindow();
37 // A weak pointer to a copy of the source window owned by cleanup_observer_.
40 // A weak pointer to the deep copy of the source window's layers owned by
  /external/chromium_org/ui/aura/client/
window_move_client.h 16 class Window;
20 MOVE_SUCCESSFUL, // Moving window was successful.
21 MOVE_CANCELED // Moving window was canceled.
30 // window moving.
33 // Starts a nested message loop for moving the window. |drag_offset| is the
34 // offset from the window origin to the cursor when the drag was started.
37 virtual WindowMoveResult RunMoveLoop(Window* window,
48 // Sets/Gets the activation client for the specified window.
49 AURA_EXPORT void SetWindowMoveClient(Window* window
    [all...]
activation_delegate.h 15 class Window;
19 // to a window's activation state.
22 // Returns true if the window should be activated.
29 // Sets/Gets the ActivationDelegate on the Window. No ownership changes.
30 AURA_EXPORT void SetActivationDelegate(Window* window,
32 AURA_EXPORT ActivationDelegate* GetActivationDelegate(Window* window);
animation_host.h 16 class Window;
19 // Interface for top level window host of animation. Communicates additional
21 // window closes on hide.
24 // Ensure the host window is at least this large so that transitions have
27 // the window bounds for the top left corner.
29 // window bounds for the bottom right.
34 // Called after the window has faded out on a hide.
41 AURA_EXPORT void SetAnimationHost(Window* window,
43 AURA_EXPORT AnimationHost* GetAnimationHost(Window* window)
    [all...]
user_action_client.h 11 class Window;
29 // Sets/gets the client for handling user action on the specified root window.
30 AURA_EXPORT void SetUserActionClient(Window* root_window,
32 AURA_EXPORT UserActionClient* GetUserActionClient(Window* root_window);
window_stacking_client.h 11 #include "ui/aura/window.h"
20 // Invoked from the various Window stacking functions. Allows the
22 virtual void AdjustStacking(Window** child,
23 Window** target,
24 Window::StackDirection* direction) = 0;
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/
Window.java 19 public class Window {
20 public static final Window FOCUSED_WINDOW = new Window("<Focused Window>", -1);
25 public Window(String title, int hashCode) {
  /external/chromium_org/ash/high_contrast/
high_contrast_controller.h 13 class Window;
28 void OnRootWindowAdded(aura::Window* root_window);
32 void UpdateDisplay(aura::Window* root_window);

Completed in 2740 milliseconds

1 23 4 5 6 7 8 91011>>