HomeSort by relevance Sort by last modified time
    Searched full:native_window_ (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ash/wm/
immersive_fullscreen_controller.cc 236 native_window_(NULL),
258 native_window_ = widget_->GetNativeWindow();
270 wm::GetWindowState(native_window_)->set_hide_shelf_when_fullscreen(!enabled);
442 native_window_ = NULL;
528 native_window_->AddObserver(this);
535 native_window_->RemoveObserver(this);
538 // to |native_window_|. The set of bubbles that BubbleManager is observing
540 // when we start observing |native_window_| again.
552 // Check whether |native_window_| is the event target's parent window instead
557 !native_window_->Contains(static_cast<aura::Window*>(event->target())))
    [all...]
immersive_fullscreen_controller.h 102 // Returns true if |native_window_| is in immersive fullscreen.
105 // Returns true if |native_window_| is in immersive fullscreen and the
246 aura::Window* native_window_; member in class:ash::ImmersiveFullscreenController
  /external/chromium_org/chrome/browser/ui/views/frame/
immersive_mode_controller_ash.cc 55 native_window_(NULL),
67 native_window_ = browser_view_->GetNativeWindow();
139 ash::wm::GetWindowState(native_window_)->AddObserver(this);
142 ash::wm::GetWindowState(native_window_)->RemoveObserver(this);
269 ash::wm::GetWindowState(native_window_)->set_hide_shelf_when_fullscreen(
immersive_mode_controller_ash.h 85 aura::Window* native_window_; member in class:ImmersiveModeControllerAsh
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_ash_unittest.cc 38 : native_window_(native_window) {
44 native_window_->Show();
48 native_window_->Hide();
52 native_window_->GetRootWindow())->ActivateWindow(native_window_.get());
55 return native_window_.get();
58 return native_window_->bounds();
68 ash::wm::GetWindowState(native_window_.get())->
75 scoped_ptr<aura::Window> native_window_; member in class:__anon9297::TestBrowserWindowAura
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/
window_positioner_unittest.cc 38 return native_window_;
42 gfx::NativeWindow native_window_; member in class:ash::test::__anon8648::TestBrowserWindowAura
48 : native_window_(native_window) {
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_unittest.cc 634 : native_window_(native_window) {
639 return native_window_.get();
652 scoped_ptr<aura::Window> native_window_; member in class:TestBrowserWindowAura
727 native_window_.reset(new aura::Window(NULL));
728 native_window_->set_id(0);
729 native_window_->SetType(aura::client::WINDOW_TYPE_POPUP);
730 native_window_->Init(ui::LAYER_TEXTURED);
731 native_window_->Show();
753 return native_window_.get();
761 scoped_ptr<aura::Window> native_window_; member in class:V1App
    [all...]
  /system/core/include/system/
window.h 272 /* parameter for NATIVE_WINDOW_[API_][DIS]CONNECT */

Completed in 1866 milliseconds