HomeSort by relevance Sort by last modified time
    Searched defs:window_ (Results 126 - 150 of 152) sorted by null

1 2 3 4 56 7

  /external/chromium_org/gpu/tools/compositor_model_bench/
compositor_model_bench.cc 66 window_(0),
78 XDestroyWindow(display_, window_);
166 window_ = XCreateSimpleWindow(display_,
175 XStoreName(display_, window_, "Compositor Model Bench");
177 XSelectInput(display_, window_,
179 XMapWindow(display_, window_);
181 XResizeWindow(display_, window_, WINDOW_WIDTH, WINDOW_HEIGHT);
194 XGetWindowAttributes(display_, window_, &attributes);
212 if (!glXMakeCurrent(display_, window_, gl_context_)) {
257 glXSwapBuffers(display_, window_);
349 Window window_; member in class:Simulator
    [all...]
  /external/chromium_org/win8/metro_driver/
chrome_app_view.h 110 mswr::ComPtr<winui::Core::ICoreWindow> window_; member in class:ChromeAppView
  /external/chromium_org/ash/
root_window_controller_unittest.cc 70 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::__anon6563::DeleteOnBlurDelegate
527 DestroyedWindowObserver() : destroyed_(false), window_(NULL) {}
533 window_ = window;
547 if (!window_)
549 window_->RemoveObserver(this)
554 Window* window_; member in class:ash::test::DestroyedWindowObserver
    [all...]
  /external/chromium_org/ash/wm/
lock_state_controller_unittest.cc 110 window_.reset();
365 window_.reset(new aura::Window(&window_delegate_));
366 window_->SetBounds(gfx::Rect(0, 0, 100, 100));
367 window_->SetType(ui::wm::WINDOW_TYPE_NORMAL);
368 window_->Init(aura::WINDOW_LAYER_TEXTURED);
369 window_->SetName("WINDOW");
373 container->AddChild(window_.get());
374 window_->Show();
384 scoped_ptr<aura::Window> window_; member in class:ash::test::LockStateControllerTest
    [all...]
workspace_controller_unittest.cc 644 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::__anon6737::DontCrashOnChangeAndActivateDelegate
1346 aura::Window* window_; member in class:ash::__anon6738::DragMaximizedNonTrackedWindowObserver
    [all...]
  /external/chromium_org/ash/wm/workspace/
workspace_layout_manager_unittest.cc 299 DontClobberRestoreBoundsWindowObserver() : window_(NULL) {}
301 void set_window(aura::Window* window) { window_ = window; }
306 if (!window_)
310 aura::Window* w = window_;
311 window_ = NULL;
322 aura::Window* window_; member in class:ash::DontClobberRestoreBoundsWindowObserver
571 : window_(NULL),
576 void set_window(aura::Window* window) { window_ = window; }
580 if (window_) {
582 window_->Focus()
594 aura::Window* window_; member in class:ash::FocusDelegate
1029 gfx::NativeWindow window_; member in class:ash::FakeTextInputClient
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_window_manager_chromeos.cc 152 : 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/
autofill_dialog_views.h 607 views::Widget* window_; member in class:autofill::AutofillDialogViews
665 // The focus manager for |window_|.
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_stack_view.cc 51 views::Widget* window_; // Weak pointer, own us. member in class:__anon9859::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/content/child/npapi/
webplugin_delegate_impl.h 310 NPWindow window_; member in class:content::WebPluginDelegateImpl
webplugin_delegate_impl_win.cc 105 : 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::__anon11798::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_.clipRect.bottom = std::max(0, clip_rect_.y() + clip_rect_.height())
    [all...]
  /external/chromium_org/ui/keyboard/
keyboard_controller_unittest.cc 92 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::__anon20797::TestKeyboardControllerProxy
146 explicit KeyboardContainerObserver(aura::Window* window) : window_(window) {
147 window_->AddObserver(this)
160 aura::Window* window_; member in class:keyboard::__anon20797::KeyboardContainerObserver
    [all...]
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl_unittest.cc 556 : 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/chrome/browser/devtools/
devtools_sanity_browsertest.cc 110 : 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_->web_contents_for_test())
558 DevToolsWindow* window_; member in class:WorkerDevToolsSanityTest
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser.h 237 BrowserWindow* window() const { return window_; }
818 BrowserWindow* window_; member in class:Browser
    [all...]
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_framework.cc 60 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/ui/gl/
gl_surface_glx.cc 63 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::__anon20791::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_| destruction while we're probing vsync
219 XID window_; member in class:gfx::__anon20791::SGIVideoSyncProviderThreadShim
    [all...]
  /external/chromium_org/ui/wm/core/
window_animations.cc 61 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_->parent())
136 aura::Window* window_; member in class:wm::__anon21030::HidingWindowAnimationObserverBase
    [all...]
focus_controller_unittest.cc 152 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/content/browser/renderer_host/
render_widget_host_view_aura_unittest.cc 163 : 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::__anon11680::TestWindowObserver
184 // Was |window_| destroyed?
    [all...]
  /external/chromium_org/ui/aura/
window.cc 162 : 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
    [all...]
  /external/chromium_org/chrome/browser/policy/
policy_browsertest.cc 549 apps::AppWindow* window_; // Not owned. member in class:policy::__anon8977::TestAddAppWindowObserver
557 : registry_(registry), window_(NULL) {
566 window_ = app_window;
572 return window_;
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_unittest.cc 747 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
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc 193 : 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::__anon11754::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_->GetHost()
    [all...]
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 338 : 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::__anon20461::QueueTouchEventDelegate
4353 ui::GestureRecognizer::Get()->CleanupStateForConsumer(*window_); variable
4359 aura::Window** window_; member in class:aura::test::GestureEventDeleteWindowOnLongPress
    [all...]

Completed in 1657 milliseconds

1 2 3 4 56 7