OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WidgetDelegate
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/widget/
widget_delegate.h
29
class VIEWS_EXPORT
WidgetDelegate
{
31
WidgetDelegate
();
179
virtual ~
WidgetDelegate
() {}
184
DISALLOW_COPY_AND_ASSIGN(
WidgetDelegate
);
187
// A
WidgetDelegate
implementation that is-a View. Used to override GetWidget()
188
// to call View's GetWidget() for the common case where a
WidgetDelegate
191
class VIEWS_EXPORT WidgetDelegateView : public
WidgetDelegate
, public View {
196
// Overridden from
WidgetDelegate
:
widget_delegate.cc
18
//
WidgetDelegate
:
20
WidgetDelegate
::
WidgetDelegate
() : default_contents_view_(NULL) {
23
void
WidgetDelegate
::OnWidgetMove() {
26
void
WidgetDelegate
::OnDisplayChanged() {
29
void
WidgetDelegate
::OnWorkAreaChanged() {
32
View*
WidgetDelegate
::GetInitiallyFocusedView() {
36
BubbleDelegateView*
WidgetDelegate
::AsBubbleDelegate() {
40
DialogDelegate*
WidgetDelegate
::AsDialogDelegate() {
44
bool
WidgetDelegate
::CanResize() const
[
all
...]
Completed in 44 milliseconds