Searched defs:delegate (Results 101 - 125 of 1356) sorted by path

1234567891011>>

/external/chromium_org/ash/wm/workspace/
H A Dmulti_window_resize_controller_unittest.cc39 aura::Window* CreateTestWindow(aura::WindowDelegate* delegate, argument
41 aura::Window* window = new aura::Window(delegate);
H A Dworkspace_event_handler_unittest.cc38 aura::Window* CreateTestWindow(aura::WindowDelegate* delegate, argument
40 aura::Window* window = new aura::Window(delegate);
88 aura::test::TestWindowDelegate delegate; local
89 scoped_ptr<aura::Window> window(CreateTestWindow(&delegate, restored_bounds));
100 delegate.set_window_component(HTTOP);
129 delegate.set_window_component(HTLEFT);
159 delegate.set_window_component(HTTOP);
179 delegate.set_window_component(HTLEFT);
196 aura::test::TestWindowDelegate delegate; local
197 scoped_ptr<aura::Window> window(CreateTestWindow(&delegate, restored_bound
235 aura::test::TestWindowDelegate delegate; local
259 aura::test::TestWindowDelegate delegate; local
311 aura::test::TestWindowDelegate delegate; local
376 aura::test::TestWindowDelegate delegate; local
405 aura::test::TestWindowDelegate delegate; local
436 aura::test::TestWindowDelegate delegate; local
451 aura::test::TestWindowDelegate delegate; local
468 aura::test::TestWindowDelegate delegate; local
496 aura::test::TestWindowDelegate delegate; local
523 aura::test::TestWindowDelegate delegate; local
[all...]
H A Dworkspace_layout_manager.cc69 scoped_ptr<WorkspaceLayoutManagerDelegate> delegate) {
70 backdrop_delegate_.reset(delegate.release());
68 SetMaximizeBackdropDelegate( scoped_ptr<WorkspaceLayoutManagerDelegate> delegate) argument
H A Dworkspace_layout_manager_unittest.cc257 params.delegate = new MaximizeDelegateView(gfx::Rect(400, 0, 30, 40));
608 FocusDelegate delegate; local
610 &delegate, 0, gfx::Rect(100, 100, 100, 100)));
611 delegate.set_window(window.get());
614 EXPECT_EQ(ui::SHOW_STATE_MINIMIZED, delegate.GetShowStateAndReset());
617 EXPECT_EQ(ui::SHOW_STATE_NORMAL, delegate.GetShowStateAndReset());
1114 aura::test::TestWindowDelegate delegate; local
1116 &delegate, -1, work_area));
H A Dworkspace_window_resizer.cc551 gfx::Size min(attached_windows_[i]->delegate()->GetMinimumSize());
697 aura::WindowDelegate* delegate = attached_windows_[i]->delegate(); local
698 int min = PrimaryAxisSize(delegate->GetMinimumSize());
699 int max = PrimaryAxisSize(delegate->GetMaximumSize());
/external/chromium_org/ash/wm/
H A Dworkspace_controller.cc137 scoped_ptr<WorkspaceLayoutManagerDelegate> delegate) {
138 layout_manager_->SetMaximizeBackdropDelegate(delegate.Pass());
136 SetMaximizeBackdropDelegate( scoped_ptr<WorkspaceLayoutManagerDelegate> delegate) argument
H A Dworkspace_controller_unittest.cc119 aura::Window* CreateTestPanel(aura::WindowDelegate* delegate, argument
122 delegate,
675 DontCrashOnChangeAndActivateDelegate delegate; local
677 &delegate, 1000, gfx::Rect(10, 11, 250, 251)));
692 delegate.set_window(w1.get());
1390 aura::test::TestWindowDelegate delegate; local
1391 delegate.set_window_component(HTCAPTION);
1393 &delegate, ui::wm::WINDOW_TYPE_NORMAL, gfx::Rect(5, 5, 100, 50), NULL));
1420 aura::test::TestWindowDelegate delegate; local
1421 delegate
1502 aura::test::TestWindowDelegate delegate; local
1538 aura::test::TestWindowDelegate delegate; local
1571 aura::test::TestWindowDelegate delegate; local
[all...]
/external/chromium_org/athena/home/
H A Dhome_card_gesture_manager.cc33 HomeCardGestureManager::HomeCardGestureManager(Delegate* delegate, argument
35 : delegate_(delegate),
/external/chromium_org/athena/main/
H A Dathena_main.cc193 AthenaMainDelegate delegate; local
194 content::ContentMainParams params(&delegate);
/external/chromium_org/athena/resource_manager/
H A Dmemory_pressure_notifier_unittest.cc14 // Our OS delegate abstraction class to override the memory fill level.
49 TestMemoryPressureObserver(ResourceManagerDelegate* delegate) argument
50 : delegate_(delegate),
132 // Not owned: the resource manager delegate.
H A Dresource_manager_impl.cc33 ResourceManagerImpl(ResourceManagerDelegate* delegate);
113 // The resource manager delegate.
159 ResourceManagerImpl::ResourceManagerImpl(ResourceManagerDelegate* delegate) argument
160 : delegate_(delegate),
/external/chromium_org/athena/screen/
H A Dscreen_manager_unittest.cc30 aura::WindowDelegate* delegate,
32 aura::Window* window = new aura::Window(delegate);
29 CreateWindow(aura::Window* container, aura::WindowDelegate* delegate, const gfx::Rect& bounds) argument
/external/chromium_org/athena/test/
H A Dathena_test_base.cc69 aura::WindowDelegate* delegate,
71 scoped_ptr<aura::Window> window(new aura::Window(delegate));
68 CreateTestWindow( aura::WindowDelegate* delegate, const gfx::Rect& bounds) argument
/external/chromium_org/athena/util/
H A Ddrag_handle.cc16 // This view notifies its delegate of the touch scroll gestures performed on it.
20 DragHandleScrollDelegate* delegate,
46 DragHandleScrollDelegate* delegate,
50 delegate_(delegate),
134 DragHandleScrollDelegate* delegate,
138 scroll_direction, delegate, preferred_width, preferred_height);
45 DragHandleView(DragHandleScrollDirection scroll_direction, DragHandleScrollDelegate* delegate, int preferred_width, int preferred_height) argument
133 CreateDragHandleView(DragHandleScrollDirection scroll_direction, DragHandleScrollDelegate* delegate, int preferred_width, int preferred_height) argument
H A Ddrag_handle_unittest.cc75 DragHandleDelegateTest delegate; local
78 &delegate,
112 EXPECT_EQ(begin_delta, delegate.begin_delta());
113 EXPECT_EQ(0, delegate.update_delta());
114 EXPECT_FALSE(delegate.got_scroll_end());
117 EXPECT_EQ(update_delta, delegate.update_delta());
118 EXPECT_FALSE(delegate.got_scroll_end());
121 EXPECT_EQ(update_delta, delegate.update_delta());
122 EXPECT_TRUE(delegate.got_scroll_end());
124 delegate
[all...]
/external/chromium_org/athena/wm/
H A Dbezel_controller.h24 // Responsible for detecting bezel gestures and notifying the delegate(s)
49 // Should return false if the delegate isn't going to react to the scroll
57 // Set the delegate to handle the gestures from left and right bezels.
60 void set_left_right_delegate(ScrollDelegate* delegate) { argument
61 left_right_delegate_ = delegate;
H A Dsplit_view_controller_unittest.cc81 aura::test::TestWindowDelegate delegate; local
165 aura::test::TestWindowDelegate delegate; local
H A Dtitle_drag_controller.cc32 TitleDragControllerDelegate* delegate)
34 delegate_(delegate),
88 if (!window || !window->delegate())
91 window->delegate()->GetNonClientComponent(gesture->location());
31 TitleDragController(aura::Window* container, TitleDragControllerDelegate* delegate) argument
H A Dwindow_list_provider_impl_unittest.cc24 scoped_ptr<aura::Window> CreateWindow(aura::WindowDelegate* delegate, argument
26 scoped_ptr<aura::Window> window(new aura::Window(delegate));
95 aura::test::TestWindowDelegate delegate; local
96 scoped_ptr<aura::Window> container(new aura::Window(&delegate));
98 CreateWindow(&delegate, ui::wm::WINDOW_TYPE_NORMAL);
100 CreateWindow(&delegate, ui::wm::WINDOW_TYPE_NORMAL);
102 CreateWindow(&delegate, ui::wm::WINDOW_TYPE_NORMAL);
120 aura::test::TestWindowDelegate delegate; local
121 scoped_ptr<aura::Window> container(new aura::Window(&delegate));
123 CreateWindow(&delegate, u
147 aura::test::TestWindowDelegate delegate; local
177 aura::test::TestWindowDelegate delegate; local
245 aura::test::TestWindowDelegate delegate; local
[all...]
H A Dwindow_manager_unittest.cc30 aura::WindowDelegate* delegate) {
31 scoped_ptr<aura::Window> window(CreateTestWindow(delegate, gfx::Rect()));
42 aura::test::TestWindowDelegate delegate; local
43 scoped_ptr<aura::Window> first(CreateAndActivateWindow(&delegate));
44 scoped_ptr<aura::Window> second(CreateAndActivateWindow(&delegate));
83 aura::test::TestWindowDelegate delegate; local
84 scoped_ptr<aura::Window> w1(CreateAndActivateWindow(&delegate));
85 scoped_ptr<aura::Window> w2(CreateAndActivateWindow(&delegate));
86 scoped_ptr<aura::Window> w3(CreateAndActivateWindow(&delegate));
103 aura::test::TestWindowDelegate delegate; local
29 CreateAndActivateWindow( aura::WindowDelegate* delegate) argument
123 aura::test::TestWindowDelegate delegate; local
148 aura::test::TestWindowDelegate delegate; local
186 aura::test::TestWindowDelegate delegate; local
233 aura::test::TestWindowDelegate delegate; local
283 aura::test::TestWindowDelegate delegate; local
314 aura::test::TestWindowDelegate delegate; local
343 aura::test::TestWindowDelegate delegate; local
[all...]
H A Dwindow_overview_mode.cc205 WindowOverviewModeDelegate* delegate)
209 delegate_(delegate),
228 container_->set_target_handler(container_->delegate());
779 WindowOverviewModeDelegate* delegate) {
782 split_view_controller, delegate));
202 WindowOverviewModeImpl(aura::Window* container, WindowListProvider* window_list_provider, SplitViewController* split_view_controller, WindowOverviewModeDelegate* delegate) argument
775 Create( aura::Window* container, WindowListProvider* window_list_provider, SplitViewController* split_view_controller, WindowOverviewModeDelegate* delegate) argument
/external/chromium_org/base/files/
H A Dfile_path_watcher.cc25 const scoped_refptr<PlatformDelegate>& delegate) {
26 delegate->CancelOnMessageLoopThread();
24 CancelWatch( const scoped_refptr<PlatformDelegate>& delegate) argument
H A Dfile_path_watcher_browsertest.cc49 void OnChange(TestDelegate* delegate) { argument
52 base::Unretained(delegate)));
55 void Register(TestDelegate* delegate) { argument
56 delegates_.insert(delegate);
71 void RecordChange(TestDelegate* delegate) { argument
72 // Warning: |delegate| is Unretained. Do not dereference.
74 ASSERT_TRUE(delegates_.count(delegate));
75 signaled_.insert(delegate);
131 TestDelegateBase* delegate,
137 delegate
129 SetupWatchCallback(const FilePath& target, FilePathWatcher* watcher, TestDelegateBase* delegate, bool recursive_watch, bool* result, base::WaitableEvent* completion) argument
161 DeleteDelegateOnFileThread(TestDelegate* delegate) argument
200 SetupWatch(const FilePath& target, FilePathWatcher* watcher, TestDelegateBase* delegate, bool recursive_watch) argument
[all...]
/external/chromium_org/base/message_loop/
H A Dmessage_loop.cc664 MessagePumpLibevent::Watcher *delegate) {
670 delegate);
707 Watcher *delegate) {
713 delegate);
659 WatchFileDescriptor( int fd, bool persistent, MessagePumpLibevent::Mode mode, MessagePumpLibevent::FileDescriptorWatcher *controller, MessagePumpLibevent::Watcher *delegate) argument
703 WatchFileDescriptor(int fd, bool persistent, Mode mode, FileDescriptorWatcher *controller, Watcher *delegate) argument
H A Dmessage_loop_unittest.cc784 QuitDelegate delegate; local
786 true, MessageLoopForIO::WATCH_WRITE, &controller, &delegate);
809 QuitDelegate delegate; local
811 true, MessageLoopForIO::WATCH_WRITE, &controller, &delegate);

Completed in 377 milliseconds

1234567891011>>