Searched defs:delegate (Results 26 - 50 of 1356) sorted by path

1234567891011>>

/external/chromium_org/ash/
H A Dash_touch_exploration_manager_chromeos.cc53 AccessibilityDelegate* delegate = local
55 if (!delegate->IsSpokenFeedbackEnabled())
57 delegate->SilenceSpokenFeedback();
84 AccessibilityDelegate* delegate = local
86 bool enabled = delegate->IsSpokenFeedbackEnabled();
H A Dextended_desktop_unittest.cc594 aura::test::EventCountDelegate delegate; local
596 &delegate, 0, gfx::Rect(10, 10, 100, 100), root_windows[0]));
604 // Both mouse pressed and released arrive at the window and its delegate.
605 EXPECT_EQ("1 1", delegate.GetMouseButtonCountsAndReset());
H A Droot_window_controller_unittest.cc901 aura::test::TestWindowDelegate delegate; local
903 &delegate,
H A Dshell.cc192 instance_ = new Shell(init_params.delegate);
634 Shell::Shell(ShellDelegate* delegate) argument
637 delegate_(delegate),
754 // Chrome implementation of shelf delegate depends on FocusClient,
1001 // Create system_tray_notifier_ before the delegate.
1005 system_tray_delegate_.reset(delegate()->CreateSystemTrayDelegate());
H A Dshell.h161 // RootWindow's delegate interface.
163 // Upon creation, the Shell sets itself as the RootWindow's delegate, which
177 // delegate set. |delegate| can be NULL (if not required for initialization).
178 // Takes ownership of |delegate|.
400 ShellDelegate* delegate() { return delegate_.get(); } function in class:ash::Shell
550 // Returns the launcher delegate, creating if necesary.
590 // Takes ownership of |delegate|.
591 explicit Shell(ShellDelegate* delegate);
H A Dshell_init_params.h28 ShellDelegate* delegate; member in struct:ash::ShellInitParams
H A Dshell_unittest.cc179 SessionStateDelegate* delegate = local
181 delegate->LockScreen();
187 EXPECT_TRUE(delegate->IsScreenLocked());
193 delegate->UnlockScreen();
357 SessionStateDelegate* delegate = local
359 delegate->LockScreen();
360 EXPECT_TRUE(delegate->IsScreenLocked());
361 delegate->UnlockScreen();
362 EXPECT_FALSE(delegate->IsScreenLocked());
/external/chromium_org/ash/autoclick/
H A Dautoclick_unittest.cc301 aura::test::EventCountDelegate delegate; local
303 &delegate, 123, gfx::Rect(50, 50, 100, 100)));
307 EXPECT_EQ("1 1 0", delegate.GetMouseMotionCountsAndReset());
/external/chromium_org/ash/display/
H A Ddisplay_manager.cc119 DisplayManager::Delegate* delegate)
121 delegate_(delegate),
118 NonDesktopDisplayUpdater(DisplayManager* manager, DisplayManager::Delegate* delegate) argument
H A Ddisplay_manager.h102 void set_delegate(Delegate* delegate) { delegate_ = delegate; } argument
/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_controller.cc66 if (window && window->delegate()) {
72 window->delegate()->OnGestureEvent(&gesture_end);
249 aura::client::DragDropDelegate* delegate = local
251 if (delegate)
252 delegate->OnDragExited();
260 aura::client::DragDropDelegate* delegate = local
262 if (delegate) {
268 delegate->OnDragEntered(e);
271 aura::client::DragDropDelegate* delegate = local
273 if (delegate) {
313 aura::client::DragDropDelegate* delegate = local
473 CreateCancelAnimation( int duration, int frame_rate, gfx::AnimationDelegate* delegate) argument
510 aura::client::DragDropDelegate* delegate = drag_window_? local
[all...]
H A Ddrag_drop_controller_unittest.cc137 gfx::AnimationDelegate* delegate)
138 : gfx::LinearAnimation(duration, frame_rate, delegate),
195 gfx::AnimationDelegate* delegate) OVERRIDE {
196 return new CompletableLinearAnimation(duration, frame_rate, delegate);
216 explicit TestNativeWidgetAura(views::internal::NativeWidgetDelegate* delegate) argument
217 : NativeWidgetAura(delegate),
135 CompletableLinearAnimation(int duration, int frame_rate, gfx::AnimationDelegate* delegate) argument
H A Ddrag_drop_tracker.cc21 // An activation delegate which disables activating the drag and drop window.
40 aura::WindowDelegate* delegate) {
44 aura::Window* window = new aura::Window(delegate);
59 aura::WindowDelegate* delegate)
60 : capture_window_(CreateCaptureWindow(context_root, delegate)) {
39 CreateCaptureWindow(aura::Window* context_root, aura::WindowDelegate* delegate) argument
58 DragDropTracker(aura::Window* context_root, aura::WindowDelegate* delegate) argument
/external/chromium_org/ash/frame/caption_buttons/
H A Dframe_size_button.cc50 FrameSizeButtonDelegate* delegate)
53 delegate_(delegate),
47 FrameSizeButton( views::ButtonListener* listener, views::Widget* frame, FrameSizeButtonDelegate* delegate) argument
H A Dframe_size_button_unittest.cc113 // Creates a widget with |delegate|. The returned widget takes ownership of
114 // |delegate|.
115 views::Widget* CreateWidget(views::WidgetDelegate* delegate) { argument
120 params.delegate = delegate;
131 TestWidgetDelegate* delegate = new TestWidgetDelegate(); variable
133 CreateWidget(delegate)->GetNativeWindow());
136 delegate->caption_button_container());
/external/chromium_org/ash/frame/
H A Dcustom_frame_view_ash.cc249 SessionStateDelegate* delegate = local
252 bool show = delegate->ShouldShowAvatar(window);
260 delegate->GetBrowserContextForWindow(window)).AsImageSkia();
443 // A delegate for a more complex way of fullscreening the window may already
H A Dcustom_frame_view_ash_unittest.cc111 scoped_ptr<views::Widget> CreateWidget(TestWidgetDelegate* delegate) { argument
114 params.delegate = delegate;
134 TestWidgetDelegate* delegate = new TestWidgetDelegate; local
136 scoped_ptr<views::Widget> widget(CreateWidget(delegate));
146 delegate->custom_frame_view()->GetHeaderView()->height());
152 TestWidgetConstraintsDelegate* delegate = new TestWidgetConstraintsDelegate; local
153 scoped_ptr<views::Widget> widget(CreateWidget(delegate));
155 CustomFrameViewAsh* custom_frame_view = delegate->custom_frame_view();
159 EXPECT_EQ(delegate
171 TestWidgetConstraintsDelegate* delegate = new TestWidgetConstraintsDelegate; local
191 TestWidgetConstraintsDelegate* delegate = new TestWidgetConstraintsDelegate; local
218 TestWidgetConstraintsDelegate* delegate = new TestWidgetConstraintsDelegate; local
[all...]
/external/chromium_org/ash/keyboard_overlay/
H A Dkeyboard_overlay_view.cc37 WebDialogDelegate* delegate,
39 : views::WebDialogView(context, delegate, handler) {
77 KeyboardOverlayDelegate* delegate = new KeyboardOverlayDelegate(
80 new KeyboardOverlayView(context, delegate, handler);
81 delegate->Show(view);
35 KeyboardOverlayView( content::BrowserContext* context, WebDialogDelegate* delegate, WebContentsHandler* handler) argument
/external/chromium_org/ash/rotator/
H A Dscreen_rotation.cc107 void ScreenRotation::OnStart(ui::LayerAnimationDelegate* delegate) { argument
111 ui::LayerAnimationDelegate* delegate) {
112 delegate->SetTransformFromAnimation(interpolated_transform_->Interpolate(t));
120 void ScreenRotation::OnAbort(ui::LayerAnimationDelegate* delegate) { argument
110 OnProgress(double t, ui::LayerAnimationDelegate* delegate) argument
/external/chromium_org/ash/shelf/
H A Dbackground_animator.cc16 BackgroundAnimator::BackgroundAnimator(BackgroundAnimatorDelegate* delegate, argument
19 : delegate_(delegate),
H A Dshelf_menu_model.h16 explicit ShelfMenuModel(ui::SimpleMenuModel::Delegate* delegate) argument
17 : ui::SimpleMenuModel(delegate) {}
H A Dshelf_view.cc342 // inserted this delegate is attached to the animation that expands the size of
368 ShelfDelegate* delegate,
371 delegate_(delegate),
367 ShelfView(ShelfModel* model, ShelfDelegate* delegate, ShelfLayoutManager* manager) argument
H A Dshelf_view_unittest.cc135 // Returns true if the delegate was selected.
327 scoped_ptr<ShelfItemDelegate> delegate(new TestShelfItemDelegate(NULL));
328 item_manager_->SetShelfItemDelegate(id, delegate.Pass());
619 ShelfDelegate* delegate = new TestShelfDelegateForShelfView(model_); local
620 test_api.SetShelfDelegate(delegate);
621 test::ShelfTestAPI(Shelf::ForPrimaryDisplay()).SetShelfDelegate(delegate);
622 test_api_->SetShelfDelegate(delegate);
/external/chromium_org/ash/shell/
H A Dshell_main.cc18 ash::shell::ShellMainDelegate delegate; local
19 content::ContentMainParams params(&delegate);
H A Dwindow_watcher_unittest.cc27 shell::ShellDelegateImpl* delegate = new ash::shell::ShellDelegateImpl; local
30 init_params.delegate = delegate;
39 delegate->SetWatcher(window_watcher.get());
42 delegate->SetWatcher(NULL);

Completed in 1253 milliseconds

1234567891011>>