HomeSort by relevance Sort by last modified time
    Searched full:aura (Results 151 - 175 of 1275) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_context_menu.h 10 namespace aura { namespace
19 scoped_ptr<ui::MenuModel> CreateMultiUserContextMenu(aura::Window* window);
23 void ExecuteVisitDesktopCommand(int command_id, aura::Window* window);
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_frame_ashwin.h 19 // Overridden from aura::client::ActivationChangeObserver:
20 virtual void OnWindowFocused(aura::Window* gained_focus,
21 aura::Window* lost_focus) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/tabs/
window_finder.h 12 namespace aura { namespace
21 aura::Window* GetLocalProcessWindowAtPoint(
24 const std::set<aura::Window*>& ignore);
window_finder_x11.cc 10 aura::Window* GetLocalProcessWindowAtPointAsh(
12 const std::set<aura::Window*>& ignore);
15 aura::Window* GetLocalProcessWindowAtPoint(
18 const std::set<aura::Window*>& ignore) {
  /external/chromium_org/content/shell/
DEPS 19 # The content_shell for aura must work with the views and aura
20 "+ui/aura",
  /external/chromium_org/ui/aura/client/
focus_change_observer.h 8 #include "ui/aura/aura_export.h"
10 namespace aura { namespace
31 } // namespace aura
  /external/chromium_org/ui/aura/
env_observer.h 8 #include "ui/aura/aura_export.h"
10 namespace aura { namespace
33 } // namespace aura
input_state_lookup.h 9 #include "ui/aura/aura_export.h"
11 namespace aura { namespace
25 } // namespace aura
input_state_lookup_win.cc 5 #include "ui/aura/input_state_lookup_win.h"
10 namespace aura { namespace
31 } // namespace aura
input_state_lookup_win.h 10 #include "ui/aura/input_state_lookup.h"
12 namespace aura { namespace
27 } // namespace aura
  /external/chromium_org/ui/chromeos/
ui_chromeos.gyp 16 '../aura/aura.gyp:aura',
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_event_client.cc 7 #include "ui/aura/env.h"
18 const aura::Window* window) const {
23 return aura::Env::GetInstance();
  /external/chromium_org/ui/wm/core/
shadow_types.cc 7 #include "ui/aura/window_property.h"
13 void SetShadowType(aura::Window* window, ShadowType shadow_type) {
17 ShadowType GetShadowType(aura::Window* window) {
window_animations.h 13 namespace aura { namespace
61 WM_EXPORT void SetWindowVisibilityAnimationType(aura::Window* window, int type);
62 WM_EXPORT int GetWindowVisibilityAnimationType(aura::Window* window);
65 aura::Window* window,
69 aura::Window* window,
73 aura::Window* window,
77 const aura::Window& window);
80 aura::Window* window,
90 explicit ScopedHidingAnimationSettings(aura::Window* window);
106 WM_EXPORT bool AnimateOnChildWindowVisibilityChanged(aura::Window* window
    [all...]
shadow_controller_unittest.cc 11 #include "ui/aura/client/window_tree_client.h"
12 #include "ui/aura/test/aura_test_base.h"
13 #include "ui/aura/window.h"
14 #include "ui/aura/window_event_dispatcher.h"
25 class ShadowControllerTest : public aura::test::AuraTestBase {
34 aura::client::ActivationClient* activation_client =
35 aura::client::GetActivationClient(root_window());
47 void ActivateWindow(aura::Window* window) {
50 aura::client::GetActivationClient(window->GetRootWindow())->ActivateWindow(
63 scoped_ptr<aura::Window> window(new aura::Window(NULL))
    [all...]
shadow_controller.cc 13 #include "ui/aura/env.h"
14 #include "ui/aura/env_observer.h"
15 #include "ui/aura/window.h"
16 #include "ui/aura/window_event_dispatcher.h"
17 #include "ui/aura/window_observer.h"
30 ShadowType GetShadowTypeFromWindow(aura::Window* window) {
43 bool ShouldUseSmallShadowForWindow(aura::Window* window) {
58 aura::Window* losing_active,
59 aura::Window* gaining_active) {
60 if (gaining_active && aura::client::GetHideOnDeactivate(gaining_active))
    [all...]
  /external/chromium_org/apps/shell/browser/
shell_desktop_controller.cc 9 #include "ui/aura/client/cursor_client.h"
10 #include "ui/aura/client/default_capture_client.h"
11 #include "ui/aura/env.h"
12 #include "ui/aura/layout_manager.h"
13 #include "ui/aura/test/test_screen.h"
14 #include "ui/aura/window.h"
15 #include "ui/aura/window_event_dispatcher.h"
16 #include "ui/aura/window_tree_host.h"
41 class FillLayout : public aura::LayoutManager {
47 // aura::LayoutManager
    [all...]
shell_desktop_controller.h 11 #include "ui/aura/client/window_tree_client.h"
12 #include "ui/aura/window_tree_host_observer.h"
18 namespace aura { namespace
55 class ShellDesktopController : public aura::client::WindowTreeClient,
56 public aura::WindowTreeHostObserver
71 aura::WindowTreeHost* host() { return host_.get(); }
87 // Overridden from aura::client::WindowTreeClient:
88 virtual aura::Window* GetDefaultParent(aura::Window* context,
89 aura::Window* window
    [all...]
  /external/chromium_org/ash/wm/overview/
window_selector.h 16 #include "ui/aura/window_observer.h"
17 #include "ui/aura/window_tracker.h"
22 namespace aura { namespace
46 public aura::WindowObserver,
47 public aura::client::ActivationChangeObserver {
56 typedef std::vector<aura::Window*> WindowList;
78 // aura::WindowObserver:
79 virtual void OnWindowAdded(aura::Window* new_window) OVERRIDE;
80 virtual void OnWindowDestroying(aura::Window* window) OVERRIDE;
82 // aura::client::ActivationChangeObserver
    [all...]
scoped_window_copy.h 10 namespace aura { namespace
26 ScopedWindowCopy(aura::Window* target_root, aura::Window* src_window);
29 aura::Window* GetWindow();
  /external/chromium_org/athena/test/
athena_test_helper.cc 12 #include "ui/aura/client/aura_constants.h"
13 #include "ui/aura/env.h"
14 #include "ui/aura/input_state_lookup.h"
15 #include "ui/aura/test/env_test_helper.h"
16 #include "ui/aura/test/test_focus_client.h"
17 #include "ui/aura/test/test_screen.h"
18 #include "ui/aura/window_event_dispatcher.h"
49 aura::Env::CreateInstance(true);
50 aura::Env::GetInstance()->set_context_factory(context_factory);
54 aura::test::EnvTestHelper(aura::Env::GetInstance()
    [all...]
  /external/chromium_org/ash/wm/
window_util.cc 15 #include "ui/aura/client/aura_constants.h"
16 #include "ui/aura/window.h"
17 #include "ui/aura/window_delegate.h"
18 #include "ui/aura/window_event_dispatcher.h"
34 int GetDefaultSnappedWindowWidth(aura::Window* window) {
49 void ActivateWindow(aura::Window* window) {
53 void DeactivateWindow(aura::Window* window) {
57 bool IsActiveWindow(aura::Window* window) {
61 aura::Window* GetActiveWindow() {
62 return aura::client::GetActivationClient(Shell::GetPrimaryRootWindow())-
    [all...]
  /external/chromium_org/ash/test/
test_shelf_item_delegate.h 12 namespace aura { namespace
22 explicit TestShelfItemDelegate(aura::Window* window);
28 virtual ui::MenuModel* CreateContextMenu(aura::Window* root_window) OVERRIDE;
35 aura::Window* window_;
  /external/chromium_org/athena/home/
DEPS 5 "+ui/aura",
  /external/chromium_org/athena/wm/
window_manager_impl.cc 10 #include "ui/aura/layout_manager.h"
11 #include "ui/aura/window.h"
19 public aura::WindowObserver {
36 virtual void OnSelectWindow(aura::Window* window) OVERRIDE {
42 // aura::WindowObserver
43 virtual void OnWindowDestroying(aura::Window* window) OVERRIDE {
48 scoped_ptr<aura::Window> container_;
57 class AthenaContainerLayoutManager : public aura::LayoutManager {
63 // aura::LayoutManager:
65 virtual void OnWindowAddedToLayout(aura::Window* child) OVERRIDE
    [all...]

Completed in 688 milliseconds

1 2 3 4 5 67 8 91011>>