OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:client_view_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/views/touchui/
touch_selection_controller_impl.h
60
// |
client_view_
| so that when its moved/resized, we can update the selection
85
ui::TouchEditable*
client_view_
;
member in class:views::TouchSelectionControllerImpl
/external/chromium_org/ui/views/window/
non_client_view.h
200
ClientView* client_view() const { return
client_view_
; }
202
client_view_
= client_view;
234
ClientView*
client_view_
;
member in class:views::NonClientView
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
/external/chromium_org/chrome/browser/ui/views/
screen_capture_notification_ui_views.cc
106
NotificationBarClientView*
client_view_
;
member in class:__anon6340::ScreenCaptureNotificationUIViews
117
client_view_
(NULL),
219
client_view_
->SetClientRect(button_rect);
232
DCHECK(!
client_view_
);
233
client_view_
= new NotificationBarClientView(widget, this);
234
return
client_view_
;
Completed in 79 milliseconds