Searched defs:window_ (Results 126 - 149 of 149) sorted by relevance

123456

/external/chromium_org/ash/wm/workspace/
H A Dworkspace_window_resizer_unittest.cc90 window_.reset(new aura::Window(&delegate_));
91 window_->SetType(ui::wm::WINDOW_TYPE_NORMAL);
92 window_->Init(aura::WINDOW_LAYER_NOT_DRAWN);
93 ParentWindowInPrimaryRootWindow(window_.get());
94 window_->set_id(1);
116 window_.reset();
132 if (*i == window_ || *i == window2_ || *i == window3_) {
198 scoped_ptr<aura::Window> window_; member in class:ash::WorkspaceWindowResizerTest
214 window_->SetBounds(gfx::Rect(0, 300, 400, 300));
220 window_
[all...]
/external/chromium_org/ash/wm/
H A Dworkspace_controller_unittest.cc644 DontCrashOnChangeAndActivateDelegate() : window_(NULL) {}
646 void set_window(aura::Window* window) { window_ = window; }
651 if (window_) {
652 wm::ActivateWindow(window_);
653 window_ = NULL;
658 aura::Window* window_; member in class:ash::__anon2117::DontCrashOnChangeAndActivateDelegate
1320 window_(window) {
1334 if (params.target != window_ ||
1346 aura::Window* window_; member in class:ash::__anon2118::DragMaximizedNonTrackedWindowObserver
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Dmulti_user_window_manager_chromeos.cc152 : window_(window),
154 wm::GetWindowVisibilityAnimationType(window_)),
156 wm::GetWindowVisibilityAnimationDuration(*window_)) {
158 window_,
161 window_,
166 wm::SetWindowVisibilityAnimationType(window_,
169 window_,
175 aura::Window* window_; member in class:chrome::AnimationSetter
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.h607 views::Widget* window_; member in class:autofill::AutofillDialogViews
665 // The focus manager for |window_|.
/external/chromium_org/content/child/npapi/
H A Dwebplugin_delegate_impl.h310 NPWindow window_; member in class:content::WebPluginDelegateImpl
H A Dwebplugin_delegate_impl_win.cc105 : window_(window),
110 window_->window = CreateCompatibleDC(NULL);
117 DeleteDC(static_cast<HDC>(window_->window));
118 window_->window = NULL;
122 NPWindow* window_; member in class:content::__anon7178::DrawableContextEnforcer
251 memset(&window_, 0, sizeof(window_));
839 window_.clipRect.top = std::max(0, clip_rect_.y());
840 window_.clipRect.left = std::max(0, clip_rect_.x());
841 window_
[all...]
/external/chromium_org/ui/keyboard/
H A Dkeyboard_controller_unittest.cc92 window_.reset();
96 virtual bool HasKeyboardWindow() const OVERRIDE { return window_; }
98 if (!window_) {
99 window_.reset(new aura::Window(&delegate_));
100 window_->Init(aura::WINDOW_LAYER_NOT_DRAWN);
101 window_->set_owned_by_parent(false);
103 return window_.get();
116 scoped_ptr<aura::Window> window_; member in class:keyboard::__anon16184::TestKeyboardControllerProxy
146 explicit KeyboardContainerObserver(aura::Window* window) : window_(window) {
147 window_
160 aura::Window* window_; member in class:keyboard::__anon16184::KeyboardContainerObserver
[all...]
/external/chromium_org/ui/views/touchui/
H A Dtouch_selection_controller_impl_unittest.cc556 : window_(window) {
586 return window_;
590 aura::client::GetScreenPositionClient(window_->GetRootWindow());
592 screen_position_client->ConvertPointToScreen(window_, point);
596 aura::client::GetScreenPositionClient(window_->GetRootWindow());
598 screen_position_client->ConvertPointFromScreen(window_, point);
629 aura::Window* window_; member in class:views::TestTouchEditable
/external/chromium_org/ash/
H A Droot_window_controller_unittest.cc70 DeleteOnBlurDelegate() : window_(NULL) {}
74 window_ = window;
75 aura::client::SetFocusChangeObserver(window_, this);
87 if (window_ == lost_focus)
88 delete window_;
91 aura::Window* window_; member in class:ash::__anon1943::DeleteOnBlurDelegate
527 DestroyedWindowObserver() : destroyed_(false), window_(NULL) {}
533 window_ = window;
547 if (!window_)
549 window_
554 Window* window_; member in class:ash::test::DestroyedWindowObserver
[all...]
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_sanity_browsertest.cc110 : window_(NULL),
116 RunTestFunction(window_, test_name.c_str());
130 window_ =
132 ui_test_utils::WaitUntilDevToolsWindowLoaded(window_);
143 window_->web_contents_for_test()));
159 window_->web_contents_for_test()));
164 DevToolsWindow* window_; member in class:DevToolsSanityTest
220 chrome::CloseWindow(window_->browser_for_test());
240 window_->web_contents_for_test()));
241 InjectBeforeUnloadListener(window_
558 DevToolsWindow* window_; member in class:WorkerDevToolsSanityTest
[all...]
/external/chromium_org/chrome/browser/ui/
H A Dbrowser.h237 BrowserWindow* window() const { return window_; }
818 BrowserWindow* window_; member in class:Browser
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_stack_view.cc51 views::Widget* window_; // Weak pointer, own us. member in class:__anon5239::PanelStackWindow
59 : window_(NULL),
61 window_ = new views::Widget;
66 window_->Init(params);
67 window_->set_frame_type(views::Widget::FRAME_TYPE_FORCE_CUSTOM);
68 window_->set_focus_on_creation(false);
69 window_->AddObserver(this);
70 window_->ShowInactive();
94 return window_;
98 return window_;
[all...]
/external/chromium_org/ui/gl/
H A Dgl_surface_glx.cc63 window_(window) {
72 return glXGetSyncValuesOML(g_display, window_, system_time,
80 if (!glXGetMscRateOML(g_display, window_, numerator, denominator)) {
91 XID window_; member in class:gfx::__anon16178::OMLSyncControlVSyncProvider
130 : window_(window),
135 // This ensures that creation of |window_| has occured when this shim
136 // is executing in the same process as the call to create |window_|.
159 if (!XGetWindowAttributes(display_, window_, &attributes)) {
161 window_ << ".";
187 // Don't allow |window_| destructio
219 XID window_; member in class:gfx::__anon16178::SGIVideoSyncProviderThreadShim
[all...]
/external/chromium_org/ui/wm/core/
H A Dwindow_animations.cc61 HidingWindowAnimationObserverBase(aura::Window* window) : window_(window) {
62 window_->AddObserver(this);
65 if (window_)
66 window_->RemoveObserver(this);
71 DCHECK_EQ(window, window_);
76 DCHECK_EQ(window, window_);
80 // Detach the current layers and create new layers for |window_|.
81 // Stack the original layers above |window_| and its transient
87 layer_owner_ = RecreateLayers(window_);
88 if (window_
136 aura::Window* window_; member in class:wm::__anon16417::HidingWindowAnimationObserverBase
[all...]
H A Dfocus_controller_unittest.cc152 window_(window),
163 if (window_ && lost_active == window_) {
171 return did_delete_ ? window_ : NULL;
176 aura::Window* window_; member in class:wm::DeleteOnLoseActivationChangeObserver
189 window_(window),
200 if (window_ && lost_focus == window_) {
208 return did_delete_ ? window_ : NULL;
213 aura::Window* window_; member in class:wm::DeleteOnLoseFocusChangeObserver
[all...]
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_framework.cc60 window_() {}
66 window_.push_back(std::make_pair(send_time_us, payload_size));
67 while (!window_.empty()) {
68 const TimeSizePair& packet = window_.front();
76 window_.pop_front();
92 std::list<TimeSizePair> window_; member in class:webrtc::testing::bwe::RateCounter
/external/chromium_org/chrome/browser/policy/
H A Dpolicy_browsertest.cc549 apps::AppWindow* window_; // Not owned. member in class:policy::__anon4357::TestAddAppWindowObserver
557 : registry_(registry), window_(NULL) {
566 window_ = app_window;
572 return window_;
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_unittest.cc747 window_ =
750 window_->Init(
751 GURL(std::string()), new apps::AppWindowContentsImpl(window_), params);
755 WebContentsDestroyedWatcher destroyed_watcher(window_->web_contents());
756 window_->GetBaseWindow()->Close();
760 apps::AppWindow* window() { return window_; }
764 // deletes itself asynchronously after window_->GetBaseWindow()->Close() gets
766 apps::AppWindow* window_; member in class:V2App
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura_unittest.cc163 : window_(window_to_observe) {
164 window_->AddObserver(this);
167 if (window_)
168 window_->RemoveObserver(this);
175 CHECK_EQ(window, window_);
177 window_ = NULL;
182 aura::Window* window_; member in class:content::__anon7060::TestWindowObserver
184 // Was |window_| destroyed?
1223 view_->window_->AddObserver(&observer);
1226 EXPECT_CALL(observer, OnWindowPaintScheduled(view_->window_, view_rec
[all...]
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.cc193 : window_(window),
212 aura::client::GetDragDropClient(window_->GetRootWindow());
216 window_ = NULL;
220 aura::Window* window() const { return window_; }
223 aura::Window* window_; member in class:content::__anon7134::WebDragSourceAura
481 view_->window_->AddObserver(this);
484 if (view_->window_->GetRootWindow())
485 view_->window_->GetRootWindow()->AddObserver(this);
490 view_->window_->RemoveObserver(this);
491 if (view_->window_
[all...]
/external/chromium_org/ui/aura/gestures/
H A Dgesture_recognizer_unittest.cc338 : window_(NULL),
351 queue_.push(new ui::TouchEvent(*event, window_, window_));
364 void set_window(Window* w) { window_ = w; }
370 dispatcher_->ProcessedTouchEvent(event.get(), window_,
376 Window* window_; member in class:aura::test::__anon15848::QueueTouchEventDelegate
4345 : window_(NULL) {}
4347 void set_window(aura::Window** window) { window_ = window; }
4353 ui::GestureRecognizer::Get()->CleanupStateForConsumer(*window_); variable
4354 delete *window_;
4359 aura::Window** window_; member in class:aura::test::GestureEventDeleteWindowOnLongPress
[all...]
/external/chromium_org/ui/aura/
H A Dwindow.cc162 : window_(window),
164 if (!window_->IsRootWindow())
166 const bool cursor_is_in_bounds = window_->GetBoundsInScreen().Contains(
168 client::CursorClient* cursor_client = client::GetCursorClient(window_);
176 if (!window_->IsRootWindow())
182 client::CursorClient* cursor_client = client::GetCursorClient(window_);
185 gfx::Screen::GetScreenFor(window_)->GetDisplayNearestWindow(
186 window_);
194 Window* window_; member in class:aura::ScopedCursorHider
H A Dwindow_event_dispatcher_unittest.cc1118 : window_(NULL),
1124 window_ = window;
1134 delete window_;
1140 delete window_;
1144 Window* window_; member in class:aura::DeletingWindowDelegate
1878 window_.reset(CreateNormalWindow(1, root_window(), NULL));
1879 window_->AddPreTargetHandler(&handler_);
1883 window_.reset();
1894 scoped_ptr<Window> window_; member in class:aura::WindowEventDispatcherTestWithMessageLoop
1996 window_
2005 scoped_ptr<aura::Window> window_; member in class:aura::SelfDestructDelegate
[all...]
H A Dwindow_unittest.cc141 DestroyOrphanDelegate() : window_(NULL) {
144 void set_window(Window* window) { window_ = window; }
147 EXPECT_FALSE(window_->parent());
151 Window* window_; member in class:aura::test::__anon15867::DestroyOrphanDelegate

Completed in 3735 milliseconds

123456