OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StatusAreaWidgetDelegate
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ash/system/
status_area_widget_delegate.cc
30
StatusAreaWidgetDelegate
::
StatusAreaWidgetDelegate
()
38
StatusAreaWidgetDelegate
::~
StatusAreaWidgetDelegate
() {
41
void
StatusAreaWidgetDelegate
::SetFocusCyclerForTesting(
46
views::View*
StatusAreaWidgetDelegate
::GetDefaultFocusableChild() {
50
views::Widget*
StatusAreaWidgetDelegate
::GetWidget() {
54
const views::Widget*
StatusAreaWidgetDelegate
::GetWidget() const {
58
void
StatusAreaWidgetDelegate
::OnGestureEvent(ui::GestureEvent* event) {
65
bool
StatusAreaWidgetDelegate
::CanActivate() const
[
all
...]
status_area_widget_delegate.h
20
class ASH_EXPORT
StatusAreaWidgetDelegate
: public views::AccessiblePaneView,
23
StatusAreaWidgetDelegate
();
24
virtual ~
StatusAreaWidgetDelegate
();
64
DISALLOW_COPY_AND_ASSIGN(
StatusAreaWidgetDelegate
);
status_area_widget.h
22
class
StatusAreaWidgetDelegate
;
49
internal::
StatusAreaWidgetDelegate
* status_area_widget_delegate() {
76
internal::
StatusAreaWidgetDelegate
* status_area_widget_delegate_;
status_area_widget.cc
31
: status_area_widget_delegate_(new internal::
StatusAreaWidgetDelegate
),
/external/chromium_org/ash/
focus_cycler_unittest.cc
34
internal::
StatusAreaWidgetDelegate
* GetStatusAreaWidgetDelegate(
36
return static_cast<internal::
StatusAreaWidgetDelegate
*>(
Completed in 43 milliseconds