HomeSort by relevance Sort by last modified time
    Searched refs:client_view_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl.cc 320 : client_view_(client_view),
331 client_view_->GetNativeView());
346 client_view_->GetSelectionEndPoints(&r1, &r2);
347 gfx::Rect screen_rect_1 = ConvertToScreen(client_view_, r1);
348 gfx::Rect screen_rect_2 = ConvertToScreen(client_view_, r2);
349 gfx::Rect client_bounds = client_view_->GetBounds();
354 gfx::Rect screen_rect_1_clipped = ConvertToScreen(client_view_, r1);
355 gfx::Rect screen_rect_2_clipped = ConvertToScreen(client_view_, r2);
365 if (client_view_->DrawsHandles()) {
448 client_view_->MoveCaretTo(drag_pos_in_client)
    [all...]
touch_selection_controller_impl.h 72 // |client_view_| so that when its moved/resized, we can update the selection
103 ui::TouchEditable* client_view_; member in class:views::TouchSelectionControllerImpl
  /external/chromium_org/ui/views/window/
non_client_view.cc 36 : client_view_(NULL),
69 return client_view_->CanClose();
73 client_view_->WidgetClosing();
141 gfx::Rect client_bounds(gfx::Point(), client_view_->GetPreferredSize());
157 client_view_->SetBoundsRect(frame_view_->GetBoundsForClientView());
161 client_view_->Layout();
174 AddChildViewAt(client_view_, kClientViewIndex);
dialog_client_view_unittest.cc 54 client_view_.reset(new TestDialogClientView(contents_.get(), this));
67 client_view_->SizeToPreferredSize();
68 client_view_->Layout();
69 return client_view_->bounds();
86 client_view_->UpdateDialogButtons();
93 client_view_->CreateExtraViews();
100 client_view_->CreateExtraViews();
103 TestDialogClientView* client_view() { return client_view_.get(); }
109 scoped_ptr<TestDialogClientView> client_view_; member in class:views::DialogClientViewTest
non_client_view.h 194 ClientView* client_view() const { return client_view_; }
196 client_view_ = client_view;
228 ClientView* client_view_; member in class:views::NonClientView
  /external/chromium_org/chrome/browser/ui/views/
screen_capture_notification_ui_views.cc 116 NotificationBarClientView* client_view_; member in class:__anon9876::ScreenCaptureNotificationUIViews
128 client_view_(NULL),
253 client_view_->set_client_rect(gfx::Rect(
269 DCHECK(!client_view_);
270 client_view_ = new NotificationBarClientView(widget, this);
271 return client_view_;

Completed in 153 milliseconds